From efc50603bcc858259d8090f3b7eaab6d8ab7a913 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:32:27 +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 e09594f..1945b4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-with-shrimps-white-spoons_1262-1803.jpg", imageAlt: "Buffet asiatique Gourmet D'Asie"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=1", imageAlt: "Sushis frais à volonté"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sushis frais à volonté"}, { imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Ambiance conviviale du restaurant"}, ]} @@ -87,7 +87,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Gourmet D'Asie", name: "Sushis Variés", price: "À volonté", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=2", imageAlt: "Sélection de sushis frais"}, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sélection de sushis frais"}, { id: "2", brand: "Gourmet D'Asie", name: "Plats Chauds & Wok", price: "À volonté", rating: 5, reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Plats chauds et spécialités wok"}, @@ -102,7 +102,7 @@ export default function LandingPage() { -- 2.49.1