Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-22 01:04:16 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Brawlers",
id: "features",
},
name: "Brawlers", id: "features"},
{
name: "Tier List",
id: "pricing",
},
name: "Tier List", id: "pricing"},
{
name: "Blog",
id: "blog",
},
name: "Blog", id: "blog"},
{
name: "Contato",
id: "contact",
},
name: "Contato", id: "contact"},
]}
brandName="BRAWL HUB"
/>
@@ -60,47 +50,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Domine o Brawl Stars"
description="Suba de rank mais rápido com o hub definitivo de estatísticas, tier lists e dicas competitivas."
buttons={[
{
text: "Começar Agora",
href: "#features",
},
text: "Começar Agora", href: "#features"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=1",
imageAlt: "Brawler Battle 1",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg?_wi=1",
imageAlt: "Brawler Battle 2",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/bear-colorful-mascot-logo_9975-11973.jpg",
imageAlt: "Brawler Battle 3",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/gradient-technology-background_23-2151895874.jpg",
imageAlt: "Brawler Battle 4",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-warrior-neon-lit-server-room_23-2152031312.jpg",
imageAlt: "Brawler Battle 5",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127943.jpg",
imageAlt: "Brawler Battle 6",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg", imageAlt: "Brawler Battle 1" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg", imageAlt: "Brawler Battle 2" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/bear-colorful-mascot-logo_9975-11973.jpg", imageAlt: "Brawler Battle 3" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gradient-technology-background_23-2151895874.jpg", imageAlt: "Brawler Battle 4" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-warrior-neon-lit-server-room_23-2152031312.jpg", imageAlt: "Brawler Battle 5" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127943.jpg", imageAlt: "Brawler Battle 6" },
]}
/>
</div>
@@ -111,27 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1.2M",
title: "Jogadores Ativos",
description: "Conectados diariamente.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2019.jpg",
},
{
id: "m2",
value: "500K",
title: "Torneios Ganhos",
description: "Comunidade competitiva.",
imageSrc: "http://img.b2bpic.net/free-vector/png-pile-gold-gem-game-bundles-vector_107791-18710.jpg",
},
{
id: "m3",
value: "99%",
title: "Taxa de Vitória",
description: "Com nossas dicas.",
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg",
},
{ id: "m1", value: "1.2M", title: "Jogadores Ativos", description: "Conectados diariamente.", imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2019.jpg" },
{ id: "m2", value: "500K", title: "Torneios Ganhos", description: "Comunidade competitiva.", imageSrc: "http://img.b2bpic.net/free-vector/png-pile-gold-gem-game-bundles-vector_107791-18710.jpg" },
{ id: "m3", value: "99%", title: "Taxa de Vitória", description: "Com nossas dicas.", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg" },
]}
title="Dominação Global"
description="Alcance números que impressionam."
@@ -142,48 +87,25 @@ export default function LandingPage() {
<FeatureCardTen
textboxLayout="split-description"
useInvertedBackground={false}
animationType="scale-rotate"
features={[
{
title: "Brawlers lendários",
description: "Estratégias detalhadas para cada personagem.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136818.jpg",
imageAlt: "Brawler",
},
title: "Brawlers lendários", description: "Estratégias detalhadas para cada personagem.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136818.jpg", imageAlt: "Brawler"},
items: [
{
icon: Zap,
text: "Dicas rápidas",
},
{
icon: Star,
text: "Melhores builds",
},
{ icon: Zap, text: "Dicas rápidas" },
{ icon: Star, text: "Melhores builds" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=2",
imageAlt: "brawl stars character arena battle",
},
{
title: "Modos de Jogo",
description: "Dominando o mapa com controle e precisão.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/colored-powder-explosion_84443-7977.jpg",
imageAlt: "Arena",
},
title: "Modos de Jogo", description: "Dominando o mapa com controle e precisão.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/colored-powder-explosion_84443-7977.jpg", imageAlt: "Arena"},
items: [
{
icon: Shield,
text: "Estratégias",
},
{
icon: Award,
text: "Posicionamento",
},
{ icon: Shield, text: "Estratégias" },
{ icon: Award, text: "Posicionamento" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg?_wi=2",
imageAlt: "brawl stars character arena battle",
},
]}
title="Conheça os Brawlers"
@@ -198,26 +120,10 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "s-tier",
badge: "Meta",
price: "S-Tier",
subtitle: "Os imbatíveis.",
features: [
"Dano massivo",
"Alta mobilidade",
"Controle total",
],
id: "s-tier", badge: "Meta", price: "S-Tier", subtitle: "Os imbatíveis.", features: ["Dano massivo", "Alta mobilidade", "Controle total"],
},
{
id: "a-tier",
badge: "Top",
price: "A-Tier",
subtitle: "Fortes candidatos.",
features: [
"Versáteis",
"Consistentes",
"Bons em duos",
],
id: "a-tier", badge: "Top", price: "A-Tier", subtitle: "Fortes candidatos.", features: ["Versáteis", "Consistentes", "Bons em duos"],
},
]}
title="Tier List 2024"
@@ -227,30 +133,13 @@ export default function LandingPage() {
<div id="metrics-2" data-section="metrics-2">
<MetricCardEleven
animationType="scale-rotate"
textboxLayout="split-actions"
useInvertedBackground={false}
metrics={[
{
id: "m4",
value: "24/7",
title: "Suporte",
description: "Sempre online.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5465.jpg",
},
{
id: "m5",
value: "100+",
title: "Guias",
description: "Guias detalhados.",
imageSrc: "http://img.b2bpic.net/free-photo/golden-trophy-award-white-background_187299-46243.jpg",
},
{
id: "m6",
value: "TOP 1",
title: "Rank",
description: "No ranking global.",
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904308.jpg",
},
{ id: "m4", value: "24/7", title: "Suporte", description: "Sempre online.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5465.jpg" },
{ id: "m5", value: "100+", title: "Guias", description: "Guias detalhados.", imageSrc: "http://img.b2bpic.net/free-photo/golden-trophy-award-white-background_187299-46243.jpg" },
{ id: "m6", value: "TOP 1", title: "Rank", description: "No ranking global.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904308.jpg" },
]}
title="Performance Competitiva"
description="Veja por que somos o hub nº 1."
@@ -264,33 +153,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "pro-players",
groupTitle: "Elite do Brawl",
members: [
id: "pro-players", groupTitle: "Elite do Brawl", members: [
{
id: "p1",
title: "Carlos",
subtitle: "Pro Player",
detail: "Especialista em Shelly.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character-djing-party_23-2151688552.jpg",
},
id: "p1", title: "Carlos", subtitle: "Pro Player", detail: "Especialista em Shelly.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character-djing-party_23-2151688552.jpg"},
{
id: "p2",
title: "Ana",
subtitle: "Estrategista",
detail: "Mestra no posicionamento.",
imageSrc: "http://img.b2bpic.net/free-photo/violet-emerald-stains_23-2147809194.jpg",
},
id: "p2", title: "Ana", subtitle: "Estrategista", detail: "Mestra no posicionamento.", imageSrc: "http://img.b2bpic.net/free-photo/violet-emerald-stains_23-2147809194.jpg"},
{
id: "p3",
title: "Beto",
subtitle: "Sniper",
detail: "Precisão absoluta.",
imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143662.jpg",
},
id: "p3", title: "Beto", subtitle: "Sniper", detail: "Precisão absoluta.", imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143662.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=3",
imageAlt: "brawl stars character arena battle",
},
]}
title="Pro Players"
@@ -304,55 +174,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah",
date: "12/05/2024",
title: "MVP",
quote: "Subi de Rank graças às dicas daqui!",
tag: "Pro",
avatarSrc: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-content-creator-recommending-office-mouse-device_482257-97318.jpg",
},
id: "t1", name: "Sarah", date: "12/05/2024", title: "MVP", quote: "Subi de Rank graças às dicas daqui!", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/focused-man-rgb-lights-lit-living-room-playing-videogames_482257-116287.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-content-creator-recommending-office-mouse-device_482257-97318.jpg"},
{
id: "t2",
name: "Mike",
date: "10/05/2024",
title: "Fã",
quote: "Tier list sensacional e super atualizada.",
tag: "Casual",
avatarSrc: "http://img.b2bpic.net/free-photo/oil-spill-brick-wall-surface-texture_23-2151262464.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-255089.jpg",
},
id: "t2", name: "Mike", date: "10/05/2024", title: "Fã", quote: "Tier list sensacional e super atualizada.", tag: "Casual", avatarSrc: "http://img.b2bpic.net/free-photo/oil-spill-brick-wall-surface-texture_23-2151262464.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-255089.jpg"},
{
id: "t3",
name: "John",
date: "08/05/2024",
title: "Lenda",
quote: "Essencial para qualquer pro player.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg",
},
id: "t3", name: "John", date: "08/05/2024", title: "Lenda", quote: "Essencial para qualquer pro player.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg"},
{
id: "t4",
name: "Lena",
date: "05/05/2024",
title: "Mestra",
quote: "Mudou minha jogabilidade.",
tag: "Pro",
avatarSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-particles_1048-12966.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-explaining_23-2148899720.jpg",
},
id: "t4", name: "Lena", date: "05/05/2024", title: "Mestra", quote: "Mudou minha jogabilidade.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-particles_1048-12966.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-explaining_23-2148899720.jpg"},
{
id: "t5",
name: "Leo",
date: "01/05/2024",
title: "Top Player",
quote: "O melhor hub de Brawl Stars.",
tag: "Elite",
avatarSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-headset-play-sf-fps-videogame-having-fun-close-up_482257-107505.jpg",
},
id: "t5", name: "Leo", date: "01/05/2024", title: "Top Player", quote: "O melhor hub de Brawl Stars.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-using-headset-play-sf-fps-videogame-having-fun-close-up_482257-107505.jpg"},
]}
title="Vozes da Arena"
description="O que a comunidade diz sobre nós."
@@ -361,41 +191,18 @@ export default function LandingPage() {
<div id="blog" data-section="blog">
<BlogCardOne
animationType="scale-rotate"
textboxLayout="split"
useInvertedBackground={false}
title="Últimas Notícias"
description="Fique por dentro de tudo o que rola no jogo."
blogs={[
{
id: "b1",
category: "Update",
title: "Nova Temporada",
excerpt: "Novas skins e brawlers disponíveis.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character_23-2151021918.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-three-male-rugby-players-posing-with-ball_23-2148793314.jpg",
date: "2024-05-15",
},
id: "b1", category: "Update", title: "Nova Temporada", excerpt: "Novas skins e brawlers disponíveis.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-character_23-2151021918.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-three-male-rugby-players-posing-with-ball_23-2148793314.jpg", date: "2024-05-15"},
{
id: "b2",
category: "Meta",
title: "Balanceamento",
excerpt: "Mudanças nos brawlers de suporte.",
imageSrc: "http://img.b2bpic.net/free-photo/armored-fantasy-warrior-with-spiked-mace_23-2152033040.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152160.jpg",
date: "2024-05-14",
},
id: "b2", category: "Meta", title: "Balanceamento", excerpt: "Mudanças nos brawlers de suporte.", imageSrc: "http://img.b2bpic.net/free-photo/armored-fantasy-warrior-with-spiked-mace_23-2152033040.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152160.jpg", date: "2024-05-14"},
{
id: "b3",
category: "Evento",
title: "Torneio Global",
excerpt: "Inscreva-se hoje mesmo.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127982.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/man-outside-with-quote-who-sleeps_23-2148283861.jpg",
date: "2024-05-13",
},
id: "b3", category: "Evento", title: "Torneio Global", excerpt: "Inscreva-se hoje mesmo.", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127982.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/man-outside-with-quote-who-sleeps_23-2148283861.jpg", date: "2024-05-13"},
]}
/>
</div>
@@ -404,16 +211,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "plain"}}
tag="Entre em Contato"
title="Pronto para o Desafio?"
description="Junte-se à nossa comunidade e comece sua jornada ao topo."
buttons={[
{
text: "Entrar no Discord",
href: "#",
},
text: "Entrar no Discord", href: "#"},
]}
/>
</div>
@@ -424,25 +228,17 @@ export default function LandingPage() {
{
items: [
{
label: "Sobre",
href: "#",
},
label: "Sobre", href: "#"},
{
label: "Privacidade",
href: "#",
},
label: "Privacidade", href: "#"},
],
},
{
items: [
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
{
label: "Discord",
href: "#",
},
label: "Discord", href: "#"},
],
},
]}