Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f493e45827 | |||
| 38e43254ba |
@@ -90,7 +90,10 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[]}
|
testimonials={[
|
||||||
|
{ id: "1", title: "Excellent", quote: "Les meilleurs tacos de la ville !", name: "Thomas D.", role: "Habitué" },
|
||||||
|
{ id: "2", title: "Rapide et chaud", quote: "Super accueil et service irréprochable.", name: "Sarah L.", role: "Cliente régulière" }
|
||||||
|
]}
|
||||||
title="Avis de nos clients"
|
title="Avis de nos clients"
|
||||||
description="Ce que pensent nos habitués de Lons-le-Saunier."
|
description="Ce que pensent nos habitués de Lons-le-Saunier."
|
||||||
/>
|
/>
|
||||||
@@ -100,7 +103,10 @@ export default function LandingPage() {
|
|||||||
<FaqBase
|
<FaqBase
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[]}
|
faqs={[
|
||||||
|
{ id: "1", title: "Horaires", content: "Ouvert du mardi au dimanche, de 11h30 à 14h00 et de 18h30 à 22h30." },
|
||||||
|
{ id: "2", title: "Livraison", content: "Service de livraison disponible dans un rayon de 5km." }
|
||||||
|
]}
|
||||||
title="Infos Pratiques"
|
title="Infos Pratiques"
|
||||||
description="Tout savoir sur Le Bek Food."
|
description="Tout savoir sur Le Bek Food."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -113,7 +119,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[]}
|
metrics={[
|
||||||
|
{ id: "1", value: "500+", description: "Tacos servis chaque semaine" },
|
||||||
|
{ id: "2", value: "4.8/5", description: "Note moyenne sur Google" }
|
||||||
|
]}
|
||||||
title="Notre succès en chiffres"
|
title="Notre succès en chiffres"
|
||||||
description="La confiance de nos clients en un clin d'œil."
|
description="La confiance de nos clients en un clin d'œil."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user