From 60b147d6d3fd01b8302526d984aa75f21b71b34c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:58:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a898094..30c3d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@laurent", testimonial: "Très satisfaits pour la réalisation complète de notre salle de bain et intervention chauffage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg?_wi=1", imageAlt: "plumber professional workspace", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@catherine", testimonial: "Travail sérieux, efficace pour le changement de mon ballon d'eau chaude.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-couple-cooking_23-2147766890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-couple-cooking_23-2147766890.jpg?_wi=1", imageAlt: "plumber professional workspace", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@client", testimonial: "Professionnalisme exemplaire et respect total des délais annoncés.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=1", imageAlt: "plumber professional workspace", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@client", testimonial: "Réactif et compétent pour nos besoins en dépannage urgent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1", imageAlt: "plumber professional workspace", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", @@ -251,21 +251,21 @@ export default function LandingPage() { name: "Laurent Heneman", handle: "@client", testimonial: "Nous sommes très satisfaits pour la réalisation complète de notre salle de bain.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-couple-cooking_23-2147766890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-couple-cooking_23-2147766890.jpg?_wi=2", }, { id: "2", name: "Ludo", handle: "@client", testimonial: "Très satisfait du résultat, jusqu'à la propreté de la fin de chantier.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=2", }, { id: "3", name: "Catherine Sammiez", handle: "@client", testimonial: "Travail effectué avec sérieux et efficacité. Je recommande vivement.", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2", }, { id: "4", -- 2.49.1