diff --git a/src/app/page.tsx b/src/app/page.tsx index 2332383..961aa25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-sitting-table_658552-63.jpg", imageAlt: "Chaton adorable" }, { - imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg", imageAlt: "Vaccination animal" + imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg?_wi=1", imageAlt: "Vaccination animal" } ]} rightCarouselItems={[ @@ -131,7 +131,7 @@ export default function LandingPage() { }, { id: 2, - tag: "Prévention", title: "Vaccination", subtitle: "Protection contre les maladies", description: "Calendrier vaccinal complet pour les chiens et les chats. Protection optimale recommandée dès le jeune âge et mise à jour régulière.", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg", imageAlt: "Service de vaccination animale" + tag: "Prévention", title: "Vaccination", subtitle: "Protection contre les maladies", description: "Calendrier vaccinal complet pour les chiens et les chats. Protection optimale recommandée dès le jeune âge et mise à jour régulière.", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198631.jpg?_wi=2", imageAlt: "Service de vaccination animale" }, { id: 3, @@ -179,22 +179,22 @@ export default function LandingPage() {