From 4f052f8330fd7e871e7c762cb52f5116e3379fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 19:02:13 +0000 Subject: [PATCH] Switch to version 4: modified src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67e61c0..d396049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { }, { id: "m2", icon: Clock, - title: "Disponibilité", value: "7/7", description: "Sur rendez-vous" + title: "Disponibilité", value: "7/7", description: "Ouvert de 10h à 18h en semaine, 11h à 17h le week-end" }, { id: "m3", icon: Phone, @@ -142,7 +142,7 @@ export default function LandingPage() { cardTag="Clients" testimonials={[ { - id: "1", name: "Julie Déco", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg" + id: "testimonial-1", name: "Julie Déco", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg" } ]} /> @@ -154,10 +154,10 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Livrez-vous ?", content: "Oui, nous proposons une livraison soignée dans toute la région." + id: "faq-q1", title: "Livrez-vous ?", content: "Oui, nous proposons une livraison soignée dans toute la région." }, { - id: "q2", title: "Puis-je commander sur mesure ?", content: "Tout à fait, contactez-nous pour toute demande spéciale." + id: "faq-q2", title: "Puis-je commander sur mesure ?", content: "Tout à fait, contactez-nous pour toute demande spéciale." } ]} title="Des questions ?" @@ -169,7 +169,7 @@ export default function LandingPage() {