diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c6af67..81f5d17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,12 +66,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg?_wi=1", imageAlt: "Exquisite gold jewelry", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg?_wi=1", imageAlt: "Silver jewelry set", }, { @@ -81,12 +81,12 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman_329181-15540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman_329181-15540.jpg?_wi=1", imageAlt: "Handcrafted gold ring", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-golden-earrings_7502-7055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-golden-earrings_7502-7055.jpg?_wi=1", imageAlt: "Elegant silver earrings", }, { @@ -135,25 +135,25 @@ export default function LandingPage() { id: "p1", name: "22K Gold Heritage Necklace", price: "₹55,000", - imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg?_wi=2", }, { id: "p2", name: "Sterling Silver Filigree Set", price: "₹12,500", - imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg?_wi=2", }, { id: "p3", name: "Classic Gold Band", price: "₹28,000", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman_329181-15540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman_329181-15540.jpg?_wi=2", }, { id: "p4", name: "Modern Minimalist Silver Studs", price: "₹4,200", - imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-golden-earrings_7502-7055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/model-demonstrating-golden-earrings_7502-7055.jpg?_wi=2", }, ]} title="Curated Elegance"