diff --git a/src/app/page.tsx b/src/app/page.tsx index 238d172..9f6e642 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Discover the world's most iconic building blocks. From classic sets to exclusive collections, unlock creativity with LEGO." tag="New Arrivals" tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-toys-with-copyspace_23-2148144842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-toys-with-copyspace_23-2148144842.jpg?_wi=1" imageAlt="Colorful LEGO building sets" mediaAnimation="slide-up" buttons={[ @@ -94,13 +94,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Authentic LEGO Sets", description: "100% genuine LEGO products with official warranty and support for every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4024.jpg", imageAlt: "Authentic LEGO classic set"}, + title: "Authentic LEGO Sets", description: "100% genuine LEGO products with official warranty and support for every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4024.jpg?_wi=1", imageAlt: "Authentic LEGO classic set"}, { id: 2, - title: "Fast Shipping", description: "Quick delivery to your doorstep. Most orders ship within 24 hours.", imageSrc: "http://img.b2bpic.net/free-vector/colourful-christmas-town_23-2147725345.jpg", imageAlt: "LEGO city building set"}, + title: "Fast Shipping", description: "Quick delivery to your doorstep. Most orders ship within 24 hours.", imageSrc: "http://img.b2bpic.net/free-vector/colourful-christmas-town_23-2147725345.jpg?_wi=1", imageAlt: "LEGO city building set"}, { id: 3, - title: "Expert Support", description: "Our team is here to help with questions, troubleshooting, and recommendations.", imageSrc: "http://img.b2bpic.net/free-vector/concept-building-rocket_52683-7802.jpg", imageAlt: "LEGO space building collection"}, + title: "Expert Support", description: "Our team is here to help with questions, troubleshooting, and recommendations.", imageSrc: "http://img.b2bpic.net/free-vector/concept-building-rocket_52683-7802.jpg?_wi=1", imageAlt: "LEGO space building collection"}, ]} buttons={[{ text: "Learn More", href: "#contact" }]} buttonAnimation="opacity" @@ -120,16 +120,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "BuildBlocks Classic", name: "Classic Brick Set", price: "$49.99", rating: 5, - reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4024.jpg", imageAlt: "Classic LEGO brick set"}, + reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/fidget-pop-it-toy-rainbow-color-antistress-fun-educational_58702-4024.jpg?_wi=2", imageAlt: "Classic LEGO brick set"}, { id: "2", brand: "BuildBlocks City", name: "City Builder Bundle", price: "$79.99", rating: 5, - reviewCount: "9.8k", imageSrc: "http://img.b2bpic.net/free-vector/colourful-christmas-town_23-2147725345.jpg", imageAlt: "LEGO city builder collection"}, + reviewCount: "9.8k", imageSrc: "http://img.b2bpic.net/free-vector/colourful-christmas-town_23-2147725345.jpg?_wi=2", imageAlt: "LEGO city builder collection"}, { id: "3", brand: "BuildBlocks Space", name: "Space Explorer Pack", price: "$99.99", rating: 5, - reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-vector/concept-building-rocket_52683-7802.jpg", imageAlt: "LEGO space exploration set"}, + reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-vector/concept-building-rocket_52683-7802.jpg?_wi=2", imageAlt: "LEGO space exploration set"}, { id: "4", brand: "BuildBlocks Premium", name: "Ultimate Creator Set", price: "$149.99", rating: 5, - reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-toys-with-copyspace_23-2148144842.jpg", imageAlt: "Premium LEGO ultimate creator set"}, + reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-toys-with-copyspace_23-2148144842.jpg?_wi=2", imageAlt: "Premium LEGO ultimate creator set"}, ]} />