From 6b1cadd143e64e301d31bbf3de7a0801c0d9ec58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:00:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9044141..a63d97b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Nos services", href: "#services"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=1" imageAlt="Plomberie et chauffage Bruxelles" /> @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Un artisan de confiance à votre service" description="Chez Vanden Broeck, nous combinons expertise technique et engagement envers la satisfaction client. Depuis 2018, notre équipe de techniciens qualifiés intervient avec précision et transparence pour garantir la pérennité de vos installations." - imageSrc="http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=1" imageAlt="Artisan plombier travaillant" /> @@ -76,13 +76,13 @@ export default function LandingPage() { features={[ { title: "Plomberie générale", description: "Réparation de fuites, robinetterie, sanitaires.", buttonIcon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "plumber repairing pipe"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=2", imageAlt: "plumber repairing pipe"}, { title: "Chauffage", description: "Chaudières, radiateurs, entretien annuel.", buttonIcon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg", imageAlt: "technician working on boiler"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=2", imageAlt: "technician working on boiler"}, { title: "Débouchage", description: "Interventions rapides sur canalisations obstruées.", buttonIcon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg", imageAlt: "portrait of client"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=1", imageAlt: "portrait of client"}, ]} title="Nos domaines d'expertise" description="Nous couvrons l'ensemble des besoins en plomberie et chauffage, de la réparation d'urgence à la rénovation complète." @@ -95,7 +95,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Sahli Marwan", quote: "Équipe très professionnelle, remplacement de ma chaudière très rapidement.", name: "Sahli Marwan", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg"}, + id: "1", title: "Sahli Marwan", quote: "Équipe très professionnelle, remplacement de ma chaudière très rapidement.", name: "Sahli Marwan", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=2"}, { id: "2", title: "Chaimae Alouche", quote: "J'ai énormément apprécié le travail, équipe très efficace.", name: "Chaimae Alouche", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/carefree-dark-skinned-young-woman-points-directly-makes-finger-gun-gesture-looks-happily-expresses-good-emotions-wears-casual-clothes-isolated-against-purple-wall-bang-bang_273609-26448.jpg"}, { -- 2.49.1