diff --git a/src/app/page.tsx b/src/app/page.tsx index 773bdee..3612536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Marie Dubois", handle: "Patiente depuis 3 ans", testimonial: "Excellent accueil et professionnalisme. Le Dr. Martin m'a vraiment mise en confiance pour mon implant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marie Dubois" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Marie Dubois" }, { name: "Jean Leclerc", handle: "Urgence traitée rapidement", testimonial: "J'ai appelé en urgence. Ils m'ont reçu le jour même. Service impeccable et bienveillant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jean Leclerc" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jean Leclerc" }, { name: "Sophie Moreau", handle: "Mère de famille", testimonial: "Cabinet très rassurant pour les enfants. Mon fils n'a plus peur du dentiste grâce à l'équipe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2004.jpg", imageAlt: "Sophie Moreau" + imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2004.jpg?_wi=1", imageAlt: "Sophie Moreau" } ]} testimonialRotationInterval={5000} @@ -129,16 +129,16 @@ export default function LandingPage() {