From 3b01dcc3bd71556d2ab1ab63cbc0d90fe30d462f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:36:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 349 ++++++----------------------------------------- 1 file changed, 45 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a15e48..fe94936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -119,55 +74,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Instant Play Technology", - description: "No installs or long waits. Load any game in seconds.", - icon: Zap, + title: "Instant Play Technology", description: "No installs or long waits. Load any game in seconds.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg", - imageAlt: "gaming controller neon lighting", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/gamer-looking-internet-websites-gaming-guide-mockup-phone_482257-121625.jpg?_wi=2", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg", imageAlt: "gaming controller neon lighting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg", imageAlt: "gaming controller neon lighting" }, + ] }, { - title: "Global Leaderboards", - description: "Compete with friends and strangers for top rankings.", - icon: Trophy, + title: "Global Leaderboards", description: "Compete with friends and strangers for top rankings.", icon: Trophy, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantastical-artistic-style_23-2151101657.jpg?_wi=1", - imageAlt: "esports leaderboard graphic", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-streamer-winning-shooting-video-games-tournament-celebrating-success-online-live-stream-cheerful-person-feeling-happy-about-action-gameplay-championship-win-computer_482257-41448.jpg", - imageAlt: "esports leaderboard graphic", - }, - ], - imageSrc: "http://img.b2bpic.net/free-vector/medal-low-poly-design-reward-abstract-geometric-image-prize-place-wireframe-mesh-polygonal_271628-278.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantastical-artistic-style_23-2151101657.jpg", imageAlt: "esports leaderboard graphic" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-streamer-winning-shooting-video-games-tournament-celebrating-success-online-live-stream-cheerful-person-feeling-happy-about-action-gameplay-championship-win-computer_482257-41448.jpg", imageAlt: "esports leaderboard graphic" }, + ] }, { - title: "Achievement Badges", - description: "Unlock rare cosmetic items and custom badges.", - icon: Award, + title: "Achievement Badges", description: "Unlock rare cosmetic items and custom badges.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-figurine-with-dices_23-2149352296.jpg?_wi=1", - imageAlt: "gaming achievement badge", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/view-brilliant-cartoon-diamond_23-2151752794.jpg", - imageAlt: "gaming achievement badge", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-outdoors_23-2151110387.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-figurine-with-dices_23-2149352296.jpg", imageAlt: "gaming achievement badge" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-brilliant-cartoon-diamond_23-2151752794.jpg", imageAlt: "gaming achievement badge" }, + ] }, ]} title="Elevate Your Experience" @@ -177,64 +102,15 @@ export default function LandingPage() {
@@ -381,22 +168,10 @@ export default function LandingPage() { title="Need Support?" description="We're here to help. Contact us if you have any feedback or game suggestions." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} - textarea={{ - name: "message", - placeholder: "What's on your mind?", - rows: 4, - }} + textarea={{ name: "message", placeholder: "What's on your mind?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/african-american-guy-working-laptop-celebrating-achievement-neon-lights-sitting-couch_482257-132161.jpg" />
@@ -406,47 +181,13 @@ export default function LandingPage() { logoText="GameHub" columns={[ { - title: "Games", - items: [ - { - label: "Arcade", - href: "#games", - }, - { - label: "Puzzle", - href: "#games", - }, - { - label: "Action", - href: "#games", - }, - ], + title: "Games", items: [{ label: "Arcade", href: "#games" }, { label: "Puzzle", href: "#games" }, { label: "Action", href: "#games" }], }, { - title: "Community", - items: [ - { - label: "Leaderboard", - href: "#metrics", - }, - { - label: "Support", - href: "#contact", - }, - ], + title: "Community", items: [{ label: "Leaderboard", href: "#metrics" }, { label: "Support", href: "#contact" }], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], + title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }], }, ]} /> -- 2.49.1