From 85a26525b2946069a9c7daa05959d21d774ede33 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:05:15 +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 48977ea..12b5677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,12 +64,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg?_wi=1", imageAlt: "Chef preparing nigiri", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg?_wi=1", imageAlt: "Intimate dining experience", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { descriptions: [ "Crafted using Edomae-style curing and aging techniques for deeper flavor profile.", ], - imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg?_wi=2", imageAlt: "luxury dining logo minimal black", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { descriptions: [ "A private, 15-seat sanctuary designed for focused culinary appreciation.", ], - imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg?_wi=2", imageAlt: "luxury dining logo minimal black", }, ]} -- 2.49.1