From c779492f644746e9246e54fd9d3a2c7c71f039b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:25:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b31d1..40489a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "g1", brand: "Adventure", name: "Mystic Realms", price: "Free", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-endless-hole-landscape_23-2151639637.jpg" }, - { id: "g2", brand: "Racing", name: "Hyper Speed", price: "Free", rating: 4, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591521.jpg" }, - { id: "g3", brand: "FPS", name: "Tactical Ops", price: "Free", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985688.jpg" }, + { id: "g1", brand: "Adventure", name: "Mystic Realms", price: "Free", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-endless-hole-landscape_23-2151639637.jpg?_wi=1" }, + { id: "g2", brand: "Racing", name: "Hyper Speed", price: "Free", rating: 4, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591521.jpg?_wi=1" }, + { id: "g3", brand: "FPS", name: "Tactical Ops", price: "Free", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985688.jpg?_wi=1" }, { id: "g4", brand: "Puzzle", name: "Geo Minds", price: "Free", rating: 4, reviewCount: "560", imageSrc: "http://img.b2bpic.net/free-photo/scrapbook-with-assortment-home-decorations_23-2149614053.jpg" }, - { id: "g5", brand: "Arena", name: "Battle Arena", price: "Free", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127966.jpg" }, + { id: "g5", brand: "Arena", name: "Battle Arena", price: "Free", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127966.jpg?_wi=1" }, { id: "g6", brand: "Horror", name: "Silent Mist", price: "Free", rating: 4, reviewCount: "430", imageSrc: "http://img.b2bpic.net/free-photo/horror-scene-with-eerie-cemetery_23-2150975230.jpg" }, ]} title="Our Game Collection" @@ -82,9 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Zero Cost Access", description: "Every title in our library is 100% free to play, no strings attached.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-endless-hole-landscape_23-2151639637.jpg" }, - { title: "Lag-Free Servers", description: "Optimized infrastructure ensuring you spend more time playing and less time loading.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591521.jpg" }, - { title: "Massive Community", description: "Connect with millions of fellow gamers and build lasting friendships in our dedicated hubs.", imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985688.jpg" }, + { title: "Zero Cost Access", description: "Every title in our library is 100% free to play, no strings attached.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-endless-hole-landscape_23-2151639637.jpg?_wi=2" }, + { title: "Lag-Free Servers", description: "Optimized infrastructure ensuring you spend more time playing and less time loading.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591521.jpg?_wi=2" }, + { title: "Massive Community", description: "Connect with millions of fellow gamers and build lasting friendships in our dedicated hubs.", imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985688.jpg?_wi=2" }, ]} title="Why Gamers Choose GameVault" description="We provide a seamless, high-performance environment designed for maximum enjoyment and minimal friction." @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "2", title: "Do I need a high-end PC?", content: "Our cloud-optimized games run on a variety of devices with minimal hardware requirements." }, { id: "3", title: "How do I start playing?", content: "Simply create an account and select a game to launch it instantly in your browser." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127966.jpg?_wi=2" mediaAnimation="blur-reveal" title="Frequently Asked Questions" description="Have questions about how it works? We've got the answers." -- 2.49.1