/** * Trouve-KA — page d'accueil (la boîte de recherche) * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai */ import { IndexCounter } from "@/components/index-counter"; import { SearchBar } from "@/components/search-bar"; import { Wordmark } from "@/components/wordmark"; export default function HomePage() { return (

Cherche le Québec.

); }