Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-03 23:53:06 +00:00

View File

@@ -32,159 +32,91 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Início",
id: "#hero",
},
name: "Início", id: "#hero"},
{
name: "Recursos",
id: "#features",
},
name: "Recursos", id: "#features"},
{
name: "Planos",
id: "#pricing",
},
name: "Planos", id: "#pricing"},
{
name: "Depoimentos",
id: "#testimonials",
},
name: "Depoimentos", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contato",
id: "#contact",
},
name: "Contato", id: "#contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EeCtdx2i3nocqRH1icel15Mvp2/uploaded-1780529934173-d5qb7wl3.png"
logoAlt="NEXO Prompts Logo - Foguete espacial"
brandName="NEXO Prompts"
button={{
text: "Login",
href: "/login",
}}
text: "Login", href: "/login"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Transforme suas ideias em realidade com a IA."
description="NEXO Prompts é a ferramenta definitiva para empreendedores, criadores de conteúdo, freelancers e infoprodutores gerarem prompts, CTAs, headlines e ideias de conteúdo ilimitadas com inteligência artificial."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
imageAlt: "AI Dashboard Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageAlt: "AI Dashboard Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-system-display-screen-passenger-information_23-2148954876.jpg",
imageAlt: "Holographic Prompt Generation",
},
imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-system-display-screen-passenger-information_23-2148954876.jpg", imageAlt: "Holographic Prompt Generation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-communications-background-with-flowing-cyber-particles_1048-12671.jpg",
imageAlt: "Abstract AI Data Processing",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-communications-background-with-flowing-cyber-particles_1048-12671.jpg", imageAlt: "Abstract AI Data Processing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269904.jpg",
imageAlt: "Multi-Module AI Tool UI",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269904.jpg", imageAlt: "Multi-Module AI Tool UI"},
{
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301599.jpg",
imageAlt: "Rocket Launch Neon Blue",
},
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301599.jpg", imageAlt: "Rocket Launch Neon Blue"},
{
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-non-glowing-lamp-dark-copy-space_169016-9530.jpg",
imageAlt: "Creative Content Ideas Display",
},
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-non-glowing-lamp-dark-copy-space_169016-9530.jpg", imageAlt: "Creative Content Ideas Display"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg",
imageAlt: "User Typing AI Prompt",
},
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg", imageAlt: "User Typing AI Prompt"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hello-written-note-paper-female-hand-keyboard-enter-key-dark-background_140725-142563.jpg",
imageAlt: "Neon Blue CTA Buttons",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hello-written-note-paper-female-hand-keyboard-enter-key-dark-background_140725-142563.jpg", imageAlt: "Neon Blue CTA Buttons"},
{
imageSrc: "http://img.b2bpic.net/free-photo/german-stock-exchange-frankfurt-germany_1268-20930.jpg",
imageAlt: "Futuristic AI Headlines",
},
imageSrc: "http://img.b2bpic.net/free-photo/german-stock-exchange-frankfurt-germany_1268-20930.jpg", imageAlt: "Futuristic AI Headlines"},
{
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-desk-notes-wall_23-2148128327.jpg",
imageAlt: "Organized Content Ideas List",
},
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-desk-notes-wall_23-2148128327.jpg", imageAlt: "Organized Content Ideas List"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062967.jpg",
imageAlt: "Digital Prompt Library",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062967.jpg", imageAlt: "Digital Prompt Library"},
{
imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg",
imageAlt: "Person Using NEXO Prompts",
},
imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg", imageAlt: "Person Using NEXO Prompts"},
]}
buttons={[
{
text: "Comece Grátis",
href: "/cadastro",
},
text: "Comece Grátis", href: "/cadastro"},
{
text: "Ver Planos",
href: "#pricing",
},
text: "Ver Planos", href: "#pricing"},
]}
carouselPosition="right"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashionable-man_158595-3784.jpg",
alt: "Young entrepreneur avatar",
},
src: "http://img.b2bpic.net/free-photo/fashionable-man_158595-3784.jpg", alt: "Young entrepreneur avatar"},
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
alt: "Satisfied client avatar",
},
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Satisfied client avatar"},
{
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-cheerful-smiling-broadly-standing-purple-background_141793-110651.jpg",
alt: "Tech innovator avatar",
},
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-cheerful-smiling-broadly-standing-purple-background_141793-110651.jpg", alt: "Tech innovator avatar"},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-posing-isolated_329181-15404.jpg",
alt: "Digital marketer avatar",
},
src: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-posing-isolated_329181-15404.jpg", alt: "Digital marketer avatar"},
{
src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg",
alt: "Content strategist avatar",
},
src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg", alt: "Content strategist avatar"},
]}
avatarText="Mais de 10k usuários satisfeitos"
marqueeItems={[
{
type: "image",
src: "asset://hero-logo-1",
alt: "Tech Company Logo",
},
type: "image", src: "asset://hero-logo-1", alt: "Tech Company Logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/blue-monoline-logo-set_23-2147686478.jpg",
alt: "Startup Logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/blue-monoline-logo-set_23-2147686478.jpg", alt: "Startup Logo"},
{
type: "image",
src: "asset://hero-logo-3",
alt: "Corporate Logo",
},
type: "image", src: "asset://hero-logo-3", alt: "Corporate Logo"},
{
type: "image",
src: "asset://hero-logo-4",
alt: "Brand Network Logo",
},
type: "image", src: "asset://hero-logo-4", alt: "Brand Network Logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/mussel-farm-logo-design-vector_474888-3636.jpg",
alt: "Business Accelerator Logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/mussel-farm-logo-design-vector_474888-3636.jpg", alt: "Business Accelerator Logo"},
]}
/>
</div>
@@ -196,17 +128,11 @@ export default function LandingPage() {
description="NEXO Prompts simplifica o processo de geração de conteúdo, fornecendo ferramentas intuitivas e poderosas para impulsionar sua produtividade e criatividade em diversas áreas do marketing digital."
metrics={[
{
value: "10x",
title: "Mais Velocidade",
},
value: "10x", title: "Mais Velocidade"},
{
value: "+100k",
title: "Prompts Gerados",
},
value: "+100k", title: "Prompts Gerados"},
{
value: "99%",
title: "Satisfação",
},
value: "99%", title: "Satisfação"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-digital-with-modern-flowing-particles_1048-13765.jpg"
imageAlt="Visualização abstrata de crescimento e inovação de IA"
@@ -222,45 +148,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "prompt-generator",
title: "Gerador de Prompts",
description: "Crie prompts para nichos, públicos e objetivos específicos com IA avançada.",
tag: "Criação Rápida",
imageSrc: "http://img.b2bpic.net/free-photo/media_53876-120108.jpg",
imageAlt: "Ícone de gerador de prompts",
},
id: "prompt-generator", title: "Gerador de Prompts", description: "Crie prompts para nichos, públicos e objetivos específicos com IA avançada.", tag: "Criação Rápida", imageSrc: "http://img.b2bpic.net/free-photo/media_53876-120108.jpg", imageAlt: "Ícone de gerador de prompts"},
{
id: "cta-generator",
title: "Gerador de CTA",
description: "Desenvolva Call-to-Actions irresistíveis para Instagram, vendas, WhatsApp e anúncios.",
tag: "Conversão Otimizada",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-sign_23-2152027237.jpg",
imageAlt: "Ícone de gerador de CTA",
},
id: "cta-generator", title: "Gerador de CTA", description: "Desenvolva Call-to-Actions irresistíveis para Instagram, vendas, WhatsApp e anúncios.", tag: "Conversão Otimizada", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-sign_23-2152027237.jpg", imageAlt: "Ícone de gerador de CTA"},
{
id: "headline-generator",
title: "Gerador de Headlines",
description: "Gere headlines impactantes para vendas, anúncios, landing pages e redes sociais.",
tag: "Impacto Imediato",
imageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg",
imageAlt: "Ícone de gerador de headlines",
},
id: "headline-generator", title: "Gerador de Headlines", description: "Gere headlines impactantes para vendas, anúncios, landing pages e redes sociais.", tag: "Impacto Imediato", imageSrc: "http://img.b2bpic.net/free-photo/heavy-wrench-used-mechanical-repairs_1194-641498.jpg", imageAlt: "Ícone de gerador de headlines"},
{
id: "content-ideas",
title: "Gerador de Ideias de Conteúdo",
description: "Obtenha ideias frescas para Instagram, TikTok, YouTube, Reels e Blogs.",
tag: "Inspiração Constante",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blank-screen-digital-tablet-with-box-social-media-icons_23-2147841387.jpg",
imageAlt: "Ícone de gerador de ideias de conteúdo",
},
id: "content-ideas", title: "Gerador de Ideias de Conteúdo", description: "Obtenha ideias frescas para Instagram, TikTok, YouTube, Reels e Blogs.", tag: "Inspiração Constante", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blank-screen-digital-tablet-with-box-social-media-icons_23-2147841387.jpg", imageAlt: "Ícone de gerador de ideias de conteúdo"},
{
id: "prompt-library",
title: "Biblioteca de Prompts",
description: "Acesse uma vasta biblioteca de prompts categorizados, com funções de pesquisa e favoritos.",
tag: "Recursos Completos",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062879.jpg",
imageAlt: "Ícone de biblioteca de prompts",
},
id: "prompt-library", title: "Biblioteca de Prompts", description: "Acesse uma vasta biblioteca de prompts categorizados, com funções de pesquisa e favoritos.", tag: "Recursos Completos", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062879.jpg", imageAlt: "Ícone de biblioteca de prompts"},
]}
title="Módulos Inteligentes para Cada Necessidade"
description="Explore nossa suíte de ferramentas projetadas para otimizar sua estratégia de conteúdo, marketing e vendas com o poder da inteligência artificial."
@@ -274,40 +170,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "free",
badge: "Experimente",
name: "Plano Gratuito",
price: "Grátis",
features: [
"10 gerações por dia",
"Acesso limitado aos módulos",
"Biblioteca de prompts limitada",
"Suporte básico",
],
id: "free", badge: "Experimente", name: "Plano Gratuito", price: "Grátis", features: [
"10 gerações por dia", "Acesso limitado aos módulos", "Biblioteca de prompts limitada", "Suporte básico"],
buttons: [
{
text: "Comece Grátis",
href: "/cadastro",
},
text: "Comece Grátis", href: "/cadastro"},
],
},
{
id: "pro",
badge: "Mais Popular",
name: "Plano PRO",
price: "R$19,90/mês",
features: [
"Gerações ilimitadas",
"Acesso completo a todos os módulos",
"Biblioteca completa de prompts",
"Atualizações futuras incluídas",
"Suporte prioritário",
],
id: "pro", badge: "Mais Popular", name: "Plano PRO", price: "R$19,90/mês", features: [
"Gerações ilimitadas", "Acesso completo a todos os módulos", "Biblioteca completa de prompts", "Atualizações futuras incluídas", "Suporte prioritário"],
buttons: [
{
text: "Assine Agora",
href: "/checkout-pro",
},
text: "Assine Agora", href: "/checkout-pro"},
],
},
]}
@@ -324,25 +199,15 @@ export default function LandingPage() {
author="Isabela Santos"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg",
alt: "Avatar de Isabela Santos",
},
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg", alt: "Avatar de Isabela Santos"},
{
src: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165608.jpg",
alt: "Avatar de Rafael Costa",
},
src: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165608.jpg", alt: "Avatar de Rafael Costa"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-content-maker-woman-blogger-recording-video-digital-camera-showing-lipstick_1258-281583.jpg",
alt: "Avatar de Camila Almeida",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-content-maker-woman-blogger-recording-video-digital-camera-showing-lipstick_1258-281583.jpg", alt: "Avatar de Camila Almeida"},
{
src: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg",
alt: "Avatar de Pedro Souza",
},
src: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg", alt: "Avatar de Pedro Souza"},
{
src: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688375.jpg",
alt: "Avatar de Mariana Lima",
},
src: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688375.jpg", alt: "Avatar de Mariana Lima"},
]}
ratingAnimation="opacity"
avatarsAnimation="slide-up"
@@ -354,14 +219,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Global Innovate",
"Future Forge",
"Visionary Solutions",
"Content Nexus",
"Growth Catalyst",
"Prompt Pioneer",
"Idea Spark",
]}
"Global Innovate", "Future Forge", "Visionary Solutions", "Content Nexus", "Growth Catalyst", "Prompt Pioneer", "Idea Spark"]}
title="Impulsionando Inovação para Marcas de Destaque"
description="Empresas e criadores em todo o mundo confiam na NEXO Prompts para elevar suas estratégias digitais e desbloquear novas possibilidades com IA."
/>
@@ -373,30 +231,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "O que é NEXO Prompts?",
content: "NEXO Prompts é uma plataforma SaaS que utiliza Inteligência Artificial para gerar prompts criativos, CTAs eficazes, headlines impactantes e ideias de conteúdo para diversas plataformas e objetivos.",
},
id: "faq1", title: "O que é NEXO Prompts?", content: "NEXO Prompts é uma plataforma SaaS que utiliza Inteligência Artificial para gerar prompts criativos, CTAs eficazes, headlines impactantes e ideias de conteúdo para diversas plataformas e objetivos."},
{
id: "faq2",
title: "Como funciona o Plano Gratuito?",
content: "O Plano Gratuito oferece 10 gerações de prompts por dia e acesso limitado à biblioteca de prompts, ideal para experimentar a plataforma e suas funcionalidades básicas.",
},
id: "faq2", title: "Como funciona o Plano Gratuito?", content: "O Plano Gratuito oferece 10 gerações de prompts por dia e acesso limitado à biblioteca de prompts, ideal para experimentar a plataforma e suas funcionalidades básicas."},
{
id: "faq3",
title: "Quais são os benefícios do Plano PRO?",
content: "O Plano PRO oferece gerações ilimitadas, acesso completo a todos os módulos e à biblioteca de prompts, além de atualizações futuras e suporte prioritário, tudo por R$19,90/mês.",
},
id: "faq3", title: "Quais são os benefícios do Plano PRO?", content: "O Plano PRO oferece gerações ilimitadas, acesso completo a todos os módulos e à biblioteca de prompts, além de atualizações futuras e suporte prioritário, tudo por R$19,90/mês."},
{
id: "faq4",
title: "Posso cancelar minha assinatura PRO a qualquer momento?",
content: "Sim, você pode cancelar sua assinatura do Plano PRO a qualquer momento. Ao cancelar, seu plano retornará para o Plano Gratuito após o término do ciclo de faturamento atual.",
},
id: "faq4", title: "Posso cancelar minha assinatura PRO a qualquer momento?", content: "Sim, você pode cancelar sua assinatura do Plano PRO a qualquer momento. Ao cancelar, seu plano retornará para o Plano Gratuito após o término do ciclo de faturamento atual."},
{
id: "faq5",
title: "Como a IA garante a qualidade dos prompts?",
content: "Nossa IA é treinada com vastos dados e algoritmos avançados para entender o contexto, nicho e objetivo, gerando prompts de alta qualidade e relevância. Continuamente aprimoramos o modelo para melhores resultados.",
},
id: "faq5", title: "Como a IA garante a qualidade dos prompts?", content: "Nossa IA é treinada com vastos dados e algoritmos avançados para entender o contexto, nicho e objetivo, gerando prompts de alta qualidade e relevância. Continuamente aprimoramos o modelo para melhores resultados."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-doing-it-support-job-from-home-walking-around-personal-office-with-laptop_482257-92977.jpg"
imageAlt="AI assistance and problem-solving visualization"
@@ -411,8 +254,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Contate-nos"
title="Pronto para Transformar Suas Ideias?"
description="Junte-se a milhares de empreendedores e criadores que já estão otimizando sua criação de conteúdo com a inteligência artificial da NEXO Prompts. Inscreva-se para começar gratuitamente!"
@@ -429,50 +271,31 @@ export default function LandingPage() {
logoText="NEXO Prompts"
columns={[
{
title: "Navegação",
items: [
title: "Navegação", items: [
{
label: "Início",
href: "#hero",
},
label: "Início", href: "#hero"},
{
label: "Recursos",
href: "#features",
},
label: "Recursos", href: "#features"},
{
label: "Planos",
href: "#pricing",
},
label: "Planos", href: "#pricing"},
{
label: "Depoimentos",
href: "#testimonials",
},
label: "Depoimentos", href: "#testimonials"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Termos de Serviço",
href: "/terms",
},
label: "Termos de Serviço", href: "/terms"},
{
label: "Política de Privacidade",
href: "/privacy",
},
label: "Política de Privacidade", href: "/privacy"},
],
},
{
title: "Contato",
items: [
title: "Contato", items: [
{
label: "Suporte",
href: "/support",
},
label: "Suporte", href: "/support"},
{
label: "Fale Conosco",
href: "#contact",
},
label: "Fale Conosco", href: "#contact"},
],
},
]}
@@ -482,4 +305,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}