From 82d370c4a545c4e31bd2e60750b1a788e8eda010 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 14:07:01 +0000 Subject: [PATCH] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index b7d610f..facc7ce 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -98,7 +98,7 @@ export default function CollectionsPage() { name: "Men's Wear", price: "From ₹499", variant: "Shirts, T-Shirts, Trousers", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses-outdoors-sunset_158538-21198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses-outdoors-sunset_158538-21198.jpg?_wi=2", imageAlt: "Men's clothing collection at Arihant Outlets", }, { @@ -106,7 +106,7 @@ export default function CollectionsPage() { name: "Women's Wear", price: "From ₹599", variant: "Sarees, Kurtis, Dresses", - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-red-floral-dress-looks-into-left-gently-touches-her-arm-asian-lady-poses-cozy-light-living-room_197531-27902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-red-floral-dress-looks-into-left-gently-touches-her-arm-asian-lady-poses-cozy-light-living-room_197531-27902.jpg?_wi=2", imageAlt: "Women's clothing collection at Arihant Outlets", }, { @@ -114,7 +114,7 @@ export default function CollectionsPage() { name: "Kids Wear", price: "From ₹299", variant: "School Uniforms, Casual Wear", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-yellow-dress_23-2148450489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-yellow-dress_23-2148450489.jpg?_wi=2", imageAlt: "Kids clothing collection at Arihant Outlets", }, { @@ -122,7 +122,7 @@ export default function CollectionsPage() { name: "NRI Collection", price: "Premium Selection", variant: "Exclusive Designs, Premium Quality", - imageSrc: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3567.jpg?_wi=2", imageAlt: "NRI special collection at Arihant Outlets", }, ]} @@ -160,7 +160,7 @@ export default function CollectionsPage() { icon: DollarSign, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-expert-worker-selecting-variety-trendy-items-client_482257-118401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashion-expert-worker-selecting-variety-trendy-items-client_482257-118401.jpg?_wi=2" imageAlt="Arihant Outlets collection team" mediaAnimation="slide-up" imagePosition="right" @@ -171,7 +171,7 @@ export default function CollectionsPage() {