Spaces:
Running
Running
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>IA Pages - Crie páginas que vendem com IA</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| background-color: #000; | |
| color: white; | |
| scroll-behavior: smooth; | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #6B46C1 0%, #1E40AF 100%); | |
| } | |
| .glow-text { | |
| text-shadow: 0 0 10px rgba(96, 165, 250, 0.7); | |
| } | |
| .glow-box { | |
| box-shadow: 0 0 15px rgba(96, 165, 250, 0.5); | |
| } | |
| .neon-purple { | |
| text-shadow: 0 0 8px rgba(168, 85, 247, 0.8); | |
| } | |
| .fade-in { | |
| animation: fadeIn 1s ease-in; | |
| } | |
| @keyframes fadeIn { | |
| from { opacity: 0; transform: translateY(20px); } | |
| to { opacity: 1; transform: translateY(0); } | |
| } | |
| .accordion-content { | |
| max-height: 0; | |
| overflow: hidden; | |
| transition: max-height 0.3s ease-out; | |
| } | |
| .accordion-content.active { | |
| max-height: 500px; | |
| transition: max-height 0.5s ease-in; | |
| } | |
| .robot-float { | |
| animation: float 6s ease-in-out infinite; | |
| } | |
| @keyframes float { | |
| 0% { transform: translateY(0px); } | |
| 50% { transform: translateY(-20px); } | |
| 100% { transform: translateY(0px); } | |
| } | |
| .video-container { | |
| position: relative; | |
| padding-bottom: 56.25%; | |
| height: 0; | |
| overflow: hidden; | |
| } | |
| .video-container iframe { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient relative overflow-hidden"> | |
| <div class="absolute inset-0 opacity-10" style="background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBkPSJNMjUgMTVMMTUgMjVMMjUgMzVMMzUgMjVMMjUgMTVaIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==');"></div> | |
| <div class="container mx-auto px-6 py-20 md:py-32 relative z-10"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-12 md:mb-0 fade-in"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-4 glow-text">IA Pages</h1> | |
| <h2 class="text-2xl md:text-3xl font-semibold mb-6 text-cyan-300">Crie páginas que vendem todos os dias usando inteligência artificial.</h2> | |
| <p class="text-lg mb-8 opacity-90">Sem precisar de programação, plugins ou softwares. Página pronta em minutos usando uma IA secreta!</p> | |
| <div class="flex flex-col sm:flex-row gap-4"> | |
| <a href="#pricing" class="bg-cyan-500 hover:bg-cyan-400 text-black font-bold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105 glow-box"> | |
| Quero Criar uma Página Agora | |
| </a> | |
| <a href="#how-it-works" class="border-2 border-cyan-500 text-cyan-300 hover:bg-cyan-500 hover:text-black font-bold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105"> | |
| Ver Como Funciona | |
| </a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center fade-in"> | |
| <img src="https://cdn-icons-png.flaticon.com/512/1005/1005141.png" alt="Robô IA" class="w-64 md:w-80 robot-float"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- For Whom Section --> | |
| <section id="for-whom" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 neon-purple">Para quem é o IA Pages?</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Card 1 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-link"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Afiliados</h3> | |
| <p class="text-gray-300">Crie páginas de vendas profissionais em minutos para promover seus produtos afiliados.</p> | |
| </div> | |
| <!-- Card 2 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-book"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Infoprodutores</h3> | |
| <p class="text-gray-300">Tenha páginas de captura e vendas que convertem mais para seus cursos e ebooks.</p> | |
| </div> | |
| <!-- Card 3 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-paint-brush"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Web Designers</h3> | |
| <p class="text-gray-300">Ofereça páginas premium para seus clientes em tempo recorde, sem precisar codar.</p> | |
| </div> | |
| <!-- Card 4 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-user-graduate"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Pessoas Iniciantes</h3> | |
| <p class="text-gray-300">Comece a vender online mesmo sem experiência com tecnologia ou marketing.</p> | |
| </div> | |
| <!-- Card 5 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-video"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Criadores de Conteúdo</h3> | |
| <p class="text-gray-300">Monte páginas profissionais para capturar leads e vender seus produtos digitais.</p> | |
| </div> | |
| <!-- Card 6 --> | |
| <div class="bg-gray-900 p-6 rounded-xl hover:bg-gray-800 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-500 mb-4"> | |
| <i class="fas fa-store"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-purple-400 mb-2">Pequenos empreendedores</h3> | |
| <p class="text-gray-300">Tenha presença online profissional sem gastar fortunas com desenvolvedores.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- What is IA Pages Section --> | |
| <section id="what-is" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-12 md:mb-0"> | |
| <img src="https://cdn-icons-png.flaticon.com/512/1055/1055687.png" alt="Computador com IA Pages" class="w-full max-w-md mx-auto"> | |
| </div> | |
| <div class="md:w-1/2 md:pl-12"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-8 text-cyan-300">O que é o IA Pages?</h2> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="text-2xl text-purple-500 mr-4 mt-1"> | |
| <i class="fas fa-graduation-cap"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Curso prático para criação de páginas</h3> | |
| <p class="text-gray-300">Aprenda o método completo para criar páginas de alta conversão usando IA.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-2xl text-purple-500 mr-4 mt-1"> | |
| <i class="fas fa-robot"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Tudo com IA e sem programação</h3> | |
| <p class="text-gray-300">Nenhum conhecimento técnico necessário. A IA faz o trabalho pesado para você.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-2xl text-purple-500 mr-4 mt-1"> | |
| <i class="fas fa-bolt"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Rápido, fácil e com alta conversão</h3> | |
| <p class="text-gray-300">Crie páginas em minutos que realmente convertem visitantes em clientes.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- What You Get Section --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-cyan-300">Veja o que você vai ter acesso...</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-800 p-6 rounded-xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:scale-105"> | |
| <div class="bg-purple-900 rounded-full w-24 h-24 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-keyboard text-4xl text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">IA que cria textos de alta conversão</h3> | |
| <p class="text-gray-300">Gere automaticamente textos persuasivos que vendem mais, sem precisar ser copywriter.</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:scale-105"> | |
| <div class="bg-purple-900 rounded-full w-24 h-24 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-laptop-code text-4xl text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Ferramenta que monta páginas</h3> | |
| <p class="text-gray-300">Editor visual intuitivo para criar páginas profissionais arrastando e soltando elementos.</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:scale-105"> | |
| <div class="bg-purple-900 rounded-full w-24 h-24 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-file-alt text-4xl text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Modelos prontos para edição</h3> | |
| <p class="text-gray-300">Dezenas de templates profissionais que você pode personalizar em minutos.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-cyan-500">Crie sua página em 3 passos simples</h2> | |
| <!-- Video Placeholder --> | |
| <div class="video-container mb-16 rounded-xl overflow-hidden"> | |
| <iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16"> | |
| <div class="bg-gray-900 p-6 rounded-xl text-center"> | |
| <div class="text-5xl font-bold text-purple-500 mb-4">1</div> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-robot"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Gere o texto com IA</h3> | |
| <p class="text-gray-300">Nosso robô escreve textos persuasivos automaticamente baseado no seu produto.</p> | |
| </div> | |
| <div class="bg-gray-900 p-6 rounded-xl text-center"> | |
| <div class="text-5xl font-bold text-purple-500 mb-4">2</div> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-paste"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Copie e cole na ferramenta</h3> | |
| <p class="text-gray-300">Cole o texto gerado em nosso editor visual e escolha um design profissional.</p> | |
| </div> | |
| <div class="bg-gray-900 p-6 rounded-xl text-center"> | |
| <div class="text-5xl font-bold text-purple-500 mb-4">3</div> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-rocket"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Faça pequenos ajustes e publique</h3> | |
| <p class="text-gray-300">Personalize cores e imagens, e publique sua página em minutos.</p> | |
| </div> | |
| </div> | |
| <div class="text-center"> | |
| <a href="#pricing" class="bg-cyan-500 hover:bg-cyan-400 text-black font-bold py-4 px-12 rounded-full text-lg transition-all duration-300 transform hover:scale-105 glow-box inline-block"> | |
| Quero criar minha página agora | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-cyan-300">Veja por que é bom mesmo…</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12"> | |
| <div class="bg-gray-800 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-purple-500 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Carlos S.</h4> | |
| <p class="text-sm text-gray-400">Afiliado Digital</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic">"Minha conversão aumentou 3x depois que comecei a usar as páginas geradas pela IA. Incrível como textos automáticos podem ser tão bons!"</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-purple-500 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Ana L.</h4> | |
| <p class="text-sm text-gray-400">Produtora de Cursos</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic">"Finalmente consegui criar páginas profissionais sem depender de designers. A ferramenta é tão fácil que até minha mãe conseguiria usar!"</p> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-purple-500 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Roberto M.</h4> | |
| <p class="text-sm text-gray-400">Consultor de Marketing</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic">"Estou usando para todos os meus clientes. Economizo horas de trabalho e eles ficam impressionados com a qualidade das páginas."</p> | |
| </div> | |
| </div> | |
| <div class="text-center"> | |
| <button class="border-2 border-cyan-500 text-cyan-300 hover:bg-cyan-500 hover:text-black font-bold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105"> | |
| Ver mais depoimentos | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Bonuses Section --> | |
| <section class="py-20 bg-black relative overflow-hidden"> | |
| <div class="absolute inset-0 bg-purple-900 opacity-10"></div> | |
| <div class="container mx-auto px-6 relative z-10"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 neon-purple">Leve tudo isso com bônus exclusivos</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12"> | |
| <div class="bg-gray-900 p-6 rounded-xl border border-purple-500 hover:border-cyan-400 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-lock-open"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-cyan-300">Acesso à IA secreta</h3> | |
| <p class="text-gray-300">Acesso exclusivo à nossa IA avançada que poucos conhecem, capaz de gerar textos ainda mais persuasivos.</p> | |
| </div> | |
| <div class="bg-gray-900 p-6 rounded-xl border border-purple-500 hover:border-cyan-400 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-comment-dollar"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-cyan-300">IA para criar textos persuasivos</h3> | |
| <p class="text-gray-300">Modelos especiais de copywriting para emails, anúncios e páginas de vendas que convertem mais.</p> | |
| </div> | |
| <div class="bg-gray-900 p-6 rounded-xl border border-purple-500 hover:border-cyan-400 transition-all duration-300 transform hover:-translate-y-2"> | |
| <div class="text-4xl text-purple-400 mb-4"> | |
| <i class="fas fa-users"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-cyan-300">7 modelos editáveis + grupo de networking</h3> | |
| <p class="text-gray-300">Modelos premium e acesso a uma comunidade exclusiva para troca de ideias e parcerias.</p> | |
| </div> | |
| </div> | |
| <div class="text-center"> | |
| <a href="#pricing" class="bg-purple-600 hover:bg-purple-500 text-white font-bold py-4 px-12 rounded-full text-lg transition-all duration-300 transform hover:scale-105 glow-box inline-block"> | |
| Quero acessar agora com bônus | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing Section --> | |
| <section id="pricing" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-4xl mx-auto bg-gray-900 rounded-xl p-8 md:p-12 relative overflow-hidden"> | |
| <div class="absolute top-0 right-0 bg-red-600 text-white font-bold px-6 py-2 transform rotate-12 translate-x-4 -translate-y-4"> | |
| 80% de desconto termina hoje <span id="current-date"></span> | |
| </div> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-8 text-cyan-300">Escolha seu plano de acesso</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8"> | |
| <div class="bg-gray-800 p-6 rounded-xl border-2 border-purple-500 hover:border-cyan-400 transition-all duration-300 transform hover:scale-105"> | |
| <h3 class="text-2xl font-bold mb-4 text-center text-purple-400">Plano 6 Meses</h3> | |
| <div class="text-5xl font-bold text-center mb-4 text-cyan-300">R$17</div> | |
| <p class="text-center mb-6 text-gray-300">ou 3x de R$6,59</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Acesso por 6 meses</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Todos os recursos da plataforma</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Suporte prioritário</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="block bg-purple-600 hover:bg-purple-500 text-white text-center font-bold py-3 px-6 rounded-full transition-all duration-300"> | |
| Quero este plano | |
| </a> | |
| </div> | |
| <div class="bg-gray-800 p-6 rounded-xl border-2 border-cyan-400 glow-box relative"> | |
| <div class="absolute top-0 right-0 bg-cyan-500 text-black text-xs font-bold px-3 py-1 rounded-bl-lg"> | |
| MAIS POPULAR | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4 text-center text-cyan-300">Plano 2 Anos</h3> | |
| <div class="text-5xl font-bold text-center mb-4 text-purple-400">R$47</div> | |
| <p class="text-center mb-6 text-gray-300">ou 11x de R$5,08</p> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Acesso por 2 anos</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Todos os recursos da plataforma</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Suporte VIP 24/7</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> | |
| <span>Bônus exclusivos</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="block bg-cyan-500 hover:bg-cyan-400 text-black text-center font-bold py-3 px-6 rounded-full transition-all duration-300"> | |
| Quero este plano | |
| </a> | |
| </div> | |
| </div> | |
| <div class="text-center text-gray-400"> | |
| <p>Pagamento 100% seguro. Cartão de crédito, Pix ou boleto.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Guarantee Section --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-3xl mx-auto text-center"> | |
| <div class="text-6xl text-green-500 mb-6"> | |
| <i class="fas fa-shield-alt"></i> | |
| </div> | |
| <h2 class="text-3xl font-bold mb-6 text-cyan-300">Garantia de 7 dias</h2> | |
| <p class="text-xl mb-8">Você tem 7 dias para testar. Se não gostar, devolvemos 100% do seu dinheiro.</p> | |
| <p class="text-gray-400">Sem perguntas, sem burocracia. É risco zero para você.</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- FAQ Section --> | |
| <section class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-cyan-300">Perguntas Frequentes</h2> | |
| <div class="max-w-3xl mx-auto space-y-4"> | |
| <!-- FAQ Item 1 --> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <button class="accordion-btn w-full text-left p-6 font-bold text-lg flex justify-between items-center hover:bg-gray-800 transition-all"> | |
| <span>Precisa de conhecimento técnico?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content bg-gray-800"> | |
| <div class="p-6"> | |
| <p>Não! O IA Pages foi criado exatamente para quem não tem conhecimento técnico. A IA faz todo o trabalho pesado e a ferramenta é super intuitiva, com arrastar e soltar. Qualquer pessoa consegue usar.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 2 --> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <button class="accordion-btn w-full text-left p-6 font-bold text-lg flex justify-between items-center hover:bg-gray-800 transition-all"> | |
| <span>Quanto tempo terei acesso?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content bg-gray-800"> | |
| <div class="p-6"> | |
| <p>Depende do plano que você escolher. Oferecemos planos de 6 meses ou 2 anos. Durante o período do seu plano, você terá acesso completo a todas as ferramentas e atualizações.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 3 --> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <button class="accordion-btn w-full text-left p-6 font-bold text-lg flex justify-between items-center hover:bg-gray-800 transition-all"> | |
| <span>Consigo criar quantas páginas quiser?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content bg-gray-800"> | |
| <div class="p-6"> | |
| <p>Sim! Não há limites. Você pode criar quantas páginas precisar, para quantos projetos ou clientes quiser. Todas as páginas ficam hospedadas em nossos servidores de alta performance.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 4 --> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <button class="accordion-btn w-full text-left p-6 font-bold text-lg flex justify-between items-center hover:bg-gray-800 transition-all"> | |
| <span>Posso usar para clientes?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content bg-gray-800"> | |
| <div class="p-6"> | |
| <p>Com certeza! Muitos de nossos usuários são designers e agências que usam o IA Pages para criar páginas para seus clientes de forma rápida e profissional. É uma ótima forma de escalar seu negócio.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 5 --> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <button class="accordion-btn w-full text-left p-6 font-bold text-lg flex justify-between items-center hover:bg-gray-800 transition-all"> | |
| <span>Como faço para acessar depois de comprar?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content bg-gray-800"> | |
| <div class="p-6"> | |
| <p>Imediatamente após a confirmação do pagamento, você receberá um email com seus dados de acesso à plataforma. O acesso é liberado automaticamente e você pode começar a usar agora mesmo.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="py-12 bg-black border-t border-gray-800"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0"> | |
| <h2 class="text-2xl font-bold text-cyan-300">IA Pages</h2> | |
| <p class="text-gray-400">Crie páginas que vendem com IA</p> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-cyan-300 transition-colors"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-cyan-300 transition-colors"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-cyan-300 transition-colors"> | |
| <i class="fab fa-youtube"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-500 text-sm mb-4 md:mb-0">© 2023 IA Pages. Todos os direitos reservados.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-500 hover:text-cyan-300 text-sm transition-colors">Termos de Uso</a> | |
| <a href="#" class="text-gray-500 hover:text-cyan-300 text-sm transition-colors">Política de Privacidade</a> | |
| <a href="#" class="text-gray-500 hover:text-cyan-300 text-sm transition-colors">Contato</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Set current date | |
| const today = new Date(); | |
| const options = { day: 'numeric', month: 'long' }; | |
| document.getElementById('current-date').textContent = today.toLocaleDateString('pt-BR', options); | |
| // Accordion functionality | |
| document.querySelectorAll('.accordion-btn').forEach(button => { | |
| button.addEventListener('click', () => { | |
| const content = button.nextElementSibling; | |
| const icon = button.querySelector('i'); | |
| button.classList.toggle('bg-gray-800'); | |
| content.classList.toggle('active'); | |
| icon.classList.toggle('rotate-180'); | |
| }); | |
| }); | |
| // Smooth scroll for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| // Animation on scroll | |
| const fadeElements = document.querySelectorAll('.fade-in'); | |
| const fadeInObserver = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.classList.add('opacity-100', 'translate-y-0'); | |
| fadeInObserver.unobserve(entry.target); | |
| } | |
| }); | |
| }, { threshold: 0.1 }); | |
| fadeElements.forEach(element => { | |
| element.classList.add('opacity-0', 'translate-y-10', 'transition-all', 'duration-500'); | |
| fadeInObserver.observe(element); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=caiosilva1221/ia-pages" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |