From 6c61c43a38a3e575f3efb4965a465a7a87631198 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:10:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++++++++----------------------------------- 1 file changed, 60 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cbf5b5..d6c25f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,45 +32,29 @@ export default function LandingPage() {
@@ -78,67 +62,50 @@ export default function LandingPage() {
@@ -283,14 +192,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "NexusOne", - "PixelSoft", - "ApexGaming", - "IndieLab", - "CloudSync", - "CoreMedia", - "HardwareHub", - ]} + "NexusOne", "PixelSoft", "ApexGaming", "IndieLab", "CloudSync", "CoreMedia", "HardwareHub"]} title="Industry Partners" description="Supported by the best hardware and software brands." /> @@ -302,20 +204,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Is my hardware compatible?", - content: "Yes, GameNexus runs on most browsers and mobile devices.", - }, + id: "1", title: "Is my hardware compatible?", content: "Yes, GameNexus runs on most browsers and mobile devices."}, { - id: "2", - title: "Do I need a high-speed connection?", - content: "We recommend at least 15Mbps for 1080p gaming.", - }, + id: "2", title: "Do I need a high-speed connection?", content: "We recommend at least 15Mbps for 1080p gaming."}, { - id: "3", - title: "Can I play multiplayer games?", - content: "Absolutely, all multiplayer games are fully supported.", - }, + id: "3", title: "Can I play multiplayer games?", content: "Absolutely, all multiplayer games are fully supported."}, ]} title="Got Questions?" description="Here is what our players frequently ask." @@ -327,16 +220,13 @@ export default function LandingPage() {
@@ -345,42 +235,27 @@ export default function LandingPage() {