From 640dd31dda7455fcea87925234572bad8a58e2b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:18:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a44377a..eee190f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-881.jpg", imageAlt: "sushi chef preparing fresh sushi"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg", imageAlt: "gourmet bento box presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg?_wi=1", imageAlt: "gourmet bento box presentation"}, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-japanese-street-scene-night_23-2152023669.jpg", imageAlt: "modern sushi bar interior design"}, { @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Deluxe Bento Box", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg"}, + id: "1", name: "Deluxe Bento Box", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg?_wi=2"}, { id: "2", name: "Ribeye Bowl", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg"}, { -- 2.49.1