From 94e7b114ca5804e94d1167ad25acaa47dc76b206 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:51:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1