6 Commits

Author SHA1 Message Date
79ce1e67ef Merge version_3 into main
Merge version_3 into main
2026-05-26 01:52:58 +00:00
dad4bb15e0 Update src/app/page.tsx 2026-05-26 01:52:55 +00:00
3efc96a0d6 Merge version_2 into main
Merge version_2 into main
2026-05-26 01:49:38 +00:00
e7767ca744 Update src/app/page.tsx 2026-05-26 01:49:35 +00:00
45dcb14774 Merge version_1 into main
Merge version_1 into main
2026-05-26 01:47:38 +00:00
3b91bbf6f8 Merge version_1 into main
Merge version_1 into main
2026-05-26 01:46:56 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
name: "Trust", id: "trust"}, name: "Trust", id: "trust"},
]} ]}
button={{ button={{
text: "Join Pro", href: "#pricing"}} text: "Join Pro", href: "pricing"}}
brandName="GamerGrid" brandName="GamerGrid"
/> />
</div> </div>
@@ -55,9 +55,9 @@ export default function LandingPage() {
description="Find teammates you actually enjoy playing with. GamerGrid pairs players based on communication style, personality, leadership tendencies, teamwork habits, skill level, and schedule compatibility — not just rank." description="Find teammates you actually enjoy playing with. GamerGrid pairs players based on communication style, personality, leadership tendencies, teamwork habits, skill level, and schedule compatibility — not just rank."
buttons={[ buttons={[
{ {
text: "Join the Elite", href: "#contact"}, text: "Join the Elite", href: "contact"},
{ {
text: "View Roadmap", href: "#"}, text: "View Roadmap", href: "features"},
]} ]}
slides={[ slides={[
{ {
@@ -86,7 +86,7 @@ export default function LandingPage() {
title="Beyond Skills. Perfect Synergy. GamerGrid's proprietary matching algorithm uses neural networks to analyze your playstyle, behavioral patterns, and communication preferences." title="Beyond Skills. Perfect Synergy. GamerGrid's proprietary matching algorithm uses neural networks to analyze your playstyle, behavioral patterns, and communication preferences."
buttons={[ buttons={[
{ {
text: "How it Works", href: "#how-it-works"}, text: "How it Works", href: "how-it-works"},
]} ]}
/> />
</div> </div>
@@ -166,7 +166,7 @@ export default function LandingPage() {
id: "basic", badge: "Value", badgeIcon: Sparkles, id: "basic", badge: "Value", badgeIcon: Sparkles,
price: "$0", name: "GamerGrid Basic", buttons: [ price: "$0", name: "GamerGrid Basic", buttons: [
{ {
text: "Get Started", href: "#contact"}, text: "Get Started", href: "contact"},
], ],
features: [ features: [
"3 Matches per day", "Basic playstyle analysis", "Community forum access", "Public player profile"], "3 Matches per day", "Basic playstyle analysis", "Community forum access", "Public player profile"],
@@ -175,7 +175,7 @@ export default function LandingPage() {
id: "pro-monthly", badge: "Most Popular", badgeIcon: Star, id: "pro-monthly", badge: "Most Popular", badgeIcon: Star,
price: "$7.99/mo", name: "GamerGrid Pro Monthly", buttons: [ price: "$7.99/mo", name: "GamerGrid Pro Monthly", buttons: [
{ {
text: "Upgrade Now", href: "#contact"}, text: "Upgrade Now", href: "contact"},
], ],
features: [ features: [
"Unlimited daily matches", "Advanced behavioral matching", "Priority matching queue", "Detailed reputation insights"], "Unlimited daily matches", "Advanced behavioral matching", "Priority matching queue", "Detailed reputation insights"],
@@ -184,7 +184,7 @@ export default function LandingPage() {
id: "pro-quarterly", badge: "Best Value", badgeIcon: Zap, id: "pro-quarterly", badge: "Best Value", badgeIcon: Zap,
price: "$19.99/qtr", name: "GamerGrid Pro Quarterly", buttons: [ price: "$19.99/qtr", name: "GamerGrid Pro Quarterly", buttons: [
{ {
text: "Save & Play", href: "#contact"}, text: "Save & Play", href: "contact"},
], ],
features: [ features: [
"All Monthly Features", "Priority placement in match results", "1 Boost session per month", "See who viewed your profile"], "All Monthly Features", "Priority placement in match results", "1 Boost session per month", "See who viewed your profile"],
@@ -193,7 +193,7 @@ export default function LandingPage() {
id: "pro-annual", badge: "Pro Elite", badgeIcon: Crown, id: "pro-annual", badge: "Pro Elite", badgeIcon: Crown,
price: "$59.99/yr", name: "GamerGrid Pro Annual", buttons: [ price: "$59.99/yr", name: "GamerGrid Pro Annual", buttons: [
{ {
text: "Go Annual", href: "#contact"}, text: "Go Annual", href: "contact"},
], ],
features: [ features: [
"All Quarterly Features", "Unlimited Boost sessions", "Early access to new features", "Ad-free experience"], "All Quarterly Features", "Unlimited Boost sessions", "Early access to new features", "Ad-free experience"],
@@ -230,6 +230,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Started Now" buttonText="Get Started Now"
termsText="By clicking Get Started Now you're confirming that you agree with our Terms and Conditions." termsText="By clicking Get Started Now you're confirming that you agree with our Terms and Conditions."
onSubmit={(email) => alert(`Signed up with: ${email}`)}
/> />
</div> </div>
@@ -242,35 +243,35 @@ export default function LandingPage() {
{ {
title: "Product", items: [ title: "Product", items: [
{ {
label: "Features", href: "#features"}, label: "Features", href: "features"},
{ {
label: "Pro Membership", href: "#pricing"}, label: "Pro Membership", href: "pricing"},
{ {
label: "Investor Relations", href: "#metrics"}, label: "Investor Relations", href: "metrics"},
{ {
label: "Roadmap", href: "#"}, label: "Roadmap", href: "features"},
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "about"},
{ {
label: "Press Kit", href: "#"}, label: "Press Kit", href: "about"},
{ {
label: "Careers", href: "#"}, label: "Careers", href: "about"},
{ {
label: "Support", href: "#"}, label: "Support", href: "contact"},
], ],
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
{ {
label: "Privacy Policy", href: "#"}, label: "Privacy Policy", onClick: () => alert("Navigating to Privacy Policy...")},
{ {
label: "Terms of Service", href: "#"}, label: "Terms of Service", onClick: () => alert("Navigating to Terms of Service...")},
{ {
label: "Cookie Policy", href: "#"}, label: "Cookie Policy", onClick: () => alert("Navigating to Cookie Policy...")},
], ],
}, },
]} ]}