From d279851be1c23ae268487a4be6ace9047d879e3a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:27:09 +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 84052ae..07bd8b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,13 +81,13 @@ const HomePage = () => { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gypsy-woman-sitting-chair-looking-away_23-2148235433.jpg", imageAlt: "Embroidered Traditional Suit"}, + imageSrc: "http://img.b2bpic.net/free-photo/gypsy-woman-sitting-chair-looking-away_23-2148235433.jpg?_wi=1", imageAlt: "Embroidered Traditional Suit"}, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-turkish-girl-long-red-dress-walks-summer-old-city_1157-13362.jpg", imageAlt: "Organza Dress Collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-wooden-door_1122-1175.jpg", imageAlt: "Farasha Style Elegant Wear"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-wooden-door_1122-1175.jpg?_wi=1", imageAlt: "Farasha Style Elegant Wear"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gypsy-woman-sitting-chair-looking-away_23-2148235433.jpg", imageAlt: "Luxury Embroidered Collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/gypsy-woman-sitting-chair-looking-away_23-2148235433.jpg?_wi=2", imageAlt: "Luxury Embroidered Collection"}, { imageSrc: "http://img.b2bpic.net/free-photo/model-advertising-fashionable-clothes_132075-14011.jpg", imageAlt: "Premium Stitched Suits"}, ]} @@ -106,7 +106,7 @@ const HomePage = () => { buttonAnimation="slide-up" products={[ { - id: "eid-1", name: "Royal Eid Collection Suit", price: "PKR 4,500 - 6,500", variant: "Multiple Colors | Stitched & Unstitched", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-wooden-door_1122-1175.jpg", imageAlt: "Eid Collection Traditional Suit", isFavorited: false, + id: "eid-1", name: "Royal Eid Collection Suit", price: "PKR 4,500 - 6,500", variant: "Multiple Colors | Stitched & Unstitched", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-wooden-door_1122-1175.jpg?_wi=2", imageAlt: "Eid Collection Traditional Suit", isFavorited: false, }, { id: "organza-1", name: "Ethereal Organza Dress", price: "PKR 3,200 - 5,000", variant: "Luxury Embroidered | Available in 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-wedding_23-2149329158.jpg", imageAlt: "Organza Elegant Dress", isFavorited: false, @@ -150,7 +150,7 @@ const HomePage = () => { id: "5", title: "Latest Seasonal Designs", content: "Our design team continuously creates fresh, contemporary collections while honoring traditional aesthetics. Experience the perfect blend of modernity and tradition."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=1" imageAlt="Anmol Collection Boutique" mediaAnimation="slide-up" useInvertedBackground={false} @@ -214,7 +214,7 @@ const HomePage = () => { { value: "17K+", title: "Instagram Community" }, { value: "100%", title: "Customer Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=2" imageAlt="Anmol Collection Boutique" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1