Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-11 13:22:43 +00:00
4 changed files with 114 additions and 412 deletions

View File

@@ -92,36 +92,16 @@ export default function DashboardPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "Tournaments Registered",
subtitle: "Active and completed tournaments",
category: "Participation",
value: "12",
buttons: [{ text: "View History", href: "#" }],
id: "1", title: "Tournaments Registered", subtitle: "Active and completed tournaments", category: "Participation", value: "12", buttons: [{ text: "View History", href: "#" }],
},
{
id: "2",
title: "Current Wallet Balance",
subtitle: "Available for withdrawals",
category: "Finance",
value: "₹45,320",
buttons: [{ text: "Withdraw", href: "#" }],
id: "2", title: "Current Wallet Balance", subtitle: "Available for withdrawals", category: "Finance", value: "₹45,320", buttons: [{ text: "Withdraw", href: "#" }],
},
{
id: "3",
title: "Tournament Winnings",
subtitle: "Total prize money earned",
category: "Earnings",
value: "₹2,85,000",
buttons: [{ text: "View Earnings", href: "#" }],
id: "3", title: "Tournament Winnings", subtitle: "Total prize money earned", category: "Earnings", value: "₹2,85,000", buttons: [{ text: "View Earnings", href: "#" }],
},
{
id: "4",
title: "Current Rank",
subtitle: "Your global competitive standing",
category: "Ranking",
value: "#847",
buttons: [{ text: "View Leaderboard", href: "/leaderboard" }],
id: "4", title: "Current Rank", subtitle: "Your global competitive standing", category: "Ranking", value: "#847", buttons: [{ text: "View Leaderboard", href: "/leaderboard" }],
},
]}
title="Your Player Dashboard"
@@ -139,28 +119,13 @@ export default function DashboardPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "BGMI Elite Championship",
subtitle: "Squad-based Tournament",
category: "BGMI",
value: "In Progress",
buttons: [{ text: "Join Squad", href: "#" }],
id: "1", title: "BGMI Elite Championship", subtitle: "Squad-based Tournament", category: "BGMI", value: "In Progress", buttons: [{ text: "Join Squad", href: "#" }],
},
{
id: "2",
title: "PUBG Mobile Royale Cup",
subtitle: "Solo Battle Royale",
category: "PUBG Mobile",
value: "Registration Open",
buttons: [{ text: "Register", href: "#" }],
id: "2", title: "PUBG Mobile Royale Cup", subtitle: "Solo Battle Royale", category: "PUBG Mobile", value: "Registration Open", buttons: [{ text: "Register", href: "#" }],
},
{
id: "3",
title: "Free Fire Commando League",
subtitle: "Team-based Competitive",
category: "Free Fire",
value: "Starting Soon",
buttons: [{ text: "View Details", href: "#" }],
id: "3", title: "Free Fire Commando League", subtitle: "Team-based Competitive", category: "Free Fire", value: "Starting Soon", buttons: [{ text: "View Details", href: "#" }],
},
]}
title="Available Tournaments"
@@ -169,7 +134,7 @@ export default function DashboardPage() {
tagIcon={Zap}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -178,29 +143,14 @@ export default function DashboardPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Vikram Patel",
role: "Dashboard Power User",
testimonial: "The dashboard gives me complete control over my gaming career. Easy tournament discovery, instant stats, and seamless wallet management.",
icon: TrendingUp,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png?_wi=3",
},
id: "1", name: "Vikram Patel", role: "Dashboard Power User", testimonial: "The dashboard gives me complete control over my gaming career. Easy tournament discovery, instant stats, and seamless wallet management.", icon: TrendingUp,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png"},
{
id: "2",
name: "Sarah Khan",
role: "Aspiring Pro Gamer",
testimonial: "Dashboard interface is intuitive and powerful. I can track my progress, manage my earnings, and plan my tournament strategy all in one place.",
icon: Target,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png?_wi=2",
},
id: "2", name: "Sarah Khan", role: "Aspiring Pro Gamer", testimonial: "Dashboard interface is intuitive and powerful. I can track my progress, manage my earnings, and plan my tournament strategy all in one place.", icon: Target,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png"},
{
id: "3",
name: "Amit Verma",
role: "Competitive Streamer",
testimonial: "Dashboard features are exactly what competitive gamers need. Real-time updates, match history, and automatic payment tracking make this platform stand out.",
icon: Zap,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235084505-3380681e.png?_wi=2",
},
id: "3", name: "Amit Verma", role: "Competitive Streamer", testimonial: "Dashboard features are exactly what competitive gamers need. Real-time updates, match history, and automatic payment tracking make this platform stand out.", icon: Zap,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235084505-3380681e.png"},
]}
title="Dashboard User Experiences"
description="Discover how competitive gamers use the Faber dashboard to manage their gaming careers."

View File

@@ -92,36 +92,16 @@ export default function LeaderboardPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "Aditya Sharma",
subtitle: "BGMI Pro Circuit · 2,450 Points",
category: "BGMI",
value: "#1 Rank",
buttons: [{ text: "View Profile", href: "/dashboard" }],
id: "1", title: "Aditya Sharma", subtitle: "BGMI Pro Circuit · 2,450 Points", category: "BGMI", value: "#1 Rank", buttons: [{ text: "View Profile", href: "/dashboard" }],
},
{
id: "2",
title: "Priya Gupta",
subtitle: "PUBG Mobile Masters · 2,380 Points",
category: "PUBG Mobile",
value: "#2 Rank",
buttons: [{ text: "View Profile", href: "/dashboard" }],
id: "2", title: "Priya Gupta", subtitle: "PUBG Mobile Masters · 2,380 Points", category: "PUBG Mobile", value: "#2 Rank", buttons: [{ text: "View Profile", href: "/dashboard" }],
},
{
id: "3",
title: "Rajesh Kumar",
subtitle: "Free Fire Legends · 2,250 Points",
category: "Free Fire",
value: "#3 Rank",
buttons: [{ text: "View Profile", href: "/dashboard" }],
id: "3", title: "Rajesh Kumar", subtitle: "Free Fire Legends · 2,250 Points", category: "Free Fire", value: "#3 Rank", buttons: [{ text: "View Profile", href: "/dashboard" }],
},
{
id: "4",
title: "Neha Singh",
subtitle: "BGMI Pro Circuit · 2,180 Points",
category: "BGMI",
value: "#4 Rank",
buttons: [{ text: "View Profile", href: "/dashboard" }],
id: "4", title: "Neha Singh", subtitle: "BGMI Pro Circuit · 2,180 Points", category: "BGMI", value: "#4 Rank", buttons: [{ text: "View Profile", href: "/dashboard" }],
},
]}
title="Global Leaderboard Rankings"
@@ -139,26 +119,11 @@ export default function LeaderboardPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "BGMI Elite Championship",
subtitle: "Competitive Squad-based Tournament",
category: "Active",
value: "500 Players",
},
id: "1", title: "BGMI Elite Championship", subtitle: "Competitive Squad-based Tournament", category: "Active", value: "500 Players"},
{
id: "2",
title: "PUBG Mobile Royale",
subtitle: "Intense Battle Royale Competition",
category: "Active",
value: "800 Players",
},
id: "2", title: "PUBG Mobile Royale", subtitle: "Intense Battle Royale Competition", category: "Active", value: "800 Players"},
{
id: "3",
title: "Free Fire Commando League",
subtitle: "Fast-Paced Competitive Gaming",
category: "Active",
value: "1.2k Players",
},
id: "3", title: "Free Fire Commando League", subtitle: "Fast-Paced Competitive Gaming", category: "Active", value: "1.2k Players"},
]}
title="Game-Specific Leaderboards"
description="Compete in dedicated leaderboards for each game title. Track your progress and climb the ranks."
@@ -166,7 +131,7 @@ export default function LeaderboardPage() {
tagIcon={Zap}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -175,29 +140,14 @@ export default function LeaderboardPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Aditya Sharma",
role: "Leaderboard #1 Player",
testimonial: "The transparent ranking system on Faber keeps me motivated. Real-time updates and fair play policies make this the best competitive platform.",
icon: Trophy,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png?_wi=4",
},
id: "1", name: "Aditya Sharma", role: "Leaderboard #1 Player", testimonial: "The transparent ranking system on Faber keeps me motivated. Real-time updates and fair play policies make this the best competitive platform.", icon: Trophy,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png"},
{
id: "2",
name: "Priya Gupta",
role: "Rising Competitive Star",
testimonial: "Climbing the leaderboard on Faber has changed my gaming career. Professional management and consistent payouts are incredible.",
icon: Flame,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png?_wi=4",
},
id: "2", name: "Priya Gupta", role: "Rising Competitive Star", testimonial: "Climbing the leaderboard on Faber has changed my gaming career. Professional management and consistent payouts are incredible.", icon: Flame,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png"},
{
id: "3",
name: "Rajesh Kumar",
role: "Tournament Veteran",
testimonial: "Best leaderboard system I've experienced. Fair rankings, quick updates, and genuine competition from top-tier players.",
icon: Zap,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png?_wi=4",
},
id: "3", name: "Rajesh Kumar", role: "Tournament Veteran", testimonial: "Best leaderboard system I've experienced. Fair rankings, quick updates, and genuine competition from top-tier players.", icon: Zap,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png"},
]}
title="Leaderboard Success Stories"
description="Hear from top-ranked players who climbed the competitive ladder on Faber Esports."

View File

@@ -113,60 +113,36 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Pro Gamer Elite",
handle: "Champion Player",
testimonial:
"Finally, a platform that feels like it's built by gamers, for gamers. The tournament experience is seamless.",
rating: 5,
name: "Pro Gamer Elite", handle: "Champion Player", testimonial:
"Finally, a platform that feels like it's built by gamers, for gamers. The tournament experience is seamless.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png?_wi=1",
imageAlt: "Pro Gamer Elite - Champion Player",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png", imageAlt: "Pro Gamer Elite - Champion Player"},
{
name: "Competitive Beast",
handle: "Tournament Winner",
testimonial:
"Faber Esports has revolutionized how I participate in tournaments. Professional, secure, and truly competitive.",
rating: 5,
name: "Competitive Beast", handle: "Tournament Winner", testimonial:
"Faber Esports has revolutionized how I participate in tournaments. Professional, secure, and truly competitive.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png?_wi=1",
imageAlt: "Competitive Beast - Tournament Winner",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png", imageAlt: "Competitive Beast - Tournament Winner"},
{
name: "Rising Star Gamer",
handle: "Emerging Talent",
testimonial:
"Best platform I've used for mobile esports. Community is amazing and payouts are reliable.",
rating: 5,
name: "Rising Star Gamer", handle: "Emerging Talent", testimonial:
"Best platform I've used for mobile esports. Community is amazing and payouts are reliable.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png?_wi=1",
imageAlt: "Rising Star Gamer - Emerging Talent",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png", imageAlt: "Rising Star Gamer - Emerging Talent"},
{
name: "Veteran Competitor",
handle: "Season Champion",
testimonial:
"Professional-grade tournament management with gamer-friendly features. Highly recommended.",
rating: 5,
name: "Veteran Competitor", handle: "Season Champion", testimonial:
"Professional-grade tournament management with gamer-friendly features. Highly recommended.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png?_wi=1",
imageAlt: "Veteran Competitor - Season Champion",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png", imageAlt: "Veteran Competitor - Season Champion"},
]}
testimonialRotationInterval={5000}
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/epic-esports-tournament-gaming-backgroun-1773235085055-5ef7a839.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/epic-esports-tournament-gaming-backgroun-1773235085055-5ef7a839.png"
imageAlt="Faber Esports Tournament Arena"
mediaAnimation="slide-up"
buttons={[
{
text: "Join Tournament",
href: "#featured",
},
text: "Join Tournament", href: "#featured"},
{
text: "View Leaderboard",
href: "/leaderboard",
},
text: "View Leaderboard", href: "/leaderboard"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -181,36 +157,16 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Active Players",
subtitle: "Across all competitive tournaments",
category: "Community",
value: "50,000+",
},
id: "1", title: "Active Players", subtitle: "Across all competitive tournaments", category: "Community", value: "50,000+"},
{
id: "2",
title: "Tournaments Hosted",
subtitle: "BGMI, PUBG Mobile, Free Fire",
category: "Events",
value: "500+",
},
id: "2", title: "Tournaments Hosted", subtitle: "BGMI, PUBG Mobile, Free Fire", category: "Events", value: "500+"},
{
id: "3",
title: "Prize Money Distributed",
subtitle: "To winners and participants",
category: "Rewards",
value: "₹5 Crore",
},
id: "3", title: "Prize Money Distributed", subtitle: "To winners and participants", category: "Rewards", value: "₹5 Crore"},
{
id: "4",
title: "Average Tournament Size",
subtitle: "Players per competitive event",
category: "Scale",
value: "500-2000",
},
id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"},
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -224,38 +180,17 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "BGMI Pro Series",
name: "Elite Squad Championship",
price: "₹500 Entry",
rating: 5,
reviewCount: "1.2k Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png?_wi=1",
imageAlt: "BGMI Elite Squad Championship",
},
id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5,
reviewCount: "1.2k Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png", imageAlt: "BGMI Elite Squad Championship"},
{
id: "2",
brand: "PUBG Mobile Masters",
name: "Royale Domination Cup",
price: "₹750 Entry",
rating: 5,
reviewCount: "800 Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png?_wi=1",
imageAlt: "PUBG Mobile Royale Domination Cup",
},
id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5,
reviewCount: "800 Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png", imageAlt: "PUBG Mobile Royale Domination Cup"},
{
id: "3",
brand: "Free Fire Legends",
name: "Commando Combat League",
price: "₹300 Entry",
rating: 5,
reviewCount: "1.8k Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png?_wi=1",
imageAlt: "Free Fire Commando Combat League",
},
id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5,
reviewCount: "1.8k Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png", imageAlt: "Free Fire Commando Combat League"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -263,9 +198,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Register Now",
href: "/tournaments",
},
text: "Register Now", href: "/tournaments"},
]}
buttonAnimation="slide-up"
/>
@@ -278,13 +211,11 @@ export default function HomePage() {
tag="Why Us"
tagIcon={Trophy}
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/modern-tournament-management-dashboard-w-1773235085335-c935c9e9.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/modern-tournament-management-dashboard-w-1773235085335-c935c9e9.png"
imageAlt="Faber Esports Tournament Management System"
buttons={[
{
text: "Register Today",
href: "#featured",
},
text: "Register Today", href: "#featured"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -300,38 +231,20 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "BGMI Battlegrounds",
author: "Battle Royale Gaming",
description:
"Experience the ultimate squad-based battle royale competition. BGMI tournaments feature massive prize pools, professional team circuits, and ranked matchmaking systems for competitive players.",
tags: ["Squad", "Battle Royale", "500+ Players"],
id: "1", title: "BGMI Battlegrounds", author: "Battle Royale Gaming", description:
"Experience the ultimate squad-based battle royale competition. BGMI tournaments feature massive prize pools, professional team circuits, and ranked matchmaking systems for competitive players.", tags: ["Squad", "Battle Royale", "500+ Players"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png?_wi=2",
imageAlt: "BGMI Battlegrounds",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png", imageAlt: "BGMI Battlegrounds"},
{
id: "2",
title: "PUBG Mobile Masters",
author: "Mobile Esports Authority",
description:
"Join the world's largest mobile battle royale esports community. PUBG Mobile on Faber offers international-standard tournaments, cross-region competitions, and path to professional esports careers.",
tags: ["International", "Professional", "High Prizes"],
id: "2", title: "PUBG Mobile Masters", author: "Mobile Esports Authority", description:
"Join the world's largest mobile battle royale esports community. PUBG Mobile on Faber offers international-standard tournaments, cross-region competitions, and path to professional esports careers.", tags: ["International", "Professional", "High Prizes"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png?_wi=2",
imageAlt: "PUBG Mobile Masters",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png", imageAlt: "PUBG Mobile Masters"},
{
id: "3",
title: "Free Fire Legends",
author: "Fast-Paced Combat Gaming",
description:
"Fast-action battle royale gaming at its finest. Free Fire tournaments on Faber combine accessibility with competitive depth, featuring multiple game modes and skill-based tier matchmaking.",
tags: ["Fast Action", "Accessibility", "Skill-Based"],
id: "3", title: "Free Fire Legends", author: "Fast-Paced Combat Gaming", description:
"Fast-action battle royale gaming at its finest. Free Fire tournaments on Faber combine accessibility with competitive depth, featuring multiple game modes and skill-based tier matchmaking.", tags: ["Fast Action", "Accessibility", "Skill-Based"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png?_wi=2",
imageAlt: "Free Fire Legends",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png", imageAlt: "Free Fire Legends"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -348,71 +261,35 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Aditya Sharma",
role: "BGMI Pro Player",
testimonial:
"Faber Esports is the best tournament platform I've used. Fast payouts, zero-lag servers, and genuine community of competitive players.",
icon: Trophy,
id: "1", name: "Aditya Sharma", role: "BGMI Pro Player", testimonial:
"Faber Esports is the best tournament platform I've used. Fast payouts, zero-lag servers, and genuine community of competitive players.", icon: Trophy,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png?_wi=2",
imageAlt: "Aditya Sharma",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png", imageAlt: "Aditya Sharma"},
{
id: "2",
name: "Priya Gupta",
role: "PUBG Mobile Champion",
testimonial:
"Professional management, transparent rules, and life-changing prize pools. This is what esports should look like in India.",
icon: Flame,
id: "2", name: "Priya Gupta", role: "PUBG Mobile Champion", testimonial:
"Professional management, transparent rules, and life-changing prize pools. This is what esports should look like in India.", icon: Flame,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png?_wi=2",
imageAlt: "Priya Gupta",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png", imageAlt: "Priya Gupta"},
{
id: "3",
name: "Rajesh Kumar",
role: "Free Fire Competitor",
testimonial:
"The payment system is incredibly secure and reliable. I've won ₹2 lakhs in tournaments here and received every rupee on time.",
icon: Zap,
id: "3", name: "Rajesh Kumar", role: "Free Fire Competitor", testimonial:
"The payment system is incredibly secure and reliable. I've won ₹2 lakhs in tournaments here and received every rupee on time.", icon: Zap,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png?_wi=2",
imageAlt: "Rajesh Kumar",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png", imageAlt: "Rajesh Kumar"},
{
id: "4",
name: "Neha Singh",
role: "Tournament Organizer",
testimonial:
"Faber gives aspiring pros like me the platform to build a career in esports. The infrastructure is world-class.",
icon: Star,
id: "4", name: "Neha Singh", role: "Tournament Organizer", testimonial:
"Faber gives aspiring pros like me the platform to build a career in esports. The infrastructure is world-class.", icon: Star,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png?_wi=2",
imageAlt: "Neha Singh",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png", imageAlt: "Neha Singh"},
{
id: "5",
name: "Vikram Patel",
role: "Content Creator",
testimonial:
"Best esports platform for streaming tournaments and building community. My followers love the competitive ecosystem.",
icon: Flame,
id: "5", name: "Vikram Patel", role: "Content Creator", testimonial:
"Best esports platform for streaming tournaments and building community. My followers love the competitive ecosystem.", icon: Flame,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235084505-3380681e.png?_wi=1",
imageAlt: "Vikram Patel",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235084505-3380681e.png", imageAlt: "Vikram Patel"},
{
id: "6",
name: "Sarah Khan",
role: "Emerging Esports Talent",
testimonial:
"Faber Esports gave me the opportunity to prove myself against top-tier competition. Grateful for this amazing community.",
icon: Zap,
id: "6", name: "Sarah Khan", role: "Emerging Esports Talent", testimonial:
"Faber Esports gave me the opportunity to prove myself against top-tier competition. Grateful for this amazing community.", icon: Zap,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png?_wi=1",
imageAlt: "Sarah Khan",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png", imageAlt: "Sarah Khan"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -428,23 +305,9 @@ export default function HomePage() {
tagIcon={Flame}
tagAnimation="slide-up"
names={[
"Gaming Tech Pro",
"Esports Hardware Inc",
"Competitive Gaming League",
"Mobile Esports Federation",
"Tournament Champions Network",
"Pro Gaming Community",
"Competitive Gaming Alliance",
]}
"Gaming Tech Pro", "Esports Hardware Inc", "Competitive Gaming League", "Mobile Esports Federation", "Tournament Champions Network", "Pro Gaming Community", "Competitive Gaming Alliance"]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-technology-company-logo-esports-s-1773235083964-eecc54b9.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/esports-hardware-manufacturer-logo-gamin-1773235084296-188354ab.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-energy-drink-brand-logo-esports-b-1773235085121-8668b5c6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/mobile-gaming-app-company-logo-esports-p-1773235083999-8ac02147.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-peripheral-manufacturer-logo-espo-1773235084106-1e2b8ceb.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/streaming-platform-gaming-brand-logo-esp-1773235087112-3f5afb35.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/telecommunications-gaming-company-logo-e-1773235084133-66445439.png",
]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-technology-company-logo-esports-s-1773235083964-eecc54b9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/esports-hardware-manufacturer-logo-gamin-1773235084296-188354ab.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-energy-drink-brand-logo-esports-b-1773235085121-8668b5c6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/mobile-gaming-app-company-logo-esports-p-1773235083999-8ac02147.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/gaming-peripheral-manufacturer-logo-espo-1773235084106-1e2b8ceb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/streaming-platform-gaming-brand-logo-esp-1773235087112-3f5afb35.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/telecommunications-gaming-company-logo-e-1773235084133-66445439.png"]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -462,7 +325,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/modern-tournament-management-dashboard-w-1773235085335-c935c9e9.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/modern-tournament-management-dashboard-w-1773235085335-c935c9e9.png"
imageAlt="Faber Esports Community"
mediaPosition="right"
mediaAnimation="slide-up"

View File

@@ -100,38 +100,17 @@ export default function TournamentsPage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "BGMI Pro Series",
name: "Elite Squad Championship",
price: "₹500 Entry",
rating: 5,
reviewCount: "1.2k Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png?_wi=3",
imageAlt: "BGMI Elite Squad Championship",
},
id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5,
reviewCount: "1.2k Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png", imageAlt: "BGMI Elite Squad Championship"},
{
id: "2",
brand: "PUBG Mobile Masters",
name: "Royale Domination Cup",
price: "₹750 Entry",
rating: 5,
reviewCount: "800 Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png?_wi=3",
imageAlt: "PUBG Mobile Royale Domination Cup",
},
id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5,
reviewCount: "800 Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png", imageAlt: "PUBG Mobile Royale Domination Cup"},
{
id: "3",
brand: "Free Fire Legends",
name: "Commando Combat League",
price: "₹300 Entry",
rating: 5,
reviewCount: "1.8k Players",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png?_wi=3",
imageAlt: "Free Fire Commando Combat League",
},
id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5,
reviewCount: "1.8k Players", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png", imageAlt: "Free Fire Commando Combat League"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -139,9 +118,7 @@ export default function TournamentsPage() {
useInvertedBackground={false}
buttons={[
{
text: "Join Now",
href: "#",
},
text: "Join Now", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -155,36 +132,16 @@ export default function TournamentsPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Total Prize Pool This Month",
subtitle: "Across all active tournaments",
category: "Rewards",
value: "₹50 Lakhs",
},
id: "1", title: "Total Prize Pool This Month", subtitle: "Across all active tournaments", category: "Rewards", value: "₹50 Lakhs"},
{
id: "2",
title: "Ongoing Tournaments",
subtitle: "Active matches and registrations open",
category: "Events",
value: "15+",
},
id: "2", title: "Ongoing Tournaments", subtitle: "Active matches and registrations open", category: "Events", value: "15+"},
{
id: "3",
title: "Average Entry Fee",
subtitle: "Typical tournament registration cost",
category: "Pricing",
value: "₹500",
},
id: "3", title: "Average Entry Fee", subtitle: "Typical tournament registration cost", category: "Pricing", value: "₹500"},
{
id: "4",
title: "Top Prize Amount",
subtitle: "Highest single tournament prize",
category: "Max Rewards",
value: "₹10 Lakhs",
},
id: "4", title: "Top Prize Amount", subtitle: "Highest single tournament prize", category: "Max Rewards", value: "₹10 Lakhs"},
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -198,38 +155,20 @@ export default function TournamentsPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Arjun Reddy",
role: "BGMI Tournament Winner",
testimonial:
"Won ₹5 lakhs in my first major tournament here. The competition was intense but fair. Faber handled everything professionally.",
icon: Trophy,
id: "1", name: "Arjun Reddy", role: "BGMI Tournament Winner", testimonial:
"Won ₹5 lakhs in my first major tournament here. The competition was intense but fair. Faber handled everything professionally.", icon: Trophy,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png?_wi=3",
imageAlt: "Arjun Reddy",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-portrait-for-1773235084659-bb56f2d7.png", imageAlt: "Arjun Reddy"},
{
id: "2",
name: "Meera Das",
role: "PUBG Mobile Champion",
testimonial:
"Multiple tournament wins across seasons. The bracket system is transparent and matchmaking ensures competitive balance.",
icon: Flame,
id: "2", name: "Meera Das", role: "PUBG Mobile Champion", testimonial:
"Multiple tournament wins across seasons. The bracket system is transparent and matchmaking ensures competitive balance.", icon: Flame,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png?_wi=3",
imageAlt: "Meera Das",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084711-7c209321.png", imageAlt: "Meera Das"},
{
id: "3",
name: "Rohan Singh",
role: "Free Fire Series Champion",
testimonial:
"Consistent tournament structure and reliable payouts. Faber is my go-to platform for serious competitive gaming.",
icon: Star,
id: "3", name: "Rohan Singh", role: "Free Fire Series Champion", testimonial:
"Consistent tournament structure and reliable payouts. Faber is my go-to platform for serious competitive gaming.", icon: Star,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png?_wi=3",
imageAlt: "Rohan Singh",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png", imageAlt: "Rohan Singh"},
]}
animationType="slide-up"
textboxLayout="default"