diff --git a/src/app/page.tsx b/src/app/page.tsx index 077b17a..ad7c56f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Authentic Gaming Consoles for Every Era" description="Discover quality refurbished gaming consoles, controllers, CDs, and accessories from all your favorite systems. Professionally tested and guaranteed to work." tag="Retro Gaming Marketplace" - imageSrc="http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg?_wi=1" imageAlt="Retro gaming console setup" mediaAnimation="slide-up" background={{ variant: "plain" }} @@ -82,15 +82,15 @@ export default function LandingPage() { { id: "1", brand: "Nintendo", name: "Nintendo 64 Console - Gold", price: "$149.99", rating: 5, reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756336.jpg", imageAlt: "Nintendo 64 Gold Console"}, { - id: "2", brand: "Sony", name: "PlayStation 2 Bundle", price: "$189.99", rating: 5, reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg", imageAlt: "PlayStation 2 Console Bundle"}, + id: "2", brand: "Sony", name: "PlayStation 2 Bundle", price: "$189.99", rating: 5, reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg?_wi=2", imageAlt: "PlayStation 2 Console Bundle"}, { - id: "3", brand: "Microsoft", name: "Xbox 360 with Controller", price: "$129.99", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg", imageAlt: "Xbox 360 Console with Controller"}, + id: "3", brand: "Microsoft", name: "Xbox 360 with Controller", price: "$129.99", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg?_wi=3", imageAlt: "Xbox 360 Console with Controller"}, { id: "4", brand: "Generic", name: "Wireless Game Controllers Set", price: "$59.99", rating: 5, reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-playing-games_23-2148306640.jpg", imageAlt: "Wireless Gaming Controllers"}, { id: "5", brand: "Generic", name: "Gaming Cables & Adapters Pack", price: "$39.99", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912738.jpg", imageAlt: "Gaming Cables and Adapters"}, { - id: "6", brand: "Multi-Brand", name: "Retro Game CD Collection - 50 Games", price: "$199.99", rating: 4, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/disks-floppy-disks_53876-16057.jpg", imageAlt: "Retro Game CD Collection"}, + id: "6", brand: "Multi-Brand", name: "Retro Game CD Collection - 50 Games", price: "$199.99", rating: 4, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/disks-floppy-disks_53876-16057.jpg?_wi=1", imageAlt: "Retro Game CD Collection"}, ]} carouselMode="buttons" /> @@ -137,11 +137,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "15K+", title: "Happy Customers", description: "Gaming enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg", imageAlt: "Happy gaming community"}, + id: "1", value: "15K+", title: "Happy Customers", description: "Gaming enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg?_wi=4", imageAlt: "Happy gaming community"}, { - id: "2", value: "50+", title: "Console Types", description: "Retro to modern systems available", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg", imageAlt: "Various gaming consoles"}, + id: "2", value: "50+", title: "Console Types", description: "Retro to modern systems available", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-high-angle_23-2149854264.jpg?_wi=5", imageAlt: "Various gaming consoles"}, { - id: "3", value: "1000+", title: "Games in Stock", description: "Expanding library of titles daily", imageSrc: "http://img.b2bpic.net/free-photo/disks-floppy-disks_53876-16057.jpg", imageAlt: "Game collection"}, + id: "3", value: "1000+", title: "Games in Stock", description: "Expanding library of titles daily", imageSrc: "http://img.b2bpic.net/free-photo/disks-floppy-disks_53876-16057.jpg?_wi=2", imageAlt: "Game collection"}, ]} />