From cabf6729f4808991d87760c65356cf5ad5ff9e4f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:18:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1b8ee9..993c609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,21 +85,21 @@ export default function LandingPage() { name: "Signature Apparel", price: "₹2,999", variant: "Clothing", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg?_wi=1", }, { id: "p2", name: "Premium Footwear", price: "₹4,599", variant: "Shoes", - imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg?_wi=1", }, { id: "p3", name: "Essential Accessories", price: "₹1,299", variant: "Accessories", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg?_wi=1", }, { id: "p4", @@ -144,7 +144,7 @@ export default function LandingPage() { tags: [ "High-End", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg?_wi=2", }, { id: "f2", @@ -154,7 +154,7 @@ export default function LandingPage() { tags: [ "Value", ], - imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg?_wi=2", }, { id: "f3", @@ -164,7 +164,7 @@ export default function LandingPage() { tags: [ "Trending", ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg?_wi=2", }, ]} title="Why Choose Us" -- 2.49.1