From 8191116d65a2d4f1f4da5a545654f8c2718f88bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:46:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea92a7..70b7906 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@ananyap", testimonial: "The quality of the silk is unmatched. Absolutely beautiful saree!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg?_wi=1", imageAlt: "elegant indian woman wearing saree", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@riyas", testimonial: "I loved the blouse piece designs. Very elegant and unique patterns.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-woman-wearing-traditional-sari-garment_23-2149565135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-woman-wearing-traditional-sari-garment_23-2149565135.jpg?_wi=1", imageAlt: "elegant indian woman wearing saree", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@meerak", testimonial: "Style offers the best collection. Will definitely shop again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg?_wi=1", imageAlt: "elegant indian woman wearing saree", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@priyav", testimonial: "Elegant designs and perfect delivery. Exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502989.jpg?_wi=1", imageAlt: "elegant indian woman wearing saree", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@sunitam", testimonial: "Wore the saree for a wedding, got so many compliments!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400880.jpg?_wi=1", imageAlt: "elegant indian woman wearing saree", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg?_wi=2" imageAlt="Traditional elegance in every weave" avatars={[ { @@ -193,28 +193,28 @@ export default function LandingPage() { id: "p1", name: "Classic Silk Saree", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-woman-wearing-traditional-sari-garment_23-2149565135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-woman-wearing-traditional-sari-garment_23-2149565135.jpg?_wi=2", imageAlt: "Traditional silk saree detail", }, { id: "p2", name: "Embroidered Blouse Piece", price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-red-pin-with-stones_114579-12004.jpg?_wi=2", imageAlt: "Designer blouse piece embroidery", }, { id: "p3", name: "Floral Chiffon Saree", price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502989.jpg?_wi=2", imageAlt: "Premium silk saree collection", }, { id: "p4", name: "Brocade Blouse Material", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400880.jpg?_wi=2", imageAlt: "Luxurious saree border detail", }, { @@ -351,7 +351,7 @@ export default function LandingPage() { title="Let's Stay Connected" description="Join our newsletter for updates on new collections and offers." mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565172.jpg?_wi=3" /> -- 2.49.1