Update src/app/community/page.tsx

This commit is contained in:
2026-03-20 18:13:13 +00:00
parent ab0c1ff8cc
commit cb6afc9850

View File

@@ -20,8 +20,7 @@ export default function CommunityPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Tournaments", href: "/" },
{ label: "Leaderboard", href: "/" },
@@ -29,8 +28,7 @@ export default function CommunityPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Twitch", href: "https://twitch.tv" },
@@ -38,8 +36,7 @@ export default function CommunityPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Rules & Guidelines", href: "/" },
{ label: "Support", href: "/" },
{ label: "Blog", href: "/" },
@@ -47,8 +44,7 @@ export default function CommunityPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },
@@ -59,16 +55,16 @@ export default function CommunityPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="medium"
sizing="largeSizeLargeTitles"
background="aurora"
cardStyle="gradient-radial"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Brawl Stars Esports" navItems={navItems} />
@@ -87,34 +83,22 @@ export default function CommunityPage() {
features={[
{
icon: MessageCircle,
title: "Discussion Forums",
description: "Engage in conversations about strategies, gameplay tips, and competitive insights with fellow players.",
},
title: "Discussion Forums", description: "Engage in conversations about strategies, gameplay tips, and competitive insights with fellow players."},
{
icon: Share2,
title: "Content Sharing",
description: "Share your clips, highlights, and tournament moments with the community and earn recognition.",
},
title: "Content Sharing", description: "Share your clips, highlights, and tournament moments with the community and earn recognition."},
{
icon: Zap,
title: "Live Streams Hub",
description: "Discover and watch live streams from top players, coaches, and tournament broadcasts.",
},
title: "Live Streams Hub", description: "Discover and watch live streams from top players, coaches, and tournament broadcasts."},
{
icon: Award,
title: "Achievement Badges",
description: "Earn and display exclusive badges that showcase your competitive achievements and community contributions.",
},
title: "Achievement Badges", description: "Earn and display exclusive badges that showcase your competitive achievements and community contributions."},
{
icon: Users,
title: "Team Formation",
description: "Find teammates, form squads, and collaborate with other players to compete in team tournaments.",
},
title: "Team Formation", description: "Find teammates, form squads, and collaborate with other players to compete in team tournaments."},
{
icon: Heart,
title: "Support System",
description: "Get mentorship from experienced players and help newer competitors improve their skills.",
},
title: "Support System", description: "Get mentorship from experienced players and help newer competitors improve their skills."},
]}
ariaLabel="Community features section"
/>
@@ -132,41 +116,17 @@ export default function CommunityPage() {
animationType="slide-up"
testimonials={[
{
id: "community-1",
name: "Jordan Parker",
handle: "@CommunityBuilder",
testimonial: "The forums here helped me understand advanced strategies I never knew existed. Now I'm helping newer players learn the same concepts.",
},
id: "community-1", name: "Jordan Parker", handle: "@CommunityBuilder", testimonial: "The forums here helped me understand advanced strategies I never knew existed. Now I'm helping newer players learn the same concepts."},
{
id: "community-2",
name: "Emma Foster",
handle: "@StreamQueen",
testimonial: "I started streaming through the community hub and built an amazing audience. The support from other streamers has been incredible.",
},
id: "community-2", name: "Emma Foster", handle: "@StreamQueen", testimonial: "I started streaming through the community hub and built an amazing audience. The support from other streamers has been incredible."},
{
id: "community-3",
name: "Marcus Johnson",
handle: "@TeamLeader",
testimonial: "Found my perfect team through the community matching system. We've been together for 6 months and just won our first major tournament!",
},
id: "community-3", name: "Marcus Johnson", handle: "@TeamLeader", testimonial: "Found my perfect team through the community matching system. We've been together for 6 months and just won our first major tournament!"},
{
id: "community-4",
name: "Rachel Chen",
handle: "@MentorPro",
testimonial: "Mentoring new players through the support system has been so rewarding. Seeing them grow and achieve their goals is the best part.",
},
id: "community-4", name: "Rachel Chen", handle: "@MentorPro", testimonial: "Mentoring new players through the support system has been so rewarding. Seeing them grow and achieve their goals is the best part."},
{
id: "community-5",
name: "Tyler Brooks",
handle: "@ContentCreator",
testimonial: "The content sharing features allowed me to showcase my best moments. Now I have sponsors interested in my gameplay content!",
},
id: "community-5", name: "Tyler Brooks", handle: "@ContentCreator", testimonial: "The content sharing features allowed me to showcase my best moments. Now I have sponsors interested in my gameplay content!"},
{
id: "community-6",
name: "Sophia Martinez",
handle: "@CommunityMod",
testimonial: "The community moderation team is welcoming and fair. It's a safe space for everyone to celebrate their passion for competitive Brawl Stars.",
},
id: "community-6", name: "Sophia Martinez", handle: "@CommunityMod", testimonial: "The community moderation team is welcoming and fair. It's a safe space for everyone to celebrate their passion for competitive Brawl Stars."},
]}
speed={35}
ariaLabel="Community testimonials section"
@@ -183,14 +143,7 @@ export default function CommunityPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Community Managers",
"Content Creators Network",
"Esports Coaching Studios",
"Gaming Tournament Series",
"Streamer Collective",
"Player Development Programs",
"Community Moderators",
]}
"Community Managers", "Content Creators Network", "Esports Coaching Studios", "Gaming Tournament Series", "Streamer Collective", "Player Development Programs", "Community Moderators"]}
showCard={true}
ariaLabel="Community partners section"
/>