From a2444b969fcd5904628847c198ad92e745aad344 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:18:03 +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 30021f7..a61ece5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Contact Us", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg?_wi=1" imageAlt="Sushi House Platter" /> @@ -71,7 +71,7 @@ export default function LandingPage() { description="From traditional nigiri to inventive signature rolls, explore our curated selection." products={[ { id: "1", name: "Signature Dragon Roll", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-set-wooden-table_23-2148785641.jpg" }, - { id: "2", name: "Fresh Salmon Nigiri", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg" }, + { id: "2", name: "Fresh Salmon Nigiri", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg?_wi=2" }, { id: "3", name: "Spicy Tuna Volcano", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/spicy-tuna-roll-served-on-plate_141793-1870.jpg" }, { id: "4", name: "Classic California", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-isolated_74190-2901.jpg" }, ]} -- 2.49.1