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() { /> -
+