From 2252923ad741d6a55050ca722dd5d81933b718ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:15:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1