From 9f60bc41384478f48650975578844e47a15293f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:07:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5631029..69d6756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_482257-65537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_482257-65537.jpg?_wi=1" imageAlt="Pareek Fashion clothing store interior" mediaAnimation="opacity" frameStyle="card" @@ -108,10 +108,10 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-holding-mobile-phone-standing-terrace-modern-lounge-cafe-his-work-break_627829-1320.jpg", imageAlt: "Men's clothing collection"}, { id: "2", name: "Women's Wear", price: "Browse Collection", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-beautiful-red-dress_1303-17506.jpg", imageAlt: "Women's clothing collection"}, + "http://img.b2bpic.net/free-photo/young-woman-beautiful-red-dress_1303-17506.jpg?_wi=1", imageAlt: "Women's clothing collection"}, { id: "3", name: "Kids Wear", price: "Browse Collection", imageSrc: - "http://img.b2bpic.net/free-photo/cute-children-having-fun_1157-32483.jpg", imageAlt: "Kids clothing collection"}, + "http://img.b2bpic.net/free-photo/cute-children-having-fun_1157-32483.jpg?_wi=1", imageAlt: "Kids clothing collection"}, { id: "4", name: "Seasonal Fashion", price: "Browse Collection", imageSrc: "http://img.b2bpic.net/free-photo/crazy-womans-dancing-music-festival_329181-15570.jpg", imageAlt: "Seasonal fashion collection"}, @@ -170,22 +170,22 @@ export default function LandingPage() { id: "1", name: "Rajesh Kumar", date: "Date: 15 January 2025", title: "Quality product and lowest price!", quote: "Quality product and lowest price compared to other stores. I always shop here for my family's clothing needs. The staff is very helpful and friendly.", tag: "Satisfied Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg"}, + "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg?_wi=1"}, { id: "2", name: "Priya Sharma", date: "Date: 12 January 2025", title: "Collection is very nice and family-friendly!", quote: "Collection is very nice. Completely family shop with something for everyone. The variety is amazing and prices are unbeatable. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_482257-65537.jpg"}, + "http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_482257-65537.jpg?_wi=2"}, { id: "3", name: "Vikram Singh", date: "Date: 10 January 2025", title: "Good service and well maintained!", quote: "Good service and well maintained store. The fitting rooms are clean and spacious. Staff provides honest suggestions without being pushy. Will definitely visit again!", tag: "New Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-beautiful-red-dress_1303-17506.jpg"}, + "http://img.b2bpic.net/free-photo/young-woman-beautiful-red-dress_1303-17506.jpg?_wi=2"}, { id: "4", name: "Anjali Patel", date: "Date: 8 January 2025", title: "Best place for affordable fashion!", quote: "Best place for affordable fashion in Korba. Their seasonal collections are always updated. I bring my kids here for school uniforms and casuals. Great value for money!", tag: "Family Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/cute-children-having-fun_1157-32483.jpg"}, + "http://img.b2bpic.net/free-photo/cute-children-having-fun_1157-32483.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -200,7 +200,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg?_wi=2" imageAlt="Pareek Fashion store location" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1