From f4c13a04776c810052494535e980dad576dd848b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 07:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e801fa0..0d87665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,17 +97,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=1", imageAlt: "Grand plateau de fruits de mer frais", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-asparagus-lemon-wedges-plate_9975-124447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-asparagus-lemon-wedges-plate_9975-124447.jpg?_wi=1", imageAlt: "Poisson entier grillé à la perfection", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-black-plate_1147-426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-black-plate_1147-426.jpg?_wi=1", imageAlt: "Assortiment de sushis maison colorés", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { text: "Découvrir le plat du jour", href: "#", }, - imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=2", imageAlt: "High angle tasty seafood on table", }, { @@ -303,7 +303,7 @@ export default function LandingPage() { text: "Découvrir la formule", href: "#", }, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-asparagus-lemon-wedges-plate_9975-124447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-asparagus-lemon-wedges-plate_9975-124447.jpg?_wi=2", imageAlt: "High angle tasty seafood on table", }, { @@ -320,7 +320,7 @@ export default function LandingPage() { text: "Commander cette formule", href: "#", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-black-plate_1147-426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-black-plate_1147-426.jpg?_wi=2", imageAlt: "High angle tasty seafood on table", }, ]} @@ -364,7 +364,7 @@ export default function LandingPage() { imageAlt: "Portrait du Maître d'hôtel", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=3", imageAlt: "restaurant manager friendly smile", }, ]} -- 2.49.1