From 1b21682365a4e4f0d60096dc5df3a1f5925168bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:04:44 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index f318bbe..8023400 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -85,42 +85,42 @@ export default function ProductsPage() { id: "1", name: "Floor Cleaner", price: "₹199", - imageSrc: "http://img.b2bpic.net/free-vector/laundry-detergent-disinfectant-labels-design-template_1017-25958.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/laundry-detergent-disinfectant-labels-design-template_1017-25958.jpg?_wi=2", imageAlt: "Floor Cleaner bottle", }, { id: "2", name: "Phenyl", price: "₹149", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992134.jpg?_wi=2", imageAlt: "Phenyl concentrate", }, { id: "3", name: "Toilet Cleaner", price: "₹179", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-plastic-bottle-with-copy-space_23-2149449753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-plastic-bottle-with-copy-space_23-2149449753.jpg?_wi=2", imageAlt: "Toilet Cleaner", }, { id: "4", name: "Glass Cleaner", price: "₹159", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-surgical-glove-holding-alcohol-bottle_23-2148571873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-surgical-glove-holding-alcohol-bottle_23-2148571873.jpg?_wi=2", imageAlt: "Glass Cleaner spray", }, { id: "5", name: "Dishwash Gel", price: "₹139", - imageSrc: "http://img.b2bpic.net/free-photo/tomato-lotion-body-skin-care_1150-38269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tomato-lotion-body-skin-care_1150-38269.jpg?_wi=2", imageAlt: "Dishwash Gel", }, { id: "6", name: "Bathroom Cleaner", price: "₹189", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-friendly-cleaning-brushes-with-ablution_23-2148818466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-friendly-cleaning-brushes-with-ablution_23-2148818466.jpg?_wi=2", imageAlt: "Bathroom Cleaner", }, ]} @@ -149,7 +149,7 @@ export default function ProductsPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg?_wi=2" imageAlt="Professional cleaning supplies arrangement display" mediaAnimation="slide-up" mediaPosition="right"