Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-17 07:26:47 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Shield, Zap, Target } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -31,24 +32,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Projects",
id: "projects",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "Contact", id: "contact" },
]}
brandName="GamerX"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -57,70 +47,20 @@ export default function LandingPage() {
title="Precision, Strategy, Victory."
description="Leveling up the competitive gaming landscape through data-driven performance and elite strategy."
testimonials={[
{
name: "Alex 'Ace'",
handle: "@acepro",
testimonial: "The best strategies in the circuit, bar none.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=1",
imageAlt: "gaming setup room dark",
},
{
name: "Jordan 'Tech'",
handle: "@techplay",
testimonial: "Unmatched performance insights.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=1",
imageAlt: "gaming setup room dark",
},
{
name: "Sam 'Sharp'",
handle: "@sharpshooter",
testimonial: "Changed my entire playstyle.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=1",
imageAlt: "gaming setup room dark",
},
{
name: "Riley 'Rush'",
handle: "@rushgaming",
testimonial: "A true professional to work with.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=1",
imageAlt: "gaming setup room dark",
},
{
name: "Taylor 'Tact'",
handle: "@tactik",
testimonial: "Exceptional communication and skill.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=1",
imageAlt: "gaming setup room dark",
},
{ name: "Alex 'Ace'", handle: "@acepro", testimonial: "The best strategies in the circuit, bar none.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg", imageAlt: "gaming setup room dark" },
{ name: "Jordan 'Tech'", handle: "@techplay", testimonial: "Unmatched performance insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg", imageAlt: "gaming setup room dark" },
{ name: "Sam 'Sharp'", handle: "@sharpshooter", testimonial: "Changed my entire playstyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", imageAlt: "gaming setup room dark" },
{ name: "Riley 'Rush'", handle: "@rushgaming", testimonial: "A true professional to work with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", imageAlt: "gaming setup room dark" },
{ name: "Taylor 'Tact'", handle: "@tactik", testimonial: "Exceptional communication and skill.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", imageAlt: "gaming setup room dark" },
]}
imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg"
imageAlt="Professional Gamer Setup"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg",
alt: "Gamer avatar 1",
},
{
src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136831.jpg",
alt: "Gamer avatar 2",
},
{
src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg",
alt: "Gamer avatar 3",
},
{
src: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg",
alt: "Gamer avatar 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-happy-gamer-girl-with-pink-hair-playing-video-games-using-joystick-colorful-studio_149155-5242.jpg",
alt: "Gamer avatar 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg", alt: "Gamer avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136831.jpg", alt: "Gamer avatar 2" },
{ src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg", alt: "Gamer avatar 3" },
{ src: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg", alt: "Gamer avatar 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-happy-gamer-girl-with-pink-hair-playing-video-games-using-joystick-colorful-studio_149155-5242.jpg", alt: "Gamer avatar 5" },
]}
/>
</div>
@@ -130,7 +70,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About GamerX"
description="I am a dedicated e-sports strategist and player focused on high-level competition and community building. With years of experience in the arena, I bring professional analytical skills to every match."
imageSrc="http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg"
imageAlt="About GamerX"
/>
</div>
@@ -142,27 +82,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Speed",
description: "Rapid reaction times through optimized networking.",
imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=2",
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-network-connections-background-with-low-poly-plexus-design_1048-12346.jpg",
buttonText: "Learn More",
},
{
title: "Precision",
description: "High-fidelity hardware control for peak accuracy.",
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=2",
titleImageSrc: "http://img.b2bpic.net/free-photo/innovative-businessman-working-modern-laptop-inside-generated-by-ai_188544-27376.jpg",
buttonText: "Learn More",
},
{
title: "Strategy",
description: "Advanced tactical analysis for every engagement.",
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=2",
titleImageSrc: "http://img.b2bpic.net/free-photo/science-fiction-game-desktop-pc-monitor_482257-124535.jpg",
buttonText: "Learn More",
},
{ title: "Speed", description: "Rapid reaction times through optimized networking.", imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-network-connections-background-with-low-poly-plexus-design_1048-12346.jpg", buttonText: "Learn More" },
{ title: "Precision", description: "High-fidelity hardware control for peak accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/innovative-businessman-working-modern-laptop-inside-generated-by-ai_188544-27376.jpg", buttonText: "Learn More" },
{ title: "Strategy", description: "Advanced tactical analysis for every engagement.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/science-fiction-game-desktop-pc-monitor_482257-124535.jpg", buttonText: "Learn More" },
]}
title="Core Strengths"
description="The foundation of my competitive advantage."
@@ -175,21 +97,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Win Rate",
value: "78%",
},
{
id: "m2",
title: "Average KDA",
value: "4.2",
},
{
id: "m3",
title: "Hours Trained",
value: "5000+",
},
{ id: "m1", title: "Win Rate", value: "78%", icon: Target },
{ id: "m2", title: "Average KDA", value: "4.2", icon: Zap },
{ id: "m3", title: "Hours Trained", value: "5000+", icon: Shield },
]}
title="Performance Data"
description="Real-time tracking of competitive stats."
@@ -203,60 +113,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "E-Sports",
name: "Summer Championship",
price: "Winner",
rating: 5,
reviewCount: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645661.jpg",
},
{
id: "p2",
brand: "E-Sports",
name: "Pro League Finals",
price: "Runner Up",
rating: 5,
reviewCount: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17219.jpg",
},
{
id: "p3",
brand: "E-Sports",
name: "Global Clash",
price: "Winner",
rating: 5,
reviewCount: "2022",
imageSrc: "http://img.b2bpic.net/free-photo/player-cooperating-with-teammates-coop-videogame-using-mockup-monitor_482257-121551.jpg",
},
{
id: "p4",
brand: "E-Sports",
name: "Winter Gauntlet",
price: "1st Place",
rating: 5,
reviewCount: "2022",
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg",
},
{
id: "p5",
brand: "E-Sports",
name: "Rising Star Cup",
price: "1st Place",
rating: 5,
reviewCount: "2021",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg",
},
{
id: "p6",
brand: "E-Sports",
name: "Annual Invitational",
price: "Top 4",
rating: 5,
reviewCount: "2021",
imageSrc: "http://img.b2bpic.net/free-photo/pro-streamer-man-playing-space-shooter-video-games-online-competition-using-professional-setup-with-chat-open_482257-558.jpg",
},
{ id: "p1", brand: "E-Sports", name: "Summer Championship", price: "Winner", rating: 5, reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645661.jpg" },
{ id: "p2", brand: "E-Sports", name: "Pro League Finals", price: "Runner Up", rating: 5, reviewCount: "2023", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17219.jpg" },
{ id: "p3", brand: "E-Sports", name: "Global Clash", price: "Winner", rating: 5, reviewCount: "2022", imageSrc: "http://img.b2bpic.net/free-photo/player-cooperating-with-teammates-coop-videogame-using-mockup-monitor_482257-121551.jpg" },
{ id: "p4", brand: "E-Sports", name: "Winter Gauntlet", price: "1st Place", rating: 5, reviewCount: "2022", imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2011.jpg" },
{ id: "p5", brand: "E-Sports", name: "Rising Star Cup", price: "1st Place", rating: 5, reviewCount: "2021", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg" },
{ id: "p6", brand: "E-Sports", name: "Annual Invitational", price: "Top 4", rating: 5, reviewCount: "2021", imageSrc: "http://img.b2bpic.net/free-photo/pro-streamer-man-playing-space-shooter-video-games-online-competition-using-professional-setup-with-chat-open_482257-558.jpg" },
]}
title="My Tournament History"
description="A showcase of past competitive wins and tournament results."
@@ -268,61 +130,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
date: "Oct 2023",
title: "Event Org",
quote: "Incredible performance.",
tag: "Event",
avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-vr-glasses_23-2151136835.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg?_wi=3",
imageAlt: "professional headshot gaming",
},
{
id: "t2",
name: "Mike C.",
date: "Sept 2023",
title: "Co-Player",
quote: "The best teammate ever.",
tag: "Team",
avatarSrc: "http://img.b2bpic.net/free-photo/futuristic-robot-listening-music-headphones_23-2151073024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg?_wi=3",
imageAlt: "professional headshot gaming",
},
{
id: "t3",
name: "Emily R.",
date: "Aug 2023",
title: "Coach",
quote: "Technically advanced and focused.",
tag: "Training",
avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136783.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg?_wi=3",
imageAlt: "professional headshot gaming",
},
{
id: "t4",
name: "David K.",
date: "July 2023",
title: "Fan",
quote: "Amazing stream quality.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-wearing-hoodie-cap-sitting-gamer-chair-looking-camera-gaming-club-internet-cafe_613910-19248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg?_wi=3",
imageAlt: "professional headshot gaming",
},
{
id: "t5",
name: "Lisa M.",
date: "June 2023",
title: "Analyst",
quote: "In-depth knowledge of mechanics.",
tag: "Analysis",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-fist-bumping-with-colleague_23-2149350008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg?_wi=3",
imageAlt: "professional headshot gaming",
},
{ id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Event Org", quote: "Incredible performance.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-vr-glasses_23-2151136835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg", imageAlt: "professional headshot gaming" },
{ id: "t2", name: "Mike C.", date: "Sept 2023", title: "Co-Player", quote: "The best teammate ever.", tag: "Team", avatarSrc: "http://img.b2bpic.net/free-photo/futuristic-robot-listening-music-headphones_23-2151073024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-streamer-smiling-confident-sitting-table-gaming-room_839833-5508.jpg", imageAlt: "professional headshot gaming" },
{ id: "t3", name: "Emily R.", date: "Aug 2023", title: "Coach", quote: "Technically advanced and focused.", tag: "Training", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136783.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gamers-fist-bump-after-winning-game_23-2149350003.jpg", imageAlt: "professional headshot gaming" },
{ id: "t4", name: "David K.", date: "July 2023", title: "Fan", quote: "Amazing stream quality.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-wearing-hoodie-cap-sitting-gamer-chair-looking-camera-gaming-club-internet-cafe_613910-19248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269893.jpg", imageAlt: "professional headshot gaming" },
{ id: "t5", name: "Lisa M.", date: "June 2023", title: "Analyst", quote: "In-depth knowledge of mechanics.", tag: "Analysis", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-fist-bumping-with-colleague_23-2149350008.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-footage-professional-streamer-playing-digital-space-shooter-video-games-computer-using-headphones-microphone-mouse_482257-561.jpg", imageAlt: "professional headshot gaming" },
]}
title="Community Voices"
description="Feedback from peers and tournament organizers."
@@ -334,13 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechGear",
"GamerNet",
"ProStream",
"HardwareLabs",
"CloudSync",
"NexusPlay",
"VisionOptics",
"TechGear", "GamerNet", "ProStream", "HardwareLabs", "CloudSync", "NexusPlay", "VisionOptics"
]}
title="Partners & Sponsors"
description="Proud to work with industry leaders."
@@ -350,18 +156,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Let's Connect"
title="Ready to discuss a collaboration?"
description="Reach out for events, sponsorship inquiries, or just to chat about the latest games."
buttons={[
{
text: "Send Message",
href: "#",
},
]}
buttons={[{ text: "Send Message", href: "#" }]}
/>
</div>
@@ -369,40 +168,12 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="GamerX"
columns={[
{
title: "Social",
items: [
{
label: "Twitter",
href: "#",
},
{
label: "Discord",
href: "#",
},
{
label: "YouTube",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Social", items: [{ label: "Twitter", href: "#" }, { label: "Discord", href: "#" }, { label: "YouTube", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}