.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user