Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb299755b9 | |||
| 6649e103c1 | |||
| 2aed398672 |
@@ -27,10 +27,10 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: 'Accueil', id: 'hero' },
|
{ name: 'Accueil', id: 'hero' },
|
||||||
{ name: 'Menu', id: 'menu' },
|
{ name: 'Menu', id: 'specialties' },
|
||||||
{ name: 'À propos', id: 'about' },
|
{ name: 'À propos', id: 'why-choose' },
|
||||||
{ name: 'Avis', id: 'testimonials' },
|
{ name: 'Avis', id: 'testimonials' },
|
||||||
{ name: 'Contact', id: 'contact' }
|
{ name: 'Contact', id: 'cta' }
|
||||||
]}
|
]}
|
||||||
brandName="Le Croquant"
|
brandName="Le Croquant"
|
||||||
bottomLeftText="Kouba, Alger"
|
bottomLeftText="Kouba, Alger"
|
||||||
@@ -46,8 +46,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnW6qHutriGtxa74ODlgSKTcZi/uploaded-1773230602480-uaqa5k3g.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnW6qHutriGtxa74ODlgSKTcZi/uploaded-1773230602480-uaqa5k3g.png"
|
||||||
imageAlt="Crispy gourmet sandwich with fresh ingredients"
|
imageAlt="Crispy gourmet sandwich with fresh ingredients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: 'Découvrir le menu', href: '#menu' },
|
{ text: 'Découvrir le menu', href: '#specialties' }
|
||||||
{ text: 'Commander maintenant', href: '#contact' }
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -194,8 +193,7 @@ export default function LandingPage() {
|
|||||||
description="Venez découvrir l'expérience Le Croquant. Qualité, saveur et générosité à chaque bouchée."
|
description="Venez découvrir l'expérience Le Croquant. Qualité, saveur et générosité à chaque bouchée."
|
||||||
background={{ variant: 'plain' }}
|
background={{ variant: 'plain' }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: 'Commander maintenant', href: '#contact' },
|
{ text: 'Voir le menu complet', href: '#specialties' }
|
||||||
{ text: 'Voir le menu complet', href: '#menu' }
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
@@ -208,8 +206,8 @@ export default function LandingPage() {
|
|||||||
title: 'Naviguer',
|
title: 'Naviguer',
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Accueil', href: '#hero' },
|
{ label: 'Accueil', href: '#hero' },
|
||||||
{ label: 'Menu', href: '#menu' },
|
{ label: 'Menu', href: '#specialties' },
|
||||||
{ label: 'À propos', href: '#about' },
|
{ label: 'À propos', href: '#why-choose' },
|
||||||
{ label: 'Avis', href: '#testimonials' }
|
{ label: 'Avis', href: '#testimonials' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user