From 87786c047754a933c74f2c9048ee83acc6dc2015 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 07:15:42 +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 4af5d6c..e70f211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,35 +69,35 @@ export default function LandingPage() { handle: "@jeand", testimonial: "Très réactif et professionnel, mon embrayage a été changé en un temps record. Je recommande !", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg?_wi=1", }, { name: "Marie L.", handle: "@mariel", testimonial: "Un accueil chaleureux, des explications transparentes et un travail soigné. Parfait.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-sunglasses-smiling-driving-her-car_231208-6862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-sunglasses-smiling-driving-her-car_231208-6862.jpg?_wi=1", }, { name: "Thomas B.", handle: "@thomasb", testimonial: "Efficacité redoutable pour une recherche de panne complexe. Enfin un garage honnête.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg?_wi=1", }, { name: "Sophie M.", handle: "@sophiem", testimonial: "Une équipe au top et un service rapide. Je reviendrai sans hésiter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-8011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-8011.jpg?_wi=1", }, { name: "Lucas P.", handle: "@lucasp", testimonial: "Service de qualité, accueil parfait. MJF Cars est devenu mon garage de référence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg?_wi=2", }, ]} buttons={[ @@ -209,7 +209,7 @@ export default function LandingPage() { role: "Client", company: "Escalquens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg?_wi=3", }, { id: "2", @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Cliente", company: "Escalquens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-sunglasses-smiling-driving-her-car_231208-6862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-business-woman-with-sunglasses-smiling-driving-her-car_231208-6862.jpg?_wi=2", }, { id: "3", @@ -225,7 +225,7 @@ export default function LandingPage() { role: "Client", company: "Escalquens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-barber-standing-with-arm-crossed_107420-94783.jpg?_wi=2", }, { id: "4", @@ -233,7 +233,7 @@ export default function LandingPage() { role: "Cliente", company: "Escalquens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-8011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-8011.jpg?_wi=2", }, { id: "5", @@ -241,7 +241,7 @@ export default function LandingPage() { role: "Client", company: "Escalquens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg?_wi=4", }, ]} title="Ils nous font confiance" -- 2.49.1