From 7104e0af378b0dba73f793b2a12a582c8155e60a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:49:02 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7ede471..e7c4afb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { description="With over two decades of experience, Chef Hiroshi leads our kitchen with precision and passion." subdescription="His commitment to quality defines every plate we serve." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg" + imageSrc="http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1 From 86da05490833bd43c97297d3bb0cb6893a5f4a25 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:49:02 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index d32c8b5..613df27 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -58,28 +58,28 @@ export default function LandingPage() { name: "Volcano Roll", price: "$16.00", variant: "House Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-salmon-rice_140725-5519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-salmon-rice_140725-5519.jpg?_wi=2", }, { id: "p2", name: "Mango Crunch Roll", price: "$14.00", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-sushi-set-dark-plate_176474-3231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-sushi-set-dark-plate_176474-3231.jpg?_wi=2", }, { id: "p3", name: "Spicy Tuna Roll", price: "$12.00", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg?_wi=2", }, { id: "p4", name: "Deluxe Bento Box", price: "$22.00", variant: "Lunch Special", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-different-types-wooden-stand-delivery-lunch-dinner_132075-14360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-different-types-wooden-stand-delivery-lunch-dinner_132075-14360.jpg?_wi=2", }, { id: "p5", -- 2.49.1 From 0ae78d4b8183811640fae6d8182f4f3f08a83e98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:49:03 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 576418d..00444f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,23 +68,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg?_wi=1", imageAlt: "Fresh premium sushi platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-salmon-rice_140725-5519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-salmon-rice_140725-5519.jpg?_wi=1", imageAlt: "Spicy Volcano Roll", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-sushi-set-dark-plate_176474-3231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-sushi-set-dark-plate_176474-3231.jpg?_wi=1", imageAlt: "Fresh Mango Roll", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-different-types-wooden-stand-delivery-lunch-dinner_132075-14360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-different-types-wooden-stand-delivery-lunch-dinner_132075-14360.jpg?_wi=1", imageAlt: "Bento Box lunch", }, { - imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg?_wi=1", imageAlt: "Master chef at work", }, ]} -- 2.49.1