From 9d7644f6fb91c324cc5c1f00337d0e46a844fca1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:33:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7343293..476266e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { description="Votre boutique spécialisée en trains miniatures, pistes de course et matériel de modélisme de précision." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg?_wi=1", imageAlt: "Model train display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg?_wi=1", imageAlt: "Locomotive detail", }, { @@ -70,21 +70,21 @@ export default function LandingPage() { imageAlt: "Diorama setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg?_wi=1", imageAlt: "Product collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg?_wi=1", imageAlt: "Miniature landscape", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-shelves-different-colored-buoys_181624-6309.jpg?_wi=2", imageAlt: "Product collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-chair-park_1150-20149.jpg?_wi=2", imageAlt: "Miniature landscape", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { imageAlt: "Train track detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-looking-miniature-houses-shelves_23-2151191364.jpg?_wi=2", imageAlt: "Model train display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-locomotive_23-2149371543.jpg?_wi=2", imageAlt: "Locomotive detail", }, ]}