From da994d976345fb0dfb1b181980daff64d1759c67 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:21:53 +0000 Subject: [PATCH 1/3] Update src/app/creators/page.tsx --- src/app/creators/page.tsx | 64 ++++++--------------------------------- 1 file changed, 10 insertions(+), 54 deletions(-) diff --git a/src/app/creators/page.tsx b/src/app/creators/page.tsx index b8a9ae2..7564a09 100644 --- a/src/app/creators/page.tsx +++ b/src/app/creators/page.tsx @@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function CreatorsPage() { return ( @@ -47,11 +39,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Torne-se uma Criadora" description="Monetize seu conteúdo exclusivo com a melhor plataforma premium." - buttons={[ - { - text: "Cadastrar", - }, - ]} + buttons={[{ text: "Cadastrar" }]} imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-content-creator-using-quality-mic-record-vlog-speak-audience_482257-128137.jpg" imageAlt="Criadora contente criando conteúdo" /> @@ -63,16 +51,8 @@ export default function LandingPage() { title="Por que o Peekly?" tag="Vantagens" metrics={[ - { - id: "a1", - value: "90%", - description: "Comissão Garantida", - }, - { - id: "a2", - value: "100K", - description: "Alcance Global", - }, + { id: "a1", value: "90%", description: "Comissão Garantida" }, + { id: "a2", value: "100K", description: "Alcance Global" } ]} metricsAnimation="slide-up" /> @@ -81,32 +61,8 @@ export default function LandingPage() {
@@ -66,16 +52,8 @@ export default function LandingPage() { title="Dúvidas de Acesso" description="Problemas para entrar?" faqs={[ - { - id: "l1", - title: "Esqueci a senha", - content: "Use o link de recuperação no formulário.", - }, - { - id: "l2", - title: "Conta banida?", - content: "Contate o suporte via email.", - }, + { id: "l1", title: "Esqueci a senha", content: "Use o link de recuperação no formulário." }, + { id: "l2", title: "Conta banida?", content: "Contate o suporte via email." } ]} faqsAnimation="slide-up" /> @@ -84,32 +62,8 @@ export default function LandingPage() {