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}