From 0e1ea5e835003ce0a9fc74e3b63bdbb760eedd85 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:11:51 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1bc2d5e..43b8843 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -40,7 +40,7 @@ export default function ProductsPage() { description="Explore Sam's Kitchen complete collection of chef-prepared frozen meals. Each dish is crafted with quality ingredients and designed for convenience. Filter by dietary preference or discover new favorites." tag="Complete Selection" tagIcon={ShoppingBag} - imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg?_wi=2" imageAlt="Complete frozen meals collection" buttons={[{ text: "Browse Menu", href: "#products" }]} showDimOverlay={false} @@ -65,7 +65,7 @@ export default function ProductsPage() { price: "$8.99", rating: 5, reviewCount: "324", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=2", imageAlt: "Teriyaki chicken with rice bowl", }, { @@ -75,7 +75,7 @@ export default function ProductsPage() { price: "$11.99", rating: 5, reviewCount: "287", - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=2", imageAlt: "Salmon pasta with herbs", }, { @@ -85,7 +85,7 @@ export default function ProductsPage() { price: "$7.99", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=2", imageAlt: "Colorful vegetarian grain bowl", }, ]}