From 3c97532a11ddce55bb17adb4f7c967a8263bb0fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:55:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b658c1..9905a1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,89 +13,41 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return (
@@ -106,185 +58,54 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: 1, - tag: "Speed", - title: "Ultra-Low Latency", - subtitle: "Lag-free performance", - description: "Global edge servers ensure ping times that keep you in the lead.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182515.jpg", - }, - { - id: 2, - tag: "Rewards", - title: "Pro Tournaments", - subtitle: "Compete to win", - description: "Weekly events with real cash prizes for top performers.", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113295.jpg", - }, - { - id: 3, - tag: "Community", - title: "Social Hub", - subtitle: "Connect & play", - description: "Join thousands of players in our active, moderated community hubs.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-modern-plexus-design_1048-15474.jpg", - }, + { id: 1, tag: "Performance", title: "Zero Lag", subtitle: "Instant response", description: "Optimized fiber routing for competitive edges.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182515.jpg" }, + { id: 2, tag: "Rewards", title: "Epic Loot", subtitle: "Tournament wins", description: "Earn legendary rewards every season.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113295.jpg" } ]} - title="Why Gamers Choose Us" - description="Unmatched performance for your competitive drive." + title="Master the Arena" + description="Dominate the leaderboard with our specialized gaming tools." />
-- 2.49.1 From baece1adc370cdda2b9e3e068ab6bc86a6bc8d3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:55:14 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8bb4ae2..fdaf4db 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #e34400; + --background: #050505; + --card: #121212; + --foreground: #f5f5f5; + --primary-cta: #00ffcc; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #121212; --secondary-cta-text: #ffffff; - --accent: #737373; - --background-accent: #e34400; + --accent: #ff0077; + --background-accent: #00ffcc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1