Update src/app/leaderboard/page.tsx
This commit is contained in:
@@ -67,30 +67,11 @@ export default function LeaderboardPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ProGamer_Elite",
|
||||
role: "Top Winner - $45K",
|
||||
testimonial: "Dominated the leaderboard this week with consistent wins. The platform's low latency is crucial for timing those perfect exits.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/professional-portrait-of-a-young-trader--1772643031356-3247d3a9.png?_wi=2",
|
||||
imageAlt: "ProGamer_Elite",
|
||||
},
|
||||
id: "1", name: "ProGamer_Elite", role: "Top Winner - $45K", testimonial: "Dominated the leaderboard this week with consistent wins. The platform's low latency is crucial for timing those perfect exits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/professional-portrait-of-a-young-trader--1772643031356-3247d3a9.png", imageAlt: "ProGamer_Elite"},
|
||||
{
|
||||
id: "2",
|
||||
name: "CryptoQueen22",
|
||||
role: "Runner Up - $38K",
|
||||
description: "Incredible performance with perfect strategy execution.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/confident-female-gamer-or-investor-in-pr-1772643031381-8af3f649.png?_wi=2",
|
||||
imageAlt: "CryptoQueen22",
|
||||
testimonial: "Consistency is key. I focus on bankroll management and never chase losses.",
|
||||
},
|
||||
id: "2", name: "CryptoQueen22", role: "Runner Up - $38K", testimonial: "Consistency is key. I focus on bankroll management and never chase losses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/confident-female-gamer-or-investor-in-pr-1772643031381-8af3f649.png", imageAlt: "CryptoQueen22"},
|
||||
{
|
||||
id: "3",
|
||||
name: "LuckyRoll42",
|
||||
role: "Third Place - $32K",
|
||||
testimonial: "The community here is supportive and competitive. Loving the leaderboard updates!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/young-male-crypto-enthusiast-or-professi-1772643030458-9ab7aa61.png?_wi=2",
|
||||
imageAlt: "LuckyRoll42",
|
||||
},
|
||||
id: "3", name: "LuckyRoll42", role: "Third Place - $32K", testimonial: "The community here is supportive and competitive. Loving the leaderboard updates!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/young-male-crypto-enthusiast-or-professi-1772643030458-9ab7aa61.png", imageAlt: "LuckyRoll42"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -103,8 +84,7 @@ export default function LeaderboardPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Games", href: "/games" },
|
||||
{ label: "Leaderboard", href: "/leaderboard" },
|
||||
{ label: "Live Wins", href: "/" },
|
||||
@@ -112,8 +92,7 @@ export default function LeaderboardPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{ label: "Dashboard", href: "/account" },
|
||||
{ label: "Wallet", href: "/account" },
|
||||
{ label: "Transaction History", href: "/account" },
|
||||
@@ -121,8 +100,7 @@ export default function LeaderboardPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms & Conditions", href: "/" },
|
||||
{ label: "Responsible Gaming", href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user