diff --git a/src/app/page.tsx b/src/app/page.tsx index 5618f52..1b44255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg", imageAlt: "Premium watches collection" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg", imageAlt: "Designer wallets and fashion accessories" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-54970.jpg", imageAlt: "Luxury decorative items" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=1", imageAlt: "Premium watches collection" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg?_wi=1", imageAlt: "Designer wallets and fashion accessories" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-54970.jpg?_wi=1", imageAlt: "Luxury decorative items" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg", imageAlt: "Premium fashion accessories" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-gifts-with-copy-space_23-2148343306.jpg", imageAlt: "Curated gift collection showcase" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/scissors-near-bows-ribbons-white-table_23-2147961646.jpg", imageAlt: "Luxury gift wrapping service" } @@ -129,15 +129,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "CLASSIO Exclusive", name: "Premium Swiss-Inspired Watch Collection", price: "₹15,999 - ₹45,999", rating: 5, - reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg", imageAlt: "Premium watches collection" + reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=2", imageAlt: "Premium watches collection" }, { id: "2", brand: "Fashion Forward", name: "Italian Leather Wallet Collection", price: "₹4,999 - ₹12,999", rating: 5, - reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg", imageAlt: "Designer wallets" + reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-accessory-wooden-background_1203-7652.jpg?_wi=2", imageAlt: "Designer wallets" }, { id: "3", brand: "CLASSIO Home", name: "Luxury Decorative Home Accessories", price: "₹3,999 - ₹18,999", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-54970.jpg", imageAlt: "Decorative items" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-54970.jpg?_wi=2", imageAlt: "Decorative items" } ]} buttons={[