diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ba0b7e..b40a3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529371.jpg", imageAlt: "Modern gaming setup with RGB lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/parent-helping-kid-putting-shoes-top-view_23-2149327994.jpg", imageAlt: "Gaming controller and accessories" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-vr-game_23-2148969299.jpg", imageAlt: "Gaming community and esports" }, - { imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg", imageAlt: "Gaming store retail display" } + { imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg?_wi=1", imageAlt: "Gaming store retail display" } ]} buttons={[ { text: "Shop Products", href: "products" }, @@ -69,9 +69,9 @@ export default function LandingPage() { tag="Best Sellers" tagIcon={Zap} products={[ - { id: "1", name: "Pro Gaming Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "High-performance gaming laptop" }, - { id: "2", name: "Elite Gaming Headset", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Professional gaming headset" }, - { id: "3", name: "Mechanical Gaming Combo", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg", imageAlt: "Gaming keyboard and mouse set" } + { id: "1", name: "Pro Gaming Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=1", imageAlt: "High-performance gaming laptop" }, + { id: "2", name: "Elite Gaming Headset", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg?_wi=1", imageAlt: "Professional gaming headset" }, + { id: "3", name: "Mechanical Gaming Combo", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg?_wi=1", imageAlt: "Gaming keyboard and mouse set" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -101,10 +101,10 @@ export default function LandingPage() { tag="What Sets Us Apart" tagIcon={Trophy} features={[ - { id: "1", title: "Authentic Products", description: "100% genuine gaming products directly from official manufacturers with full warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "Authentic gaming products" }, - { id: "2", title: "Expert Support", description: "Our passionate gaming experts are available 24/7 to help you find the perfect gear.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Expert customer support" }, - { id: "3", title: "Fast Shipping", description: "Free express shipping on orders over $50. Get your gear in 1-2 business days.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg", imageAlt: "Fast shipping delivery" }, - { id: "4", title: "Price Match Guarantee", description: "We guarantee the best prices. Find it cheaper elsewhere and we'll match it.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg", imageAlt: "Price match guarantee" } + { id: "1", title: "Authentic Products", description: "100% genuine gaming products directly from official manufacturers with full warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=2", imageAlt: "Authentic gaming products" }, + { id: "2", title: "Expert Support", description: "Our passionate gaming experts are available 24/7 to help you find the perfect gear.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg?_wi=2", imageAlt: "Expert customer support" }, + { id: "3", title: "Fast Shipping", description: "Free express shipping on orders over $50. Get your gear in 1-2 business days.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-stretching-home_23-2150442200.jpg?_wi=2", imageAlt: "Fast shipping delivery" }, + { id: "4", title: "Price Match Guarantee", description: "We guarantee the best prices. Find it cheaper elsewhere and we'll match it.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529385.jpg?_wi=3", imageAlt: "Price match guarantee" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -209,7 +209,7 @@ export default function LandingPage() {