From 2605d472c7c80ac588fb119da18d6b629b169ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:36:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29386ae..2f46952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Accueil", id: "hero" }, { name: "À propos", id: "about" }, - { name: "Menu", id: "features" }, + { name: "Menu", id: "menu" }, { name: "Galerie", id: "product" }, { name: "Contact", id: "contact" } ]} @@ -51,7 +51,7 @@ export default function LandingPage() { imageAlt="La Passerelle Bar - Ambiance chaleureuse" buttons={[ { text: "Appeler maintenant", href: "tel:+33651714761" }, - { text: "Voir le menu", href: "#features" } + { text: "Voir le menu", href: "#menu" } ]} buttonAnimation="slide-up" /> @@ -73,7 +73,7 @@ export default function LandingPage() { /> -
+