From 84153abf59e085aa8a26dc9e4856023b60a46d8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:18:59 +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 5b4e993..60a996f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,23 +61,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg?_wi=1", imageAlt: "Luxury Gold Jewellery Display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-thai-dress-hands-touch-face_1150-18745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-thai-dress-hands-touch-face_1150-18745.jpg?_wi=1", imageAlt: "Model wearing premium jewellery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg?_wi=2", imageAlt: "Elegant Jewellery Collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-thai-dress-hands-touch-face_1150-18745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-thai-dress-hands-touch-face_1150-18745.jpg?_wi=2", imageAlt: "Sophisticated Accessory Set", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg?_wi=3", imageAlt: "Minimalist Gold Detail", }, ]} @@ -139,7 +139,7 @@ export default function LandingPage() { name: "Eternal Studs", price: "₹1,450", variant: "Anti-Tarnish", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg?_wi=1", }, { id: "p3", @@ -160,7 +160,7 @@ export default function LandingPage() { name: "Floral Jhumka Pair", price: "₹1,950", variant: "Gold Finish", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg?_wi=2", }, ]} title="Best Sellers" @@ -214,7 +214,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Have questions about our jewellery? Find answers below." - imageSrc="http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crop-woman-glass-wall_23-2147771337.jpg?_wi=4" imageAlt="Luxury Jewellery display" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1