Merge version_1 into main #2
@@ -7,6 +7,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { TrendingUp, Zap, Award } from "lucide-react";
|
||||
|
||||
export default function LeaderboardsPage() {
|
||||
const navItems = [
|
||||
@@ -86,7 +87,7 @@ export default function LeaderboardsPage() {
|
||||
title="Global Player Rankings"
|
||||
description="Climb the competitive ladder and see where you stand against the best CS2 players worldwide."
|
||||
tag="Live Rankings"
|
||||
tagIcon="TrendingUp"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -94,7 +95,7 @@ export default function LeaderboardsPage() {
|
||||
name: "Top 100 Global",
|
||||
price: "Elite Tier",
|
||||
variant: "Rank 1-100",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/ranked-esports-player-testimonial-portrait-71c9bc92.png?_wi=1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/ranked-esports-player-testimonial-portrait-71c9bc92.png",
|
||||
imageAlt: "Top ranked players",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +103,7 @@ export default function LeaderboardsPage() {
|
||||
name: "Regional Masters",
|
||||
price: "Master Tier",
|
||||
variant: "Rank 101-500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/professional-cs2-esports-player-tactical-c0138c68.png?_wi=1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/professional-cs2-esports-player-tactical-c0138c68.png",
|
||||
imageAlt: "Master tier players",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +133,7 @@ export default function LeaderboardsPage() {
|
||||
title="Leaderboard Statistics"
|
||||
description="Real-time competitive rankings and player progression metrics."
|
||||
tag="Live Stats"
|
||||
tagIcon="Zap"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
@@ -183,7 +184,7 @@ export default function LeaderboardsPage() {
|
||||
title="Ranked Players Success Stories"
|
||||
description="Hear from players climbing the competitive ladder."
|
||||
tag="Player Achievements"
|
||||
tagIcon="Award"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
@@ -192,7 +193,7 @@ export default function LeaderboardsPage() {
|
||||
role: "Global Elite",
|
||||
company: "FaZe Clan",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/ranked-esports-player-testimonial-portrait-71c9bc92.png?_wi=2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/ranked-esports-player-testimonial-portrait-71c9bc92.png",
|
||||
},
|
||||
{
|
||||
id: "ranked-2",
|
||||
|
||||
@@ -7,6 +7,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Users, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function TeamsPage() {
|
||||
const navItems = [
|
||||
@@ -86,7 +87,7 @@ export default function TeamsPage() {
|
||||
title="Featured Competitive Teams"
|
||||
description="Explore top-performing teams competing in the CS2 Hub ecosystem."
|
||||
tag="Team Profiles"
|
||||
tagIcon="Users"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
@@ -99,7 +100,7 @@ export default function TeamsPage() {
|
||||
id: "team-2",
|
||||
name: "Echo",
|
||||
role: "AWPer & Clutcher",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/professional-cs2-esports-player-tactical-c0138c68.png?_wi=2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55fu5oXtxyhfMHrS3wup8oa3b/professional-cs2-esports-player-tactical-c0138c68.png",
|
||||
},
|
||||
{
|
||||
id: "team-3",
|
||||
@@ -138,7 +139,7 @@ export default function TeamsPage() {
|
||||
title="Team Recruitment Services"
|
||||
description="Find the right teammates using our specialized team-building packages."
|
||||
tag="Team Building"
|
||||
tagIcon="Users"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -184,7 +185,7 @@ export default function TeamsPage() {
|
||||
title="Team Community Metrics"
|
||||
description="Insights into the thriving team ecosystem across CS2 Hub."
|
||||
tag="Team Stats"
|
||||
tagIcon="TrendingUp"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user