From abc8016860fc70b5feed3d27a1ff0738f8276807 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:16:00 +0000 Subject: [PATCH 1/4] Add src/app/admin/dashboard/page.tsx --- src/app/admin/dashboard/page.tsx | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/app/admin/dashboard/page.tsx diff --git a/src/app/admin/dashboard/page.tsx b/src/app/admin/dashboard/page.tsx new file mode 100644 index 0000000..93b5335 --- /dev/null +++ b/src/app/admin/dashboard/page.tsx @@ -0,0 +1,64 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { ShieldCheck, Users, BarChart3, Settings } from "lucide-react"; + +export default function AdminDashboard() { + return ( + + + + +
+
+

Administrator Dashboard

+

Secure system management and oversight.

+
+ +
+ {[ + { title: "User Management", icon: Users }, + { title: "Access Controls", icon: ShieldCheck }, + { title: "System Analytics", icon: BarChart3 }, + { title: "Configuration", icon: Settings } + ].map((item, i) => ( +
+ +

{item.title}

+
+ ))} +
+ +
+

System Overview

+
+

Authorization required for all administrative modifications.

+ +
+
+
+
+
+ ); +} \ No newline at end of file -- 2.49.1 From f40c5057d8e1f91d890ec5a16a250f9e68ce3080 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:16:00 +0000 Subject: [PATCH 2/4] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 136 +++++++++---------------------------- 1 file changed, 32 insertions(+), 104 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index b5c8f60..9da58dd 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -2,114 +2,42 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function DashboardPage() { return ( - + - - -
- -
- -
- -
- - + +
+

User Dashboard

+
+
+

Profile Management

+

Manage your account settings, preferences, and security.

+
+
+

Your Content

+

Access your tournaments, saved matches, and performance stats.

+
+
+
+
); -} +} \ No newline at end of file -- 2.49.1 From 89d20e646df94427d3d2be06398ab12982f386ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:16:01 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 234 +++-------------------------------------------- 1 file changed, 12 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6456ea6..84df876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,18 +28,8 @@ export default function LandingPage() { @@ -183,23 +63,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - title: "Competitive Play", - description: "Automated matchmaking and event management.", - imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights_181624-26247.jpg", - }, - { - title: "Instant Rewards", - description: "Earn prestige and prizes for victory.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-gamer-sitting-chair_23-2149829177.jpg?_wi=3", - }, - { - title: "Discord Integration", - description: "Seamless connection with your team.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746583.jpg?_wi=3", - }, - ]} + features={[{ title: "Competitive Play", description: "Automated matchmaking and event management.", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights_181624-26247.jpg" }, { title: "Instant Rewards", description: "Earn prestige and prizes for victory.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gamer-sitting-chair_23-2149829177.jpg?_wi=3" }, { title: "Discord Integration", description: "Seamless connection with your team.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746583.jpg?_wi=3" }]} title="Platform Capabilities" description="Unleash your potential with our cutting-edge feature set." /> @@ -210,23 +74,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Proven Excellence" tag="Statistics" - metrics={[ - { - id: "m1", - value: "10K+", - description: "Active Competitive Members", - }, - { - id: "m2", - value: "500+", - description: "Tournaments Hosted", - }, - { - id: "m3", - value: "1M+", - description: "Matches Tracked", - }, - ]} + metrics={[{ id: "m1", value: "10K+", description: "Active Competitive Members" }, { id: "m2", value: "500+", description: "Tournaments Hosted" }, { id: "m3", value: "1M+", description: "Matches Tracked" }]} /> @@ -236,75 +84,17 @@ export default function LandingPage() { useInvertedBackground={false} title="Elite Voices" description="Hear from the professionals who define the arena." - testimonials={[ - { - id: "t1", - title: "Game Changer", - quote: "Apex Region is the gold standard for competitive play.", - name: "Vexor", - role: "Pro Player", - imageSrc: "http://img.b2bpic.net/free-photo/cool-gaming-setup-indoors-still-life_23-2149829153.jpg", - }, - { - id: "t2", - title: "Incredible Stats", - quote: "The data tracking here is unmatched.", - name: "Luna", - role: "Team Captain", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-apartment-with-modern-home-office-setup-featuring-cozy-decor_482257-120763.jpg", - }, - { - id: "t3", - title: "Total Control", - quote: "Perfect for managing high-stakes matches.", - name: "Kael", - role: "Analyst", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746584.jpg", - }, - { - id: "t4", - title: "Professional Grade", - quote: "The ecosystem is built for champions.", - name: "Jax", - role: "Tournament Organizer", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746614.jpg", - }, - ]} + testimonials={[{ id: "t1", title: "Game Changer", quote: "Apex Region is the gold standard for competitive play.", name: "Vexor", role: "Pro Player", imageSrc: "http://img.b2bpic.net/free-photo/cool-gaming-setup-indoors-still-life_23-2149829153.jpg" }, { id: "t2", title: "Incredible Stats", quote: "The data tracking here is unmatched.", name: "Luna", role: "Team Captain", imageSrc: "http://img.b2bpic.net/free-photo/spacious-apartment-with-modern-home-office-setup-featuring-cozy-decor_482257-120763.jpg" }, { id: "t3", title: "Total Control", quote: "Perfect for managing high-stakes matches.", name: "Kael", role: "Analyst", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746584.jpg" }, { id: "t4", title: "Professional Grade", quote: "The ecosystem is built for champions.", name: "Jax", role: "Tournament Organizer", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746614.jpg" }]} />
); -} +} \ No newline at end of file -- 2.49.1 From ae85d7011669fc036b39510b68fff5df4301abaa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:16:01 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 359247c..c6ba565 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #050505; - --card: #0f0f0f; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #e63946; + --primary-cta: #c89bff; --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #e63946; - --accent: #330000; - --background-accent: #e63946; + --accent: #8b5cf6; + --background-accent: #5b21b6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1