From c3d8ad0c6a3c876cc5b0739e95367c1e21461856 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:03: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 252eb55..ba63fad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,14 +95,14 @@ export default function LandingPage() { id: '3', name: 'Spicy Tuna Roll', price: '$15.00', - imageSrc: 'https://img.b2bpic.net/free-photo/top-view-roll-set-with-pickled-ginger-wasabi-soy-sauce-chopsticks-dark-plate_176474-3435.jpg', + imageSrc: 'https://img.b2bpic.net/free-photo/top-view-roll-set-with-pickled-ginger-wasabi-soy-sauce-chopsticks-dark-plate_176474-3435.jpg?_wi=1', imageAlt: 'Spicy tuna sushi roll garnished with sesame seeds.', }, { id: '4', name: 'Nigiri Selection', price: '$22.00', - imageSrc: 'https://img.b2bpic.net/free-photo/top-view-roll-set-with-pickled-ginger-wasabi-soy-sauce-chopsticks-dark-plate_176474-3435.jpg', + imageSrc: 'https://img.b2bpic.net/free-photo/top-view-roll-set-with-pickled-ginger-wasabi-soy-sauce-chopsticks-dark-plate_176474-3435.jpg?_wi=2', imageAlt: 'Selection of traditional nigiri sushi.', }, ]} -- 2.49.1