diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a4cba0..0615406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Premium product display"}, + imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1", imageAlt: "Premium product display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Exclusive collection item"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1", imageAlt: "Exclusive collection item"}, { - imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg", imageAlt: "Electronics category"}, + imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1", imageAlt: "Electronics category"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Fashion items"}, + imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1", imageAlt: "Fashion items"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Featured product"}, + imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1", imageAlt: "Featured product"}, { - imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg", imageAlt: "Home decor collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1", imageAlt: "Home decor collection"}, { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg", imageAlt: "Shopping experience"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Quality products"}, + imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2", imageAlt: "Quality products"}, ]} buttons={[ { @@ -89,13 +89,13 @@ export default function HomePage() { features={[ { id: "1", title: "Curated Selection", author: "Quality Team", description: "Every product is carefully selected and verified for quality. We partner with trusted brands and sellers to bring you only the best items.", tags: ["Quality", "Verified", "Trusted"], - imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Curated products"}, + imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=3", imageAlt: "Curated products"}, { id: "2", title: "Fast & Reliable Shipping", author: "Logistics Team", description: "Get your orders delivered quickly with real-time tracking. We work with leading carriers to ensure safe and timely delivery to your doorstep.", tags: ["Fast", "Tracking", "Safe"], - imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Shipping service"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=2", imageAlt: "Shipping service"}, { id: "3", title: "Secure Checkout", author: "Security Team", description: "Shop with confidence using our encrypted payment system. Your personal and financial information is protected with industry-leading security.", tags: ["Secure", "Encrypted", "Protected"], - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Secure payments"}, + imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=2", imageAlt: "Secure payments"}, ]} animationType="slide-up" title="Why Choose ShopHub?" @@ -113,22 +113,22 @@ export default function HomePage() {