Merge version_1 into main #1
229
src/app/page.tsx
229
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Accueil", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À Propos", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="ABÉ SMASH BURGER"
|
||||
/>
|
||||
@@ -59,13 +51,9 @@ export default function LandingPage() {
|
||||
description="Découvrez nos smash burgers gourmands à Vénissieux. Fraîcheur, qualité et explosion de saveurs garanties à chaque bouchée."
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir le Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le Menu", href: "#menu"},
|
||||
{
|
||||
text: "Commander en ligne",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Commander en ligne", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-meat-burger-with-french-fries_141793-4997.jpg"
|
||||
@@ -87,19 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Burgers industriels",
|
||||
"Attente interminable",
|
||||
"Ingrédients bas de gamme",
|
||||
"Service impersonnel",
|
||||
],
|
||||
"Burgers industriels", "Attente interminable", "Ingrédients bas de gamme", "Service impersonnel"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Galettes de bœuf fraîches",
|
||||
"Préparation rapide & efficace",
|
||||
"Produits locaux sélectionnés",
|
||||
"Ambiance chaleureuse",
|
||||
],
|
||||
"Galettes de bœuf fraîches", "Préparation rapide & efficace", "Produits locaux sélectionnés", "Ambiance chaleureuse"],
|
||||
}}
|
||||
title="L'Expérience ABÉ : Qualité et Rapidité"
|
||||
description="Nous nous engageons à vous offrir le meilleur, du choix des ingrédients à la préparation."
|
||||
@@ -115,61 +95,21 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "BILLY'S SMASH",
|
||||
price: "7,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-cheese-tomatoes-salad-dark-floor_140725-89531.jpg",
|
||||
imageAlt: "Billy's Smash Burger",
|
||||
},
|
||||
id: "p1", name: "BILLY'S SMASH", price: "7,90 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-cheese-tomatoes-salad-dark-floor_140725-89531.jpg", imageAlt: "Billy's Smash Burger"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "SMOKE BILLY'S",
|
||||
price: "8,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-putting-sauce-burger_23-2148678810.jpg",
|
||||
imageAlt: "Smoke Billy's Burger",
|
||||
},
|
||||
id: "p2", name: "SMOKE BILLY'S", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-putting-sauce-burger_23-2148678810.jpg", imageAlt: "Smoke Billy's Burger"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "MUSHY SMASH",
|
||||
price: "8,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-hamburger-with-french-fries_1203-9010.jpg",
|
||||
imageAlt: "Mushy Smash Burger",
|
||||
},
|
||||
id: "p3", name: "MUSHY SMASH", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/fish-hamburger-with-french-fries_1203-9010.jpg", imageAlt: "Mushy Smash Burger"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "BLACK TRUFFLE",
|
||||
price: "8,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-hamburger-with-knife-tomatoes-pepper-shaker-dark-background_179666-19401.jpg",
|
||||
imageAlt: "Black Truffle Burger",
|
||||
},
|
||||
id: "p4", name: "BLACK TRUFFLE", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-hamburger-with-knife-tomatoes-pepper-shaker-dark-background_179666-19401.jpg", imageAlt: "Black Truffle Burger"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "BBQ CHICKEN",
|
||||
price: "7,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg",
|
||||
imageAlt: "BBQ Chicken Burger",
|
||||
},
|
||||
id: "p5", name: "BBQ CHICKEN", price: "7,90 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg", imageAlt: "BBQ Chicken Burger"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "AVOCADO CHICKEN",
|
||||
price: "9,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4118.jpg",
|
||||
imageAlt: "Avocado Chicken Burger",
|
||||
},
|
||||
id: "p6", name: "AVOCADO CHICKEN", price: "9,90 €", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4118.jpg", imageAlt: "Avocado Chicken Burger"},
|
||||
{
|
||||
id: "p7",
|
||||
name: "MASTER DOG",
|
||||
price: "4,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-american-flag-tray_23-2148679043.jpg",
|
||||
imageAlt: "Master Dog Hot-dog",
|
||||
},
|
||||
id: "p7", name: "MASTER DOG", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-with-american-flag-tray_23-2148679043.jpg", imageAlt: "Master Dog Hot-dog"},
|
||||
{
|
||||
id: "p8",
|
||||
name: "OIGNONS RING'S (5)",
|
||||
price: "4,90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili-sauce_140725-6204.jpg",
|
||||
imageAlt: "Onion Rings",
|
||||
},
|
||||
id: "p8", name: "OIGNONS RING'S (5)", price: "4,90 €", imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili-sauce_140725-6204.jpg", imageAlt: "Onion Rings"},
|
||||
]}
|
||||
title="Notre Carte Gourmande"
|
||||
description="Découvrez nos burgers signatures, nos poulets croustillants, nos hot-dogs savoureux et nos accompagnements irrésistibles."
|
||||
@@ -183,73 +123,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah L.",
|
||||
role: "Cliente fidélisée",
|
||||
company: "Vénissieux",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
imageAlt: "Photo de Sarah L.",
|
||||
},
|
||||
id: "t1", name: "Sarah L.", role: "Cliente fidélisée", company: "Vénissieux", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Photo de Sarah L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marc D.",
|
||||
role: "Gourmand exigeant",
|
||||
company: "Lyon",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg",
|
||||
imageAlt: "Photo de Marc D.",
|
||||
},
|
||||
id: "t2", name: "Marc D.", role: "Gourmand exigeant", company: "Lyon", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", imageAlt: "Photo de Marc D."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Émilie R.",
|
||||
role: "Fan de saveurs",
|
||||
company: "Saint-Fons",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-africanamerican-girl-showing-okay-signs-winking-guarantee-quali_1258-131002.jpg",
|
||||
imageAlt: "Photo d'Émilie R.",
|
||||
},
|
||||
id: "t3", name: "Émilie R.", role: "Fan de saveurs", company: "Saint-Fons", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-africanamerican-girl-showing-okay-signs-winking-guarantee-quali_1258-131002.jpg", imageAlt: "Photo d'Émilie R."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Thomas G.",
|
||||
role: "Explorateur culinaire",
|
||||
company: "Bron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
imageAlt: "Photo de Thomas G.",
|
||||
},
|
||||
id: "t4", name: "Thomas G.", role: "Explorateur culinaire", company: "Bron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageAlt: "Photo de Thomas G."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura M.",
|
||||
role: "Amatrice de fast-food de qualité",
|
||||
company: "Oullins",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-woman-standing-looking-camera_74855-3962.jpg",
|
||||
imageAlt: "Photo de Laura M.",
|
||||
},
|
||||
id: "t5", name: "Laura M.", role: "Amatrice de fast-food de qualité", company: "Oullins", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-woman-standing-looking-camera_74855-3962.jpg", imageAlt: "Photo de Laura M."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "David K.",
|
||||
role: "Connaisseur de burgers",
|
||||
company: "Villeurbanne",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-you-dreamy-mature-woman-balcony_329181-15451.jpg",
|
||||
imageAlt: "Photo de David K.",
|
||||
},
|
||||
id: "t6", name: "David K.", role: "Connaisseur de burgers", company: "Villeurbanne", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-you-dreamy-mature-woman-balcony_329181-15451.jpg", imageAlt: "Photo de David K."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7",
|
||||
label: "Étoiles Google",
|
||||
},
|
||||
value: "4.7", label: "Étoiles Google"},
|
||||
{
|
||||
value: "300+",
|
||||
label: "Avis Positifs",
|
||||
},
|
||||
value: "300+", label: "Avis Positifs"},
|
||||
{
|
||||
value: "Rapide & Frais",
|
||||
label: "Qualité Appréciée",
|
||||
},
|
||||
value: "Rapide & Frais", label: "Qualité Appréciée"},
|
||||
]}
|
||||
title="Ce que nos clients affamés disent de nous"
|
||||
description="Votre satisfaction est notre plus belle récompense. Lisez ce que nos gourmands pensent de leur expérience ABÉ SMASH BURGER."
|
||||
@@ -264,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.7 / 5",
|
||||
description: "Note moyenne sur 306 avis Google",
|
||||
},
|
||||
id: "m1", value: "4.7 / 5", description: "Note moyenne sur 306 avis Google"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "300+",
|
||||
description: "Clients satisfaits et fidèles",
|
||||
},
|
||||
id: "m2", value: "300+", description: "Clients satisfaits et fidèles"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Top 3",
|
||||
description: "Meilleurs smash burgers de Vénissieux",
|
||||
},
|
||||
id: "m3", value: "Top 3", description: "Meilleurs smash burgers de Vénissieux"},
|
||||
]}
|
||||
title="ABÉ SMASH BURGER en Chiffres"
|
||||
description="La preuve de notre succès et de l'amour que vous portez à nos burgers."
|
||||
@@ -289,30 +178,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quels sont vos horaires d'ouverture ?",
|
||||
content: "Nous sommes ouverts du mardi au dimanche, de 11h30 à 14h00 et de 18h30 à 22h00.",
|
||||
},
|
||||
id: "f1", title: "Quels sont vos horaires d'ouverture ?", content: "Nous sommes ouverts du mardi au dimanche, de 11h30 à 14h00 et de 18h30 à 22h00."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Proposez-vous la livraison à domicile ?",
|
||||
content: "Oui, nous livrons via nos partenaires Uber Eats et Deliveroo. Vous pouvez commander directement depuis leurs plateformes.",
|
||||
},
|
||||
id: "f2", title: "Proposez-vous la livraison à domicile ?", content: "Oui, nous livrons via nos partenaires Uber Eats et Deliveroo. Vous pouvez commander directement depuis leurs plateformes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Utilisez-vous des produits frais et locaux ?",
|
||||
content: "Absolument ! Nous nous engageons à travailler avec des fournisseurs locaux pour garantir la fraîcheur et la qualité de nos ingrédients.",
|
||||
},
|
||||
id: "f3", title: "Utilisez-vous des produits frais et locaux ?", content: "Absolument ! Nous nous engageons à travailler avec des fournisseurs locaux pour garantir la fraîcheur et la qualité de nos ingrédients."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Peut-on personnaliser les burgers ?",
|
||||
content: "Oui, n'hésitez pas à nous faire part de vos préférences lors de votre commande, nous ferons de notre mieux pour vous satisfaire.",
|
||||
},
|
||||
id: "f4", title: "Peut-on personnaliser les burgers ?", content: "Oui, n'hésitez pas à nous faire part de vos préférences lors de votre commande, nous ferons de notre mieux pour vous satisfaire."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Avez-vous des options végétariennes ou sans gluten ?",
|
||||
content: "Nous proposons des options végétariennes. Pour les options sans gluten, veuillez nous contacter directement pour plus d'informations.",
|
||||
},
|
||||
id: "f5", title: "Avez-vous des options végétariennes ou sans gluten ?", content: "Nous proposons des options végétariennes. Pour les options sans gluten, veuillez nous contacter directement pour plus d'informations."},
|
||||
]}
|
||||
sideTitle="Vos Questions, Nos Réponses"
|
||||
sideDescription="Nous avons rassemblé les questions les plus fréquentes pour vous aider."
|
||||
@@ -325,22 +199,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Restons Connectés"
|
||||
title="Commandez, Dégustez, Kiffez !"
|
||||
description="Envie d'un smash burger ? Passez nous voir, commandez en ligne ou contactez-nous pour toute question."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commander en ligne",
|
||||
href: "https://www.ubereats.com/fr/store/abe-smash-burger-venissieux",
|
||||
target: "_blank",
|
||||
text: "Commander en ligne", href: "https://www.ubereats.com/fr/store/abe-smash-burger-venissieux"
|
||||
},
|
||||
{
|
||||
text: "Voir sur la carte",
|
||||
href: "https://www.google.com/maps/search/CHEZ+AB%C3%89+SMASH+BURGER+VENISSIEUX",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Voir sur la carte", href: "https://www.google.com/maps/search/CHEZ+AB%C3%89+SMASH+BURGER+VENISSIEUX"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -352,19 +221,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://www.facebook.com/abesmashburger",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://www.facebook.com/abesmashburger", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/abesmashburger",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/abesmashburger", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://www.google.com/maps/search/CHEZ+AB%C3%89+SMASH+BURGER+VENISSIEUX",
|
||||
ariaLabel: "Localisation",
|
||||
},
|
||||
href: "https://www.google.com/maps/search/CHEZ+AB%C3%89+SMASH+BURGER+VENISSIEUX", ariaLabel: "Localisation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user