From 4f363ec2aa776e7eff3fb4a767c7fd0707caae9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:41:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dbeedf..3647a9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=1", imageAlt: "Interior", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { imageAlt: "Zen", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg?_wi=1", imageAlt: "fresh fish ingredient quality", }, ]} @@ -202,7 +202,7 @@ export default function LandingPage() { price: "$65", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=2", }, { id: "2", @@ -211,7 +211,7 @@ export default function LandingPage() { price: "$22", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg?_wi=2", }, { id: "3", -- 2.49.1