From 8514832211fc59bdc88fefe5c578e2c763adbe85 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:11:57 +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 817436e..3f4bed5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,35 +60,35 @@ export default function LandingPage() { handle: "@client1", testimonial: "J'ai eu une urgence ce matin et à midi mon problème était réglé!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", }, { name: "Client Satisfait", handle: "@client2", testimonial: "Service rapide, efficace et très professionnel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=1", }, { name: "Client Satisfait", handle: "@client3", testimonial: "Fiables et très professionnels, travaux toujours bien faits.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=1", }, { name: "Client Satisfait", handle: "@client4", testimonial: "Une expérience de plomberie sans stress, je recommande.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-having-fun-with-pictures-smartphone-recording-video-moving-new-rented-apartment-flat-homeowners-enjoying-property-relocation-with-mobile-phone_482257-49833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-having-fun-with-pictures-smartphone-recording-video-moving-new-rented-apartment-flat-homeowners-enjoying-property-relocation-with-mobile-phone_482257-49833.jpg?_wi=1", }, { name: "Client Satisfait", handle: "@client5", testimonial: "Professionnels, propres, et très efficaces.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-reading-together_23-2149129060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-reading-together_23-2149129060.jpg?_wi=1", }, ]} buttons={[ @@ -229,35 +229,35 @@ export default function LandingPage() { name: "Marc Tremblay", role: "Propriétaire", testimonial: "Un service exceptionnel, je n'ai jamais vu une équipe aussi efficace.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", }, { id: "2", name: "Sophie Martin", role: "Architecte", testimonial: "Professionnalisme exemplaire sur tous les chantiers confiés.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=2", }, { id: "3", name: "Lucie Blais", role: "Gérante", testimonial: "Rapidité d'intervention inégalée lors de notre fuite majeure.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=2", }, { id: "4", name: "Jean Dupont", role: "Client", testimonial: "Très poli, propre et travail fait selon les règles de l'art.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-having-fun-with-pictures-smartphone-recording-video-moving-new-rented-apartment-flat-homeowners-enjoying-property-relocation-with-mobile-phone_482257-49833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-having-fun-with-pictures-smartphone-recording-video-moving-new-rented-apartment-flat-homeowners-enjoying-property-relocation-with-mobile-phone_482257-49833.jpg?_wi=2", }, { id: "5", name: "Anne Gauthier", role: "Rénovatrice", testimonial: "La référence à Québec pour tout projet de plomberie.", - imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-reading-together_23-2149129060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-home-with-couple-reading-together_23-2149129060.jpg?_wi=2", }, ]} /> -- 2.49.1