6 Commits

Author SHA1 Message Date
224d005687 Update src/app/page.tsx 2026-04-20 17:13:22 +00:00
09e39e434a Update src/app/page.tsx 2026-04-20 17:08:08 +00:00
44f53206d1 Update src/app/page.tsx 2026-04-20 16:59:26 +00:00
d3164a8ede Update src/app/styles/variables.css 2026-04-20 16:28:19 +00:00
a366fbe636 Update src/app/page.tsx 2026-04-20 16:28:19 +00:00
50c7a9bd3b Merge version_1 into main
Merge version_1 into main
2026-04-20 16:21:57 +00:00
2 changed files with 115 additions and 118 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -26,122 +26,119 @@ export default function LandingPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Início", id: "/" }, { name: "Início", id: "/" },
{ name: "Criadores", id: "/creators" }, { name: "Criadores", id: "/creators" },
{ name: "Login", id: "/login" }, { name: "Login", id: "/login" },
]} ]}
brandName="Peekly" brandName="Peekly"
button={{ text: "Comece Agora", href: "/login" }} button={{ text: "Comece Agora", href: "/login" }}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Peekly: Seus Segredos Mais Quentes, Só pra Você" title="Peekly: Seus Segredos Mais Quentes, Só pra Você"
description="Acesso exclusivo a conteúdos privados dos seus criadores favoritos. Experiência premium, discreta e ilimitada." description="Acesso exclusivo a conteúdos privados dos seus criadores favoritos. Experiência premium, discreta e ilimitada."
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-asmr-artist-uses-quality-mic-studio-anti-stress-video_482257-124195.jpg", alt: "Model 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704218776-kimw8oqx.jpg", alt: "Model 1" },
{ src: "http://img.b2bpic.net/free-photo/abstract-vaporwave-portrait-man_23-2148950760.jpg", alt: "Model 2" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704223662-nqawvuie.jpg", alt: "Model 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-beauty-vlogger-filming-vlog-about-creams_1303-18359.jpg", alt: "Model 3" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704229595-v87x7of0.jpg", alt: "Model 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg", alt: "Model 4" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704234042-ls0dpuqt.jpg", alt: "Model 4" },
{ src: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg", alt: "Model 5" } { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704239125-o2dafxhn.jpg", alt: "Model 5" }
]} ]}
buttons={[{ text: "Comece Agora", href: "/login" }]} buttons={[{ text: "Comece Agora", href: "/login" }]}
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Conteúdo 100% Exclusivo" }, { type: "text", text: "Conteúdo 100% Exclusivo" },
{ type: "text", text: "Segurança e Privacidade" }, { type: "text", text: "Segurança e Privacidade" },
{ type: "text", text: "Acesso Premium 24/7" }, { type: "text", text: "Acesso Premium 24/7" },
{ type: "text", text: "Pagamentos Seguros" }, { type: "text", text: "Pagamentos Seguros" },
{ type: "text", text: "Novos Criadores Diariamente" } { type: "text", text: "Novos Criadores Diariamente" }
]} ]}
/> />
</div> </div>
<div id="creators-grid" data-section="creators-grid"> <div id="creators-grid" data-section="creators-grid">
<FeatureCardTwentyNine <FeatureCardTwentyNine
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ title: "AnaSilva 🔥", description: "150+ fotos exclusivas", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-indoor_624325-3757.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970192.jpg", buttonText: "Ver Perfil" }, { title: "Cláudia costa🔥", description: "150+ fotos exclusivas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704342497-0rl1qso8.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704881937-f0y2ih6b.png", buttonText: "Ver Perfil" },
{ title: "BellaNoir 💋", description: "Videos em alta definição", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916024.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/black-model-posing_23-2148171696.jpg", buttonText: "Ver Perfil" }, { title: "Micaela whitney 💋", description: "Videos em alta definição", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704693890-8g14xjb1.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776704844124-ksusk20c.png", buttonText: "Ver Perfil" },
{ title: "JadeLux 😈", description: "Bastidores e chat privado", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-woman-black-sweater-standing-posing_114579-58748.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453488.jpg", buttonText: "Ver Perfil" }, { title: "R.rayanne 😈", description: "Bastidores e chat privado", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776705042040-34il1tv7.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776705078160-dox8ivh6.png", buttonText: "Ver Perfil" },
{ title: "LunaDark 🖤", description: "Conteúdo 18+ semanal", imageSrc: "http://img.b2bpic.net/free-photo/looking-down-girl-crossing-arms-by-sitting-white-background_176474-117369.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", buttonText: "Ver Perfil" } { title: "Barbie negra 🖤", description: "Conteúdo 18+ semanal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776705174163-103b0ghy.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cd4Fi4A0j0DojPG2mh24P9kNoO/uploaded-1776705179427-gvq9kkpz.png", buttonText: "Ver Perfil" }
]} ]}
title="Criadores em Destaque" title="Criadores em Destaque"
description="Conteúdo premium desbloqueado para assinantes." description="Conteúdo premium desbloqueado para assinantes."
/> />
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardTwo <PricingCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "basic", badge: "Popular", price: "R$ 29,90", subtitle: "Mensal - Acesso Total", buttons: [{ text: "Assinar" }], features: ["Acesso ilimitado", "Conteúdo privado", "Chat direto"] }, { id: "basic", badge: "Popular", price: "R$ 29,90", subtitle: "Mensal - Acesso Total", buttons: [{ text: "Assinar" }], features: ["Acesso ilimitado", "Conteúdo privado", "Chat direto"] },
{ id: "ppv", badge: "Avulso", price: "R$ 9,99", subtitle: "Conteúdo por vídeo", buttons: [{ text: "Comprar" }], features: ["Sem mensalidade", "Conteúdo único", "Pago por item"] } { id: "ppv", badge: "Avulso", price: "R$ 9,99", subtitle: "Conteúdo por vídeo", buttons: [{ text: "Comprar" }], features: ["Sem mensalidade", "Conteúdo único", "Pago por item"] }
]} ]}
title="Escolha seu Plano" title="Escolha seu Plano"
description="Assinatura mensal para acesso completo ou PPV." description="Assinatura mensal para acesso completo ou PPV."
/> />
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardFourteen <MetricCardFourteen
useInvertedBackground={false} useInvertedBackground={false}
title="Nossos Números" title="Nossos Números"
tag="Comunidade" tag="Comunidade"
metrics={[ metrics={[
{ id: "m1", value: "500+", description: "Criadores Ativos" }, { id: "m1", value: "500+", description: "Criadores Ativos" },
{ id: "m2", value: "1M+", description: "Fotos e Vídeos" }, { id: "m2", value: "1M+", description: "Fotos e Vídeos" },
{ id: "m3", value: "24/7", description: "Segurança Total" } { id: "m3", value: "24/7", description: "Segurança Total" }
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqBase
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "É seguro?", content: "Sim, usamos criptografia de ponta." }, { id: "q1", title: "É seguro?", content: "Sim, usamos criptografia de ponta." },
{ id: "q2", title: "Como assinar?", content: "Via Stripe com cartão de crédito." }, { id: "q2", title: "Como assinar?", content: "Via Stripe com cartão de crédito." },
{ id: "q3", title: "Cancelamento?", content: "Cancele a qualquer momento no perfil." } { id: "q3", title: "Cancelamento?", content: "Cancele a qualquer momento no perfil." }
]} ]}
title="Perguntas Frequentes" title="Perguntas Frequentes"
description="Tudo sobre sua assinatura premium." description="Tudo sobre sua assinatura premium."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
<div id="support" data-section="support"> <div id="support" data-section="support">
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
tag="Suporte" tag="Suporte"
title="Precisa de ajuda?" title="Precisa de ajuda?"
description="Nossa equipe está disponível 24/7 para suporte aos usuários e criadores." description="Nossa equipe está disponível 24/7 para suporte aos usuários e criadores."
buttons={[{ text: "Entrar em Contato", href: "#" }]} buttons={[{ text: "Entrar em Contato", href: "#" }]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterLogoReveal
columns={[ logoText="Peekly"
{ title: "Peekly", items: [{ label: "Sobre Nós", href: "#" }, { label: "Privacidade", href: "#" }] }, leftLink={{ text: "Privacidade & Termos", href: "#" }}
{ title: "Conta", items: [{ label: "Login", href: "/login" }, { label: "Criadores", href: "/creators" }] } rightLink={{ text: "© 2024 Peekly Inc. 18+", href: "#" }}
]} />
bottomLeftText="© 2024 Peekly Inc." </div>
bottomRightText="18+ Conteúdo Exclusivo"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #0a0a0a;
--card: #1a0b2e; --card: #1a0d2e;
--foreground: #ffffff; --foreground: #f8f5ff;
--primary-cta: #BA68C8; --primary-cta: #8b5cf6;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #6A1B9A; --secondary-cta: #6d28d9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #CE93D8; --accent: #c084fc;
--background-accent: #2a0d45; --background-accent: #2e1065;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);