From 8121479ee37a834f8d2690ac6042ba69dc3d6eb0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:13:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6e6154..48053c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-raw-fresh-salmon-sashimi_74190-4317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-raw-fresh-salmon-sashimi_74190-4317.jpg?_wi=1", imageAlt: "sushi platter wooden board", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-wrap_23-2148259238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-wrap_23-2148259238.jpg?_wi=1", imageAlt: "sushi chef preparing nigiri", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678740.jpg?_wi=1", imageAlt: "restaurant interior minimalist japanese", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-salmon_23-2148505516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-salmon_23-2148505516.jpg?_wi=1", imageAlt: "fresh salmon nigiri macro", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14587.jpg?_wi=1", imageAlt: "assorted sushi rolls variety", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { quote: "The freshest fish in town. A truly premium experience.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-raw-fresh-salmon-sashimi_74190-4317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-point-raw-fresh-salmon-sashimi_74190-4317.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { quote: "I have traveled Japan and this is the most authentic place in the city.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-wrap_23-2148259238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-cutting-wrap_23-2148259238.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "Incredible service and a peaceful atmosphere. Perfect for dates.", tag: "Lovely", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-seaweed-salad-concept_23-2148678740.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "Their spicy tuna rolls are to die for. Will definitely return.", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-salmon_23-2148505516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-salmon_23-2148505516.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Nagoya Sushi never disappoints. Consistent quality every visit.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14587.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, ]} -- 2.49.1