|
|
|
@@ -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,120 @@ 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-1776782638660-lxv89fnl.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: "Básico ", price: "20.000Kz ", subtitle: "Acesso básico essencial", buttons: [{ text: "Assinar" }], features: ["Feed básico", "Conteúdo público", "Sem anúncios"] },
|
|
|
|
{ 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: "premium", badge: "Premium ", price: "45.000Kz", subtitle: "Acesso mensal premium", buttons: [{ text: "Assinar" }], features: ["Conteúdo completo", "Chat privado", "Acesso a vídeos"] },
|
|
|
|
]}
|
|
|
|
{ id: "vip", badge: "VIP", price: "88.000Kz ", subtitle: "Experiência exclusiva total", buttons: [{ text: "Assinar" }], features: ["Tudo do Premium", "Vídeos personalizados", "Prioridade no chat"] }
|
|
|
|
title="Escolha seu Plano"
|
|
|
|
]}
|
|
|
|
description="Assinatura mensal para acesso completo ou PPV."
|
|
|
|
title="Escolha seu Plano"
|
|
|
|
/>
|
|
|
|
description="Assinaturas flexíveis para todos os níveis de acesso."
|
|
|
|
</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>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|