From e7e93aef6d8892917706743d8732233cc5580619 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:11:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1451c8..f4ee7c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg?_wi=1", imageAlt: "Store Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg?_wi=2", imageAlt: "Customer Shopping", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=1", imageAlt: "Luxury wedding saree collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg?_wi=1", imageAlt: "Stylish modern men formal wear", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-is-shopping-outdoors_624325-545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-is-shopping-outdoors_624325-545.jpg?_wi=1", imageAlt: "Trendy kids ethnic wear", }, ]} @@ -118,28 +118,28 @@ export default function LandingPage() { name: "Wedding Collection", price: "Varies", variant: "Ethnic", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=2", }, { id: "p2", name: "Gents Fashion", price: "Affordable", variant: "Casual", - imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg?_wi=2", }, { id: "p3", name: "Kids Collection", price: "Quality", variant: "Trendy", - imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-is-shopping-outdoors_624325-545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-is-shopping-outdoors_624325-545.jpg?_wi=2", }, { id: "p4", name: "Ladies Fashion", price: "Latest", variant: "Formal", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=3", }, ]} title="Our Collections" @@ -158,7 +158,7 @@ export default function LandingPage() { name: "Rahim Uddin", role: "Local Resident", testimonial: "Best place for wedding shopping in Terry Bazar!", - imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg?_wi=1", }, { id: "2", @@ -186,7 +186,7 @@ export default function LandingPage() { name: "Javed Khan", role: "Regular Shopper", testimonial: "The festive atmosphere and friendly staff make shopping here a delight.", - imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg?_wi=2", }, ]} title="Hear From Our Customers" @@ -218,7 +218,7 @@ export default function LandingPage() { placeholder: "How can we help?", rows: 3, }} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1