Update src/app/leaderboard/page.tsx

This commit is contained in:
2026-03-24 22:52:40 +00:00
parent 8bf0a0cd77
commit 855d5812ce

View File

@@ -27,25 +27,23 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "How It Works",
id: "features",
name: "How It Works", id: "#features"
},
{
name: "Leaderboard",
id: "leaderboard",
name: "My Bracket", id: "/my-bracket"
},
{
name: "About Us",
id: "about",
name: "Leaderboard", id: "/leaderboard"
},
{
name: "FAQs",
id: "faqs",
name: "About Us", id: "/about"
},
{
name: "Contact",
id: "contact",
name: "FAQs", id: "#faqs"
},
{
name: "Contact", id: "/contact"
}
]}
brandName="World Cup Bracket"
bottomLeftText="Global Community"
@@ -60,26 +58,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
title: "Top Player",
subtitle: "KingOfPicks",
category: "Global",
value: "#1",
id: "1", title: "Top Player", subtitle: "KingOfPicks", category: "Global", value: "#1"
},
{
id: "2",
title: "Leading Your Group",
subtitle: "GoalGetter",
category: "Friends",
value: "#1",
id: "2", title: "Leading Your Group", subtitle: "GoalGetter", category: "Friends", value: "#1"
},
{
id: "3",
title: "Highest Score",
subtitle: "PointsMaster",
category: "Worldwide",
value: "3,500 pts",
},
id: "3", title: "Highest Score", subtitle: "PointsMaster", category: "Worldwide", value: "3,500 pts"
}
]}
title="Who Will Reign Supreme?"
description="Track top players globally and amongst your friends. See who's climbing the ranks!"
@@ -95,25 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Group Stage Mastery",
description: "Earn points for correctly predicting winners and runners-up in the group stages. More accurate, more points!",
id: "1", title: "Group Stage Mastery", description: "Earn points for correctly predicting winners and runners-up in the group stages. More accurate, more points!"
},
{
id: "2",
title: "Knockout Stage Thrills",
description: "Bigger points are awarded for correctly predicting teams advancing through the Round of 16, Quarter-Finals, and beyond.",
id: "2", title: "Knockout Stage Thrills", description: "Bigger points are awarded for correctly predicting teams advancing through the Round of 16, Quarter-Finals, and beyond."
},
{
id: "3",
title: "Golden Goal Tie-breakers",
description: "In case of a tie, accurate predictions for goal difference or specific match events can be the deciding factor.",
id: "3", title: "Golden Goal Tie-breakers", description: "In case of a tie, accurate predictions for goal difference or specific match events can be the deciding factor."
},
{
id: "4",
title: "Friends vs. Global",
description: "Compete with your close friends in private leagues or test your skills against a global community of football fans.",
},
id: "4", title: "Friends vs. Global", description: "Compete with your close friends in private leagues or test your skills against a global community of football fans."
}
]}
title="Compete Your Way to the Top"
description="Our dynamic leaderboard system rewards accurate predictions and strategic thinking. Discover how to earn points and climb the ranks."
@@ -128,37 +106,21 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex P.",
handle: "@BracketBoss",
testimonial: "The leaderboard keeps me coming back every day! It's addictive seeing my rank climb.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=2",
id: "1", name: "Alex P.", handle: "@BracketBoss", testimonial: "The leaderboard keeps me coming back every day! It's addictive seeing my rank climb.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=2"
},
{
id: "2",
name: "Maria S.",
handle: "@GoalQueen",
testimonial: "I love the competition! My friends and I have a private league, and it's so much fun to beat them.",
rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=3",
id: "2", name: "Maria S.", handle: "@GoalQueen", testimonial: "I love the competition! My friends and I have a private league, and it's so much fun to beat them.", rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=3"
},
{
id: "3",
name: "Sam K.",
handle: "@MatchMaster",
testimonial: "The real-time updates make it so exciting. Every correct pick feels like a win!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=4",
id: "3", name: "Sam K.", handle: "@MatchMaster", testimonial: "The real-time updates make it so exciting. Every correct pick feels like a win!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=4"
},
{
id: "4",
name: "Liam J.",
handle: "@FootyFanatic",
testimonial: "This is the best World Cup challenge out there. The design is clean and the competition is fierce.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=5",
},
id: "4", name: "Liam J.", handle: "@FootyFanatic", testimonial: "This is the best World Cup challenge out there. The design is clean and the competition is fierce.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=5"
}
]}
showRating={true}
title="Hear From Our Top Predictors"
@@ -171,56 +133,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
label: "Home", href: "/"
},
{
label: "About",
href: "/about",
label: "About", href: "/about"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"
}
]
},
{
title: "Challenge",
items: [
title: "Challenge", items: [
{
label: "My Bracket",
href: "/my-bracket",
label: "My Bracket", href: "/my-bracket"
},
{
label: "Leaderboard",
href: "/leaderboard",
label: "Leaderboard", href: "/leaderboard"
},
{
label: "Rules",
href: "#",
},
],
label: "Rules", href: "#"
}
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#",
label: "FAQ", href: "#"
},
{
label: "Support",
href: "#",
label: "Support", href: "#"
},
{
label: "Privacy Policy",
href: "#",
},
],
},
label: "Privacy Policy", href: "#"
}
]
}
]}
logoText="Predict. Play. Prevail."
copyrightText="© 2024 Predict. Play. Prevail. All rights reserved."