From 8b8c70d6e707f8dd8434223b9f5961decb8cbb7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 13:14:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49acaf6..d396049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ?" @@ -186,7 +186,7 @@ export default function LandingPage() { title: "Contact", items: [ { label: "5 Rue Blainville E, Sainte-Thérèse", href: "#" }, { label: "Lun-Ven 10h-18h | Sam-Dim 11h-17h", href: "#" }, - { label: "(450) 951-9416", href: "tel:4509519416" } + { label: "(450) 951-9416", href: "tel-4509519416" } ] } ]}