diff --git a/src/app/page.tsx b/src/app/page.tsx index b02b3c4..035b6d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,19 +58,19 @@ export default function LandingPage() { testimonials={[ { name: "Marie Dupont", handle: "Propriétaire chien", testimonial: "Une équipe exceptionnelle, à l'écoute et très professionnelle. Mon chien y est traité comme un roi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg?_wi=1" }, { name: "Jean Leclerc", handle: "Propriétaire chat", testimonial: "Merci pour votre réactivité en urgence. Un vrai soulagement d'avoir une clinique fiable si proche.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg?_wi=1" }, { name: "Sophie Martin", handle: "Éleveuse chat", testimonial: "Suivi impeccable, conseils avisés et équipements modernes. Je recommande sans hésiter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1" }, { name: "Pierre Mercier", handle: "Propriétaire cheval", testimonial: "Déplacements rapides, diagnostic précis. L'équipe connaît parfaitement les besoins des chevaux.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -159,16 +159,16 @@ export default function LandingPage() {