Update src/app/creators/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,20 +25,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Criadores",
|
||||
id: "/creators",
|
||||
},
|
||||
{
|
||||
name: "Login",
|
||||
id: "/login",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Criadores", id: "/creators" },
|
||||
{ name: "Login", id: "/login" },
|
||||
]}
|
||||
brandName="Peekly"
|
||||
button={{ text: "Cadastrar", href: "/creators" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Peekly",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Conta",
|
||||
items: [
|
||||
{
|
||||
label: "Login",
|
||||
href: "/login",
|
||||
},
|
||||
{
|
||||
label: "Criadores",
|
||||
href: "/creators",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Peekly", items: [{ label: "Sobre Nós", href: "#" }, { label: "Privacidade", href: "#" }] },
|
||||
{ title: "Conta", items: [{ label: "Login", href: "/login" }, { label: "Criadores", href: "/creators" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Peekly Inc."
|
||||
bottomRightText="18+ Conteúdo Exclusivo"
|
||||
|
||||
Reference in New Issue
Block a user