From 0b9835543efd2e451a78e0b70f1c2f8bc6336d6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:16:10 +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 5332e5b..2946e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function SakuraSteakhouse() { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg", imageAlt: "Chef performing teppanyaki cooking" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "Premium wagyu beef showcase" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=1", imageAlt: "Premium wagyu beef showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", imageAlt: "Elegant Japanese steakhouse interior" + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1", imageAlt: "Elegant Japanese steakhouse interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-sushi-black-plate_23-2148348183.jpg", imageAlt: "Beautifully plated Japanese cuisine" @@ -107,7 +107,7 @@ export default function SakuraSteakhouse() { products={[ { id: "1", brand: "Japanese Selection", name: "A5 Wagyu Striploin", price: "$125 per 4oz", rating: 5, - reviewCount: "348", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg", imageAlt: "A5 Wagyu Striploin" + reviewCount: "348", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-cleaver-with-herbs_23-2148611027.jpg?_wi=2", imageAlt: "A5 Wagyu Striploin" }, { id: "2", brand: "Prime Cuts", name: "American Prime Ribeye", price: "$85 per 8oz", rating: 5, @@ -232,7 +232,7 @@ export default function SakuraSteakhouse() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" + imageSrc="http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2" imageAlt="Sakura Steakhouse elegant dining" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1