From 55c859630cee043c0f2554e571b30289b32fcd05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:11:47 +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 18d4648..2567f65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,23 +56,23 @@ export default function LandingPage() { tag="Livraison Disponible" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=1", imageAlt: "Plateau de sushis frais", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=2", imageAlt: "Intérieur du restaurant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plastic-sushi-rolls-display-case_1232-2383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plastic-sushi-rolls-display-case_1232-2383.jpg?_wi=1", imageAlt: "Sushis assortis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/raw-with-fresh-salmon-fish-meat-sushi_74190-7657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-with-fresh-salmon-fish-meat-sushi_74190-7657.jpg?_wi=1", imageAlt: "Chirashi au saumon", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-fish-meal_23-2148494096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-fish-meal_23-2148494096.jpg?_wi=1", imageAlt: "Tartare de poisson", }, ]} @@ -94,7 +94,7 @@ export default function LandingPage() { id: "1", name: "Small BOX", price: "15,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/plastic-sushi-rolls-display-case_1232-2383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plastic-sushi-rolls-display-case_1232-2383.jpg?_wi=2", }, { id: "2", @@ -112,13 +112,13 @@ export default function LandingPage() { id: "4", name: "Chirashi Saumon", price: "15,60 €", - imageSrc: "http://img.b2bpic.net/free-photo/raw-with-fresh-salmon-fish-meat-sushi_74190-7657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-with-fresh-salmon-fish-meat-sushi_74190-7657.jpg?_wi=2", }, { id: "5", name: "Tartare Saumon Avocat", price: "18,20 €", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-fish-meal_23-2148494096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-fish-meal_23-2148494096.jpg?_wi=2", }, { id: "6", @@ -145,7 +145,7 @@ export default function LandingPage() { role: "Habituée", company: "Marseille", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=1", }, { id: "2", @@ -153,7 +153,7 @@ export default function LandingPage() { role: "Client", company: "Marseille", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=2", }, { id: "3", @@ -161,7 +161,7 @@ export default function LandingPage() { role: "Fan de sushi", company: "Estaque", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=3", }, { id: "4", @@ -169,7 +169,7 @@ export default function LandingPage() { role: "Habitué", company: "Marseille", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=4", }, { id: "5", @@ -177,7 +177,7 @@ export default function LandingPage() { role: "Cliente", company: "Estaque", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=5", }, ]} title="Ce que disent nos clients" -- 2.49.1