diff --git a/src/app/page.tsx b/src/app/page.tsx index 51acca9..db3d807 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,47 +50,20 @@ export default function LandingPage() {
@@ -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() { @@ -404,16 +211,13 @@ export default function LandingPage() { @@ -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: "#"}, ], }, ]}