From 88ae5f579de1c271db2c76188d8751fa28af2f15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:36:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8196d1a..5346284 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { handle: "@jean", testimonial: "Intervention ultra rapide. Le problème de canalisation a été réglé en moins d'une heure !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg?_wi=1", imageAlt: "professional plumber tools drain cleaning", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@marie", testimonial: "Très professionnel et efficace pour mon évier bouché. Je recommande vivement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=1", imageAlt: "professional plumber tools drain cleaning", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@thomas", testimonial: "Merci pour l'intervention en pleine nuit, efficacité redoutable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg?_wi=1", imageAlt: "professional plumber tools drain cleaning", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@sophie", testimonial: "Service de qualité, rien à redire sur le travail effectué.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg?_wi=1", imageAlt: "professional plumber tools drain cleaning", }, { @@ -90,11 +90,11 @@ export default function LandingPage() { handle: "@marc", testimonial: "Un professionnel honnête et compétent, merci pour tout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-her-chest-while-laughing-worker-uniform-looking-merry-front-view_176474-34381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-her-chest-while-laughing-worker-uniform-looking-merry-front-view_176474-34381.jpg?_wi=1", imageAlt: "professional plumber tools drain cleaning", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg?_wi=2" imageAlt="Plombier professionnel en action" mediaAnimation="blur-reveal" avatars={[ @@ -184,7 +184,7 @@ export default function LandingPage() { "Urgence", "Expertise", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2", }, { id: "2", @@ -195,7 +195,7 @@ export default function LandingPage() { "Diagnostic", "CCTV", ], - imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg?_wi=2", }, { id: "3", @@ -206,7 +206,7 @@ export default function LandingPage() { "Prévention", "Assainissement", ], - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg?_wi=2", }, ]} title="Nos Services Experts" @@ -224,7 +224,7 @@ export default function LandingPage() { id: "1", name: "Marc Maes", role: "Fondateur & Expert", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-her-chest-while-laughing-worker-uniform-looking-merry-front-view_176474-34381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-her-chest-while-laughing-worker-uniform-looking-merry-front-view_176474-34381.jpg?_wi=2", }, { id: "2", -- 2.49.1