diff --git a/src/app/page.tsx b/src/app/page.tsx index 29eba00..1b7cfa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,11 +91,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clown-fish-blue-malawi-cichlids-swimming_181624-27260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clown-fish-blue-malawi-cichlids-swimming_181624-27260.jpg?_wi=1", imageAlt: "Un récif corallien vibrant avec des poissons tropicaux", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-mediterranean-sea-coast_1268-19060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-mediterranean-sea-coast_1268-19060.jpg?_wi=1", imageAlt: "Une tortue marine nageant gracieusement dans l'océan bleu", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clown-fish-blue-malawi-cichlids-swimming_181624-27260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clown-fish-blue-malawi-cichlids-swimming_181624-27260.jpg?_wi=2", imageAlt: "conservation récif corallien restauration", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-mediterranean-sea-coast_1268-19060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-mediterranean-sea-coast_1268-19060.jpg?_wi=2", imageAlt: "conservation récif corallien restauration", }, ]}