From 968be2a3cb7501d8b035b69e18a57d07e7e43f50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:54:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f23659..afe6d2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -243,40 +154,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sophie M.", - role: "Mère de famille", - testimonial: "Enfin une lessive efficace qui ne donne pas d'allergies à mes enfants.", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-holding-detergent-clean-laundry-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-15682.jpg", - }, + id: "t1", name: "Sophie M.", role: "Mère de famille", testimonial: "Enfin une lessive efficace qui ne donne pas d'allergies à mes enfants.", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-holding-detergent-clean-laundry-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-15682.jpg"}, { - id: "t2", - name: "Thomas L.", - role: "Sportif", - testimonial: "Idéal pour mes tenues de sport, l'odeur est fraîche et naturelle.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-cleaning-young-woman-wearing-uniform-holding-cleaning-agent-showing-yes-gesture-isolated-pink-wall_141793-35676.jpg", - }, + id: "t2", name: "Thomas L.", role: "Sportif", testimonial: "Idéal pour mes tenues de sport, l'odeur est fraîche et naturelle.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-cleaning-young-woman-wearing-uniform-holding-cleaning-agent-showing-yes-gesture-isolated-pink-wall_141793-35676.jpg"}, { - id: "t3", - name: "Julie B.", - role: "Designer textile", - testimonial: "La qualité de mes tissus est parfaitement préservée, je recommande.", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pink-flower-towels-bed_23-2148296021.jpg", - }, + id: "t3", name: "Julie B.", role: "Designer textile", testimonial: "La qualité de mes tissus est parfaitement préservée, je recommande.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pink-flower-towels-bed_23-2148296021.jpg"}, { - id: "t4", - name: "Marc D.", - role: "Client régulier", - testimonial: "Économique, propre et respectueux, le trio gagnant.", - imageSrc: "http://img.b2bpic.net/free-photo/women-using-washing-machine-doing-laundry-young-girls-ready-wash-clothes-interior-washing-process-concept_1157-42334.jpg", - }, + id: "t4", name: "Marc D.", role: "Client régulier", testimonial: "Économique, propre et respectueux, le trio gagnant.", imageSrc: "http://img.b2bpic.net/free-photo/women-using-washing-machine-doing-laundry-young-girls-ready-wash-clothes-interior-washing-process-concept_1157-42334.jpg"}, { - id: "t5", - name: "Clara V.", - role: "Adepte du bio", - testimonial: "Une démarche honnête et un produit qui tient ses promesses.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-stunned-future-mother-packs-suitcase-maternity-hospital-picks-necessary-things-newborn-baby-shocked-day-birth-came-dressed-domestic-clothes-enjoys-motherhood-moments_273609-39417.jpg", - }, + id: "t5", name: "Clara V.", role: "Adepte du bio", testimonial: "Une démarche honnête et un produit qui tient ses promesses.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-stunned-future-mother-packs-suitcase-maternity-hospital-picks-necessary-things-newborn-baby-shocked-day-birth-came-dressed-domestic-clothes-enjoys-motherhood-moments_273609-39417.jpg"}, ]} title="Ils ont adopté PureWash" description="Découvrez pourquoi nos clients ne peuvent plus s'en passer." @@ -289,20 +175,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Est-ce compatible avec toutes les machines ?", - content: "Oui, PureWash est conçu pour toutes les machines à laver.", - }, + id: "q1", title: "Est-ce compatible avec toutes les machines ?", content: "Oui, PureWash est conçu pour toutes les machines à laver."}, { - id: "q2", - title: "Quelle quantité utiliser ?", - content: "Un bouchon suffit pour une lessive standard.", - }, + id: "q2", title: "Quelle quantité utiliser ?", content: "Un bouchon suffit pour une lessive standard."}, { - id: "q3", - title: "Les produits sont-ils véganes ?", - content: "Absolument, aucun ingrédient d'origine animale n'est utilisé.", - }, + id: "q3", title: "Les produits sont-ils véganes ?", content: "Absolument, aucun ingrédient d'origine animale n'est utilisé."}, ]} title="Questions fréquentes" faqsAnimation="slide-up" @@ -314,16 +191,13 @@ export default function LandingPage() {
@@ -333,38 +207,25 @@ export default function LandingPage() { logoText="PureWash" columns={[ { - title: "Produits", - items: [ + title: "Produits", items: [ { - label: "Gamme complète", - href: "#products", - }, + label: "Gamme complète", href: "#products"}, ], }, { - title: "Entreprise", - items: [ + title: "Entreprise", items: [ { - label: "À propos", - href: "#", - }, + label: "À propos", href: "#"}, { - label: "Engagement", - href: "#", - }, + label: "Engagement", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]}