Merge version_1 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "stats",
|
||||
},
|
||||
name: "Community", id: "stats"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="GameConnect"
|
||||
/>
|
||||
@@ -54,38 +46,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Connect, Compete, Conquer."
|
||||
description="Join the ultimate hub for gamers. Sync with squads, track your rank, and interact with the global community in real-time."
|
||||
tag="LEVEL UP YOUR SOCIAL GAME"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg",
|
||||
imageAlt: "Dashboard Interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg", imageAlt: "Dashboard Interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-digital-blue-community-enjoying_1134-1373.jpg",
|
||||
imageAlt: "Holographic Gaming",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg?_wi=1",
|
||||
imageAlt: "Matchmaking Icon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg?_wi=1",
|
||||
imageAlt: "Community Icon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg?_wi=1",
|
||||
imageAlt: "Sync Icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-digital-blue-community-enjoying_1134-1373.jpg", imageAlt: "Holographic Gaming"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,20 +72,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Matchmaking",
|
||||
description: "Instantly find players at your skill level with our AI-driven squad matching engine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg?_wi=2",
|
||||
},
|
||||
title: "Real-time Matchmaking", description: "Instantly find players at your skill level with our AI-driven squad matching engine.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg"},
|
||||
{
|
||||
title: "Dynamic Community Hubs",
|
||||
description: "Join niche clubs for your favorite games and share strategies, clips, and more.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg?_wi=2",
|
||||
},
|
||||
title: "Dynamic Community Hubs", description: "Join niche clubs for your favorite games and share strategies, clips, and more.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg"},
|
||||
{
|
||||
title: "Cross-Platform Sync",
|
||||
description: "Track your progress and achievements across all consoles and PC platforms seamlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg?_wi=2",
|
||||
},
|
||||
title: "Cross-Platform Sync", description: "Track your progress and achievements across all consoles and PC platforms seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg"},
|
||||
]}
|
||||
title="Designed for Gamers"
|
||||
description="Everything you need to stay ahead of the competition and connected with your squad."
|
||||
@@ -127,25 +91,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M",
|
||||
title: "Active Players",
|
||||
description: "Global community members",
|
||||
icon: Users,
|
||||
id: "m1", value: "1.2M", title: "Active Players", description: "Global community members", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "850K",
|
||||
title: "Daily Matches",
|
||||
description: "Successful squad connections",
|
||||
icon: Star,
|
||||
id: "m2", value: "850K", title: "Daily Matches", description: "Successful squad connections", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5.4M",
|
||||
title: "Clips Shared",
|
||||
description: "Highlight reels uploaded",
|
||||
icon: Video,
|
||||
id: "m3", value: "5.4M", title: "Clips Shared", description: "Highlight reels uploaded", icon: Video,
|
||||
},
|
||||
]}
|
||||
title="Global Gaming Metrics"
|
||||
@@ -159,45 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Platform!",
|
||||
quote: "Finally found a place where I can find consistent teammates without the toxicity.",
|
||||
name: "Sarah 'Luna' J.",
|
||||
role: "Pro Streamer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-model-listening-music_23-2151884522.jpg",
|
||||
},
|
||||
id: "1", title: "Best Platform!", quote: "Finally found a place where I can find consistent teammates without the toxicity.", name: "Sarah 'Luna' J.", role: "Pro Streamer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-model-listening-music_23-2151884522.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Life Changer",
|
||||
quote: "I've leveled up my ranking drastically since I started using the squad features here.",
|
||||
name: "Michael 'Storm' C.",
|
||||
role: "Competitive Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-arab-woman-streamer-smiling-confident-sitting-table-gaming-room_839833-22468.jpg",
|
||||
},
|
||||
id: "2", title: "Life Changer", quote: "I've leveled up my ranking drastically since I started using the squad features here.", name: "Michael 'Storm' C.", role: "Competitive Player", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-arab-woman-streamer-smiling-confident-sitting-table-gaming-room_839833-22468.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Incredible Community",
|
||||
quote: "The community hubs are so well organized, I've made friends from across the globe.",
|
||||
name: "Emily 'Nova' R.",
|
||||
role: "Gaming Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-soldier-holding-rifle-developing-marksmanship-skills_482257-125420.jpg",
|
||||
},
|
||||
id: "3", title: "Incredible Community", quote: "The community hubs are so well organized, I've made friends from across the globe.", name: "Emily 'Nova' R.", role: "Gaming Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-soldier-holding-rifle-developing-marksmanship-skills_482257-125420.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top Tier Tool",
|
||||
quote: "Cross-platform sync just works. It's the cleanest UI I've seen in the gaming space.",
|
||||
name: "David 'Kage' K.",
|
||||
role: "Tournament Organizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-gamer-yelling-smashing-table-after-losing-online-competitive-multiplayer-match_482257-77051.jpg",
|
||||
},
|
||||
id: "4", title: "Top Tier Tool", quote: "Cross-platform sync just works. It's the cleanest UI I've seen in the gaming space.", name: "David 'Kage' K.", role: "Tournament Organizer", imageSrc: "http://img.b2bpic.net/free-photo/upset-gamer-yelling-smashing-table-after-losing-online-competitive-multiplayer-match_482257-77051.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Unrivaled Matchmaking",
|
||||
quote: "Instantly matched with a squad that actually communicates. 10/10.",
|
||||
name: "Alex 'Titan' B.",
|
||||
role: "Casual Gamer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039718.jpg",
|
||||
},
|
||||
id: "5", title: "Unrivaled Matchmaking", quote: "Instantly matched with a squad that actually communicates. 10/10.", name: "Alex 'Titan' B.", role: "Casual Gamer", imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-wavy-text_23-2150039718.jpg"},
|
||||
]}
|
||||
title="What Players Say"
|
||||
description="Hear from our dedicated community members."
|
||||
@@ -210,20 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is the platform free?",
|
||||
content: "Yes, standard matchmaking and community features are 100% free for all players.",
|
||||
},
|
||||
id: "q1", title: "Is the platform free?", content: "Yes, standard matchmaking and community features are 100% free for all players."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Which platforms are supported?",
|
||||
content: "We support PC, PlayStation, Xbox, and Nintendo Switch for all cross-play enabled titles.",
|
||||
},
|
||||
id: "q2", title: "Which platforms are supported?", content: "We support PC, PlayStation, Xbox, and Nintendo Switch for all cross-play enabled titles."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is squad toxicity handled?",
|
||||
content: "Our AI moderation team and peer-review system ensure a safe and supportive environment.",
|
||||
},
|
||||
id: "q3", title: "How is squad toxicity handled?", content: "Our AI moderation team and peer-review system ensure a safe and supportive environment."},
|
||||
]}
|
||||
title="Questions? We've Got Answers"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -235,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="BECOME A FOUNDER"
|
||||
title="Join the Beta Today"
|
||||
description="Secure your handle and join the fastest-growing community of gamers on the planet."
|
||||
@@ -249,13 +161,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GameConnect"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user