diff --git a/src/app/page.tsx b/src/app/page.tsx index fe66a73..1979509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Accueil", id: "hero" }, { name: "Services", id: "services" }, { name: "Zones", id: "areas" }, + { name: "Avis clients", id: "testimonials" }, { name: "Contact", id: "contact" }, { name: "FAQ", id: "faq" } ]} @@ -220,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file