diff --git a/src/app/leaderboard/page.tsx b/src/app/leaderboard/page.tsx index 90f6a6f..d9ff94e 100644 --- a/src/app/leaderboard/page.tsx +++ b/src/app/leaderboard/page.tsx @@ -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() {