From 01a901e502d7fc3956ef95e5f1285cd153ff48e8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:00:06 +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 6c920bb..569c0b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { 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" /> @@ -78,7 +78,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" /> @@ -92,21 +92,21 @@ export default function LandingPage() { 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=1", imageAlt: "portrait of client", }, ]} @@ -126,7 +126,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=2", }, { id: "2", -- 2.49.1