From ec927cd9d6e28b3d052733d8701200aa9ceaca20 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:12:46 +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 0220778..ca09291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Elegant dining interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg", imageAlt: "Signature steak dish"} + imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg?_wi=1", imageAlt: "Signature steak dish"} ]} mediaAnimation="blur-reveal" rating={5} @@ -95,7 +95,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Main", name: "Pan-Seared Wagyu", price: "$48", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg"}, + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg?_wi=2"}, { id: "p2", brand: "Starter", name: "Artisan Garden Salad", price: "$18", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-tomatoes-with-sauce-leaf-lettuce-with-sliced-lemon-dried-barberry_141793-5124.jpg"},