diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bc0fd3..d00d970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,23 +73,23 @@ export default function HomePage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg", imageAlt: "Premium electronics collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=1", imageAlt: "Premium electronics collection"}, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-siblings-outdoors-brothers-day-celebration_23-2150266830.jpg", imageAlt: "Latest fashion styles"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aromatic-candles-wooden-shelf_181624-23343.jpg", imageAlt: "Home essentials showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/aromatic-candles-wooden-shelf_181624-23343.jpg?_wi=1", imageAlt: "Home essentials showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg", imageAlt: "Beauty and wellness products"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg?_wi=1", imageAlt: "Beauty and wellness products"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg", imageAlt: "Skincare essentials"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg?_wi=2", imageAlt: "Skincare essentials"}, { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837355.jpg", imageAlt: "Trendy accessories"}, { - imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg", imageAlt: "Tech gadgets"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=2", imageAlt: "Tech gadgets"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aromatic-candles-wooden-shelf_181624-23343.jpg", imageAlt: "Home decor items"}, + imageSrc: "http://img.b2bpic.net/free-photo/aromatic-candles-wooden-shelf_181624-23343.jpg?_wi=2", imageAlt: "Home decor items"}, ]} buttons={[ { @@ -148,7 +148,7 @@ export default function HomePage() { products={[ { id: "1", brand: "TechPro", name: "Premium Wireless Headphones", price: "$149.99", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072230.jpg", imageAlt: "Premium wireless headphones"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072230.jpg?_wi=1", imageAlt: "Premium wireless headphones"}, { id: "2", brand: "StyleWear", name: "Modern Casual Dress", price: "$79.99", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-blond-hipster-girls-trendy-summer-colorful-t-shirt-clothes_158538-1114.jpg", imageAlt: "Modern casual dress"}, @@ -163,7 +163,7 @@ export default function HomePage() { reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg", imageAlt: "Premium leather wallet"}, { id: "6", brand: "TechPro", name: "Smart Watch Series", price: "$299.99", rating: 5, - reviewCount: "4.5k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072230.jpg", imageAlt: "Smart watch series"}, + reviewCount: "4.5k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072230.jpg?_wi=2", imageAlt: "Smart watch series"}, ]} />