Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 12:02:35 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Clock, TrendingUp } from "lucide-react";
import { Award, Clock, TrendingUp, Zap, Users, Target, RefreshCw } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Community",
id: "testimonials",
},
name: "Community", id: "testimonials"},
{
name: "Support",
id: "faq",
},
name: "Support", id: "faq"},
]}
brandName="Nexus Gaming"
/>
@@ -58,70 +50,38 @@ export default function LandingPage() {
description="The ultimate platform for competitive gaming, community connection, and performance tracking."
testimonials={[
{
name: "Alex R.",
handle: "@nexus_king",
testimonial: "The best platform for competitive gaming. Absolutely changed my game.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-talking-headphones-mic-playing-game-teaching-audience_482257-116199.jpg",
},
name: "Alex R.", handle: "@nexus_king", testimonial: "The best platform for competitive gaming. Absolutely changed my game.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-talking-headphones-mic-playing-game-teaching-audience_482257-116199.jpg"},
{
name: "Jamie S.",
handle: "@pro_gamer_j",
testimonial: "Incredible tracking and community features. A must for any competitive gamer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2016.jpg",
},
name: "Jamie S.", handle: "@pro_gamer_j", testimonial: "Incredible tracking and community features. A must for any competitive gamer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2016.jpg"},
{
name: "Marcus L.",
handle: "@ml_pro",
testimonial: "The performance metrics helped me climb the ladder in weeks. Unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg",
},
name: "Marcus L.", handle: "@ml_pro", testimonial: "The performance metrics helped me climb the ladder in weeks. Unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg"},
{
name: "Sarah K.",
handle: "@sarah_frag",
testimonial: "Joining this community was the best decision for my esports journey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-wearing-specs-looking-far-away-isolated-dark-neon-purple-color-background_231208-14363.jpg",
},
name: "Sarah K.", handle: "@sarah_frag", testimonial: "Joining this community was the best decision for my esports journey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-wearing-specs-looking-far-away-isolated-dark-neon-purple-color-background_231208-14363.jpg"},
{
name: "Taylor B.",
handle: "@tb_gaming",
testimonial: "Finally, a platform that understands what competitive gamers really need.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-working-late-night-from-home_23-2150064965.jpg",
},
name: "Taylor B.", handle: "@tb_gaming", testimonial: "Finally, a platform that understands what competitive gamers really need.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-working-late-night-from-home_23-2150064965.jpg"},
]}
buttons={[
{
text: "Start Gaming",
href: "#about",
},
text: "Start Gaming", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645661.jpg"
imageAlt="Futuristic gaming setup"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/gaming-setup-with-headphones-chair_23-2149829124.jpg",
alt: "Gaming setup with headphones",
},
src: "http://img.b2bpic.net/free-photo/gaming-setup-with-headphones-chair_23-2149829124.jpg", alt: "Gaming setup with headphones"},
{
src: "http://img.b2bpic.net/free-photo/side-view-gamer-playing-with-controller_23-2149829148.jpg",
alt: "Gamer with controller",
},
src: "http://img.b2bpic.net/free-photo/side-view-gamer-playing-with-controller_23-2149829148.jpg", alt: "Gamer with controller"},
{
src: "http://img.b2bpic.net/free-photo/man-using-headphones-communicate-with-teammates-while-gaming_482257-121711.jpg",
alt: "Gamer communicating",
},
src: "http://img.b2bpic.net/free-photo/man-using-headphones-communicate-with-teammates-while-gaming_482257-121711.jpg", alt: "Gamer communicating"},
{
src: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg",
alt: "Gamer in neon",
},
src: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg", alt: "Gamer in neon"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg",
alt: "Pro gamer portrait",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg", alt: "Pro gamer portrait"},
]}
/>
</div>
@@ -133,17 +93,11 @@ export default function LandingPage() {
description="We provide state-of-the-art tools for serious gamers to track their progress, join tournaments, and connect with other top-tier players."
metrics={[
{
value: "500K+",
title: "Active Players",
},
value: "500K+", title: "Active Players"},
{
value: "120+",
title: "Tournaments Monthly",
},
value: "120+", title: "Tournaments Monthly"},
{
value: "99.9%",
title: "Uptime Stability",
},
value: "99.9%", title: "Uptime Stability"},
]}
imageSrc="http://img.b2bpic.net/free-photo/esports-stage-background-3d-illustration_1419-2784.jpg"
imageAlt="Competitive gaming interface"
@@ -158,29 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Low Latency Networking",
description: "Engineered for speed, our servers guarantee the lowest possible lag.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/victorious-gamers-winning-medium-shot_23-2149350010.jpg",
},
title: "Low Latency Networking", description: "Engineered for speed, our servers guarantee the lowest possible lag.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/victorious-gamers-winning-medium-shot_23-2149350010.jpg"},
{
title: "Social Community",
description: "Connect with top-tier players and share your latest highlights.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg",
},
title: "Social Community", description: "Connect with top-tier players and share your latest highlights.", buttonIcon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg"},
{
title: "Precision Tracking",
description: "Monitor your stats and gear performance with pinpoint accuracy.",
buttonIcon: "Target",
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-keyboard_23-2149829133.jpg",
},
title: "Precision Tracking", description: "Monitor your stats and gear performance with pinpoint accuracy.", buttonIcon: Target,
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-keyboard_23-2149829133.jpg"},
{
title: "Multi-Platform Sync",
description: "Seamlessly sync your game progress across all your favorite devices.",
buttonIcon: "RefreshCw",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172434.jpg",
},
title: "Multi-Platform Sync", description: "Seamlessly sync your game progress across all your favorite devices.", buttonIcon: RefreshCw,
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172434.jpg"},
]}
title="Pro-Level Tools"
description="Leverage our advanced ecosystem to improve performance and stay connected."
@@ -194,23 +136,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Award,
title: "Awards Won",
value: "15",
},
id: "m1", icon: Award,
title: "Awards Won", value: "15"},
{
id: "m2",
icon: TrendingUp,
title: "Avg Win Rate",
value: "62%",
},
id: "m2", icon: TrendingUp,
title: "Avg Win Rate", value: "62%"},
{
id: "m3",
icon: Clock,
title: "Support Response",
value: "< 1hr",
},
id: "m3", icon: Clock,
title: "Support Response", value: "< 1hr"},
]}
title="The Numbers Don't Lie"
description="See how we lead the industry in quality and support."
@@ -222,30 +155,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex R.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg",
},
id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg"},
{
id: "t2",
name: "Jamie S.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-long-curly-hair-pink-sweater-green-with-joystick-playing-games_343596-6878.jpg",
},
id: "t2", name: "Jamie S.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-long-curly-hair-pink-sweater-green-with-joystick-playing-games_343596-6878.jpg"},
{
id: "t3",
name: "Marcus L.",
imageSrc: "http://img.b2bpic.net/free-photo/man-communicating-with-internet-friends-playing-videogames-zoom-out_482257-111312.jpg",
},
id: "t3", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/man-communicating-with-internet-friends-playing-videogames-zoom-out_482257-111312.jpg"},
{
id: "t4",
name: "Sarah K.",
imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg",
},
id: "t4", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg"},
{
id: "t5",
name: "Taylor B.",
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058863.jpg",
},
id: "t5", name: "Taylor B.", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058863.jpg"},
]}
cardTitle="Hear from the Pros"
cardTag="Community"
@@ -259,20 +177,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Is the platform free?",
content: "We offer a generous free tier for all casual and competitive gamers.",
},
id: "f1", title: "Is the platform free?", content: "We offer a generous free tier for all casual and competitive gamers."},
{
id: "f2",
title: "How do tournaments work?",
content: "Simply sign up through the dashboard, join your squad, and compete.",
},
id: "f2", title: "How do tournaments work?", content: "Simply sign up through the dashboard, join your squad, and compete."},
{
id: "f3",
title: "Can I sync my console?",
content: "Yes, we support integration with all major gaming consoles and PCs.",
},
id: "f3", title: "Can I sync my console?", content: "Yes, we support integration with all major gaming consoles and PCs."},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-low-poly-background-with-connecting-lines-dots_1048-14634.jpg"
title="Common Questions"
@@ -285,16 +194,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get Started"
title="Ready to Level Up?"
description="Join thousands of players and start your journey today."
buttons={[
{
text: "Contact Us",
href: "#",
},
text: "Contact Us", href: "#"},
]}
/>
</div>
@@ -303,29 +209,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Nexus",
items: [
title: "Nexus", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Community",
href: "#testimonials",
},
label: "Community", href: "#testimonials"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Help Center",
href: "#faq",
},
label: "Help Center", href: "#faq"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
]}