From 7266a301b146ee197338c6580509f4249e39abb5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:09:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e81d33..f399508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,32 +77,32 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg?_wi=1", imageAlt: "Plat signature japonais", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg?_wi=1", imageAlt: "Sashimis frais", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg?_wi=1", imageAlt: "Ambiance du restaurant", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1", imageAlt: "Détail de présentation", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg?_wi=1", imageAlt: "Artisanat culinaire", }, { id: "c6", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg?_wi=1", imageAlt: "Expérience gastronomique", }, ]} @@ -146,37 +146,37 @@ export default function LandingPage() { id: "p1", name: "Plateau Tradition", price: "24 €", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg?_wi=2", }, { id: "p2", name: "Sashimi Royal", price: "28 €", - imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg?_wi=2", }, { id: "p3", name: "Maki Signature", price: "18 €", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg?_wi=2", }, { id: "p4", name: "Tempura Légumes", price: "14 €", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2", }, { id: "p5", name: "Gyoza Maison", price: "12 €", - imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg?_wi=2", }, { id: "p6", name: "Chirashi Mixte", price: "22 €", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg?_wi=2", }, ]} title="Notre Menu" @@ -238,7 +238,7 @@ export default function LandingPage() {