From b314dd48f93bf196bad0760c104607cd7f638e11 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:49:35 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 42d5477..23c1aca 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -28,21 +28,21 @@ export default function ProductsPage() { id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=2", imageAlt: "Premium cutlery collection", }, { id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=3", imageAlt: "Industrial footwear range", }, { id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=3", imageAlt: "Specialty salt products", }, ];