From 0ba38c2cf529cf1c8e2a1a43c317b842774b28e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:30:45 +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 7ac359c..d79fbb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1", imageAlt: "Stéphanie Arnoud Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2", imageAlt: "Stéphanie Arnoud Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=3", imageAlt: "Stéphanie Arnoud Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=4", imageAlt: "Stéphanie Arnoud Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=5", imageAlt: "Stéphanie Arnoud Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=6", imageAlt: "Stéphanie Arnoud Coaching", }, ]} @@ -148,7 +148,7 @@ export default function LandingPage() { handle: "@sophiem", testimonial: "Un accompagnement d'une profondeur rare. Stéphanie a changé ma vision.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=1", }, { id: "2", @@ -180,7 +180,7 @@ export default function LandingPage() { handle: "@marcd", testimonial: "Un investissement sur soi que je recommande vivement. Une coach exceptionnelle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1