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"},