From e9b479a99bca315592fbaabe67200aea8a19e68f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:44:21 +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 8774b12..e3af445 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-eating-pork-steak-recipe_1150-17476.jpg", imageAlt: "Chef preparing premium beef on teppanyaki grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg", imageAlt: "Sizzling wagyu steak with vegetables on iron griddle"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg?_wi=1", imageAlt: "Sizzling wagyu steak with vegetables on iron griddle"}, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-hostess-arranging-chairs_23-2147830619.jpg", imageAlt: "Master chef flaming vegetables in theatrical display"}, { @@ -98,7 +98,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Kobe Prime", name: "Japanese Wagyu A5 Ribeye", price: "$85.00", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg", imageAlt: "Premium A5 Wagyu Ribeye cut"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg?_wi=2", imageAlt: "Premium A5 Wagyu Ribeye cut"}, { id: "2", brand: "Kobe Prime", name: "Kobe Beef Filet Mignon", price: "$95.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-side-view_141793-2370.jpg", imageAlt: "Tender Kobe Filet Mignon portion"}, -- 2.49.1