From 31a7d54540452919378f057d6af40a778d78d543 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:49:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 940e5b1..16c4a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { price: "₹45,999", rating: 5, reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=1", }, { id: "p2", @@ -133,7 +133,7 @@ export default function LandingPage() { price: "₹12,499", rating: 4, reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=2", }, ]} title="Best Sellers" -- 2.49.1