From e09f0bbfca1c134185e42b6bb141fcf5d6e9efa8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:31:42 +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 21a5245..f11cf4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,17 +56,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"}, + 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", imageAlt: "Stéphanie Arnoud Coaching"}, + 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", imageAlt: "Stéphanie Arnoud Coaching"}, + 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", imageAlt: "Stéphanie Arnoud Coaching"}, + 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", imageAlt: "Stéphanie Arnoud Coaching"}, + 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", imageAlt: "Stéphanie Arnoud Coaching"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=6", imageAlt: "Stéphanie Arnoud Coaching"}, ]} mediaAnimation="blur-reveal" /> @@ -109,7 +109,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sophie M.", 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", name: "Julien P.", handle: "@julienp", testimonial: "La bienveillance et le professionnalisme à chaque étape. Merci.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg"}, @@ -121,7 +121,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-therapist-with-clipboard-cabinet_23-2148759124.jpg"}, { id: "5", name: "Marc D.", 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} title="Ce qu'ils en pensent" -- 2.49.1