diff --git a/src/app/page.tsx b/src/app/page.tsx index f800567..dcd3183 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,14 +27,15 @@ export default function LandingPage() { @@ -46,8 +47,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnW6qHutriGtxa74ODlgSKTcZi/uploaded-1773230602480-uaqa5k3g.png" imageAlt="Crispy gourmet sandwich with fresh ingredients" buttons={[ - { text: 'Découvrir le menu', href: '#menu' }, - { text: 'Commander maintenant', href: '#contact' } + { text: 'Découvrir le menu', href: '#specialties' } ]} mediaAnimation="slide-up" /> @@ -194,8 +194,7 @@ export default function LandingPage() { description="Venez découvrir l'expérience Le Croquant. Qualité, saveur et générosité à chaque bouchée." background={{ variant: 'plain' }} buttons={[ - { text: 'Commander maintenant', href: '#contact' }, - { text: 'Voir le menu complet', href: '#menu' } + { text: 'Voir le menu complet', href: '#specialties' } ]} mediaAnimation="none" /> @@ -208,8 +207,8 @@ export default function LandingPage() { title: 'Naviguer', items: [ { label: 'Accueil', href: '#hero' }, - { label: 'Menu', href: '#menu' }, - { label: 'À propos', href: '#about' }, + { label: 'Menu', href: '#specialties' }, + { label: 'À propos', href: '#why-choose' }, { label: 'Avis', href: '#testimonials' } ] }, @@ -235,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file