From 11e977071d1fe2dc552bee989a9bfe364e99abf9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:38:26 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index fdc016b..55a51f7 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -48,7 +48,7 @@ export default function ProductsPage() { name: "Samsung Galaxy M54", price: "₹25,999", imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=3", imageAlt: "Samsung Galaxy M54 smartphone", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function ProductsPage() { name: "Redmi Note 13", price: "₹18,999", imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=4", imageAlt: "Redmi Note 13 smartphone", initialQuantity: 1, }, @@ -66,7 +66,7 @@ export default function ProductsPage() { name: "OPPO A78", price: "₹16,999", imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=5", imageAlt: "OPPO A78 smartphone", initialQuantity: 1, }, @@ -75,7 +75,7 @@ export default function ProductsPage() { name: "Vivo T2", price: "₹19,999", imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=6", imageAlt: "Vivo T2 smartphone", initialQuantity: 1, }, @@ -84,7 +84,7 @@ export default function ProductsPage() { name: "iPhone 14", price: "₹78,999", imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=7", imageAlt: "iPhone 14 smartphone", initialQuantity: 1, }, @@ -93,7 +93,7 @@ export default function ProductsPage() { name: "Universal Phone Case", price: "₹499", imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", + "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=3", imageAlt: "Protective phone case", initialQuantity: 1, },