This commit is contained in:
2026-04-11 23:30:14 +02:00
parent 10ca8c3e8c
commit b73939d381
1574 changed files with 621 additions and 57974 deletions

View File

@@ -32,7 +32,7 @@ const HomePage = () => {
const handleSearch = (e: React.FormEvent) => {
e.preventDefault();
router.push(`/directory?q=${searchTerm}`);
router.push(`/annuaire?q=${searchTerm}`);
};
return (
@@ -96,7 +96,7 @@ const HomePage = () => {
<h2 className="text-3xl font-bold text-gray-900 font-serif">Entreprises à la une</h2>
<p className="text-gray-500 mt-2">Découvrez les pépites de notre communauté.</p>
</div>
<Link href="/directory" className="text-brand-600 font-medium hover:text-brand-700 flex items-center">
<Link href="/annuaire" className="text-brand-600 font-medium hover:text-brand-700 flex items-center">
Voir tout l'annuaire <TrendingUp className="w-4 h-4 ml-1" />
</Link>
</div>