From ac8e13cf570741343897c7d9d3ce7b84c91acbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:50:14 +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 27457f4..dfe251d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "LuxuryHome", name: "Velvet Comfort Sofa", price: "₹45,999", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg"}, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=1"}, { id: "p2", brand: "TechVision", name: "4K Smart LED TV", price: "₹32,500", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-psd/modern-tv-isolated_23-2151430332.jpg"}, @@ -87,7 +87,7 @@ export default function LandingPage() { reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4844.jpg"}, { id: "p4", brand: "ComfortPlus", name: "Ergonomic Office Chair", price: "₹12,499", rating: 4, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/indoor-relax-chair-domestic-living_1203-4118.jpg?_wi=2"}, ]} title="Best Sellers" description="Hand-picked favorites for your modern lifestyle." -- 2.49.1