Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
name: "Trust", id: "trust"},
|
||||
]}
|
||||
button={{
|
||||
text: "Join Pro", href: "#pricing"}}
|
||||
text: "Join Pro", href: "pricing"}}
|
||||
brandName="GamerGrid"
|
||||
/>
|
||||
</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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Elite", href: "#contact"},
|
||||
text: "Join the Elite", href: "contact"},
|
||||
{
|
||||
text: "View Roadmap", href: "#features"},
|
||||
text: "View Roadmap", href: "features"},
|
||||
]}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "How it Works", href: "#how-it-works"},
|
||||
text: "How it Works", href: "how-it-works"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
id: "basic", badge: "Value", badgeIcon: Sparkles,
|
||||
price: "$0", name: "GamerGrid Basic", buttons: [
|
||||
{
|
||||
text: "Get Started", href: "#contact"},
|
||||
text: "Get Started", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"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,
|
||||
price: "$7.99/mo", name: "GamerGrid Pro Monthly", buttons: [
|
||||
{
|
||||
text: "Upgrade Now", href: "#contact"},
|
||||
text: "Upgrade Now", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"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,
|
||||
price: "$19.99/qtr", name: "GamerGrid Pro Quarterly", buttons: [
|
||||
{
|
||||
text: "Save & Play", href: "#contact"},
|
||||
text: "Save & Play", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"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,
|
||||
price: "$59.99/yr", name: "GamerGrid Pro Annual", buttons: [
|
||||
{
|
||||
text: "Go Annual", href: "#contact"},
|
||||
text: "Go Annual", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"All Quarterly Features", "Unlimited Boost sessions", "Early access to new features", "Ad-free experience"],
|
||||
@@ -243,25 +243,25 @@ export default function LandingPage() {
|
||||
{
|
||||
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: "#features"},
|
||||
label: "Roadmap", href: "features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "About Us", href: "about"},
|
||||
{
|
||||
label: "Press Kit", href: "#about"},
|
||||
label: "Press Kit", href: "about"},
|
||||
{
|
||||
label: "Careers", href: "#about"},
|
||||
label: "Careers", href: "about"},
|
||||
{
|
||||
label: "Support", href: "#contact"},
|
||||
label: "Support", href: "contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user