From 19e14aac8484fd494f3aec0d3cf095a9bc38cf33 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 17:45:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2672a89..cec08fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { testimonials={[ { name: "Melek Khraief", handle: "Membre depuis 2023", testimonial: "Très bonne salle de sport avec une excellente ambiance. Les coachs sont professionnels et motivants!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Melek Khraief" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1", imageAlt: "Melek Khraief" }, { name: "Ali Mansouri", handle: "CrossFit Homme", testimonial: "L'équipement est moderne et les séances sont intensives. Parfait pour progresser rapidement!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Ali Mansouri" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2", imageAlt: "Ali Mansouri" }, { name: "Fatima Ben Youssef", handle: "CrossFit Femme", testimonial: "Une vraie communauté de femmes fortes. L'ambiance motivante me pousse à dépasser mes limites.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Fatima Ben Youssef" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=3", imageAlt: "Fatima Ben Youssef" }, { name: "Mohamed Karim", handle: "Kickboxing", testimonial: "Coachs incroyables! J'ai appris les techniques rapidement et le résultat est au rendez-vous.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Mohamed Karim" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=4", imageAlt: "Mohamed Karim" } ]} testimonialRotationInterval={5000} -- 2.49.1