From 7036945fa03ff6d4d9cb4b1cc3988ef30bf383fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:25:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cae9d18..67b31d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,13 @@ export default function LandingPage() { @@ -54,37 +43,16 @@ export default function LandingPage() { title="Play Amazing Games for Free." description="The ultimate gaming destination. Experience top-tier titles without the cost. Join the vault today." buttons={[ - { - text: "Start Playing", - href: "#games", - }, - { - text: "Learn More", - href: "#features", - }, + { text: "Start Playing", href: "#games" }, + { text: "Learn More", href: "#features" }, ]} imageSrc="http://img.b2bpic.net/free-photo/intricate-3d-cross-with-bright-lights_23-2151004868.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", - alt: "Gamer 1", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-portrait-attractive-young-student-guy-wearing-casual-t-shirt_176532-7288.jpg", - alt: "Gamer 2", - }, - { - src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", - alt: "Gamer 3", - }, - { - src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg", - alt: "Gamer 4", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", - alt: "Gamer 5", - }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", alt: "Gamer 1" }, + { src: "http://img.b2bpic.net/free-photo/closeup-portrait-attractive-young-student-guy-wearing-casual-t-shirt_176532-7288.jpg", alt: "Gamer 2" }, + { src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", alt: "Gamer 3" }, + { src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg", alt: "Gamer 4" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", alt: "Gamer 5" }, ]} avatarText="Join 50,000+ active players" /> @@ -97,60 +65,12 @@ 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?_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?_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", - }, + { 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: "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: "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" description="Discover a diverse library of high-quality, free-to-play games across all genres." @@ -162,21 +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?_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: "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="Why Gamers Choose GameVault" description="We provide a seamless, high-performance environment designed for maximum enjoyment and minimal friction." @@ -190,26 +98,11 @@ export default function LandingPage() { rating={5} author="Alex Rivera" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", - alt: "Alex Rivera", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-portrait-attractive-young-student-guy-wearing-casual-t-shirt_176532-7288.jpg", - alt: "Jordan Smith", - }, - { - src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", - alt: "Casey Lee", - }, - { - src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg", - alt: "Sam Taylor", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", - alt: "Jamie Fox", - }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", alt: "Alex Rivera" }, + { src: "http://img.b2bpic.net/free-photo/closeup-portrait-attractive-young-student-guy-wearing-casual-t-shirt_176532-7288.jpg", alt: "Jordan Smith" }, + { src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", alt: "Casey Lee" }, + { src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club-with-blue-red-illumination_1268-24596.jpg", alt: "Sam Taylor" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-futuristic-portrait_23-2151178951.jpg", alt: "Jamie Fox" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -221,23 +114,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Are there really no costs?", - content: "Absolutely. Our platform is supported by our partners, allowing you to play for free.", - }, - { - 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.", - }, + { id: "1", title: "Are there really no costs?", content: "Absolutely. Our platform is supported by our partners, allowing you to play for free." }, + { 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127966.jpg" mediaAnimation="blur-reveal" title="Frequently Asked Questions" description="Have questions about how it works? We've got the answers." @@ -249,32 +130,8 @@ export default function LandingPage() { -- 2.49.1