Spaces:
Running
Running
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Flowinx | Automações Inteligentes 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"> | |
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <script src="https://cdn.jsdelivr.net/npm/tsparticles@2.0.6/tsparticles.min.js"></script> | |
| <style> | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| background-color: #000000; | |
| color: #FFFFFF; | |
| scroll-behavior: smooth; | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6B00E6 0%, #000000 100%); | |
| } | |
| .purple-glow { | |
| box-shadow: 0 0 20px rgba(107, 0, 230, 0.5); | |
| } | |
| .purple-glow-lg { | |
| box-shadow: 0 0 40px rgba(107, 0, 230, 0.7); | |
| } | |
| .particles-js { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; | |
| top: 0; | |
| left: 0; | |
| z-index: 0; | |
| } | |
| .hero-content { | |
| position: relative; | |
| z-index: 10; | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-10px); | |
| transition: all 0.3s ease; | |
| } | |
| .plan-card:hover { | |
| transform: scale(1.03); | |
| transition: all 0.3s ease; | |
| } | |
| .accordion-content { | |
| max-height: 0; | |
| overflow: hidden; | |
| transition: max-height 0.3s ease-out; | |
| } | |
| .accordion.active .accordion-content { | |
| max-height: 500px; | |
| transition: max-height 0.5s ease-in; | |
| } | |
| .testimonial-slide { | |
| flex: 0 0 100%; | |
| transition: transform 0.5s ease; | |
| } | |
| @media (min-width: 768px) { | |
| .testimonial-slide { | |
| flex: 0 0 50%; | |
| } | |
| } | |
| @media (min-width: 1024px) { | |
| .testimonial-slide { | |
| flex: 0 0 33.333%; | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Header/Navigation --> | |
| <header class="fixed w-full z-50 bg-black bg-opacity-90 backdrop-blur-sm"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <a href="#" class="flex items-center"> | |
| <div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center mr-3"> | |
| <i class="fas fa-bolt text-white text-xl"></i> | |
| </div> | |
| <span class="text-white text-2xl font-bold">Flow<span class="text-purple-500">inx</span></span> | |
| </a> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#solucoes" class="text-white hover:text-purple-400 transition">Soluções</a> | |
| <a href="#como-funciona" class="text-white hover:text-purple-400 transition">Como Funciona</a> | |
| <a href="#beneficios" class="text-white hover:text-purple-400 transition">Benefícios</a> | |
| <a href="#planos" class="text-white hover:text-purple-400 transition">Planos</a> | |
| <a href="#contato" class="text-white hover:text-purple-400 transition">Contato</a> | |
| </nav> | |
| <div class="hidden md:block"> | |
| <a href="#contato" class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-2 rounded-full font-medium transition purple-glow hover:purple-glow-lg"> | |
| Entrar em Contato | |
| </a> | |
| </div> | |
| <button class="md:hidden text-white focus:outline-none" id="mobile-menu-button"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="md:hidden hidden mt-4 pb-4" id="mobile-menu"> | |
| <a href="#solucoes" class="block py-2 text-white hover:text-purple-400">Soluções</a> | |
| <a href="#como-funciona" class="block py-2 text-white hover:text-purple-400">Como Funciona</a> | |
| <a href="#beneficios" class="block py-2 text-white hover:text-purple-400">Benefícios</a> | |
| <a href="#planos" class="block py-2 text-white hover:text-purple-400">Planos</a> | |
| <a href="#contato" class="block py-2 text-white hover:text-purple-400">Contato</a> | |
| <a href="#contato" class="block mt-4 bg-purple-600 hover:bg-purple-700 text-white px-6 py-2 rounded-full font-medium text-center"> | |
| Entrar em Contato | |
| </a> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="relative min-h-screen flex items-center pt-20 overflow-hidden"> | |
| <div id="particles-js" class="particles-js"></div> | |
| <div class="container mx-auto px-6 hero-content"> | |
| <div class="flex flex-col lg:flex-row items-center"> | |
| <div class="lg:w-1/2 mb-12 lg:mb-0"> | |
| <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6"> | |
| Automatize, otimize e escale seus processos com <span class="text-purple-400">IA de verdade</span> | |
| </h1> | |
| <p class="text-xl text-gray-300 mb-8"> | |
| Soluções inteligentes para empresas que querem sair na frente com eficiência. | |
| </p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <a href="#contato" class="bg-purple-600 hover:bg-purple-700 text-white px-8 py-4 rounded-full font-medium text-lg text-center transition purple-glow hover:purple-glow-lg"> | |
| Entrar em Contato | |
| </a> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2 flex justify-center"> | |
| <div class="relative w-full max-w-xl"> | |
| <div class="absolute -inset-4 rounded-2xl bg-purple-500 opacity-20 blur-lg"></div> | |
| <div class="relative bg-gray-900 rounded-xl overflow-hidden purple-glow-lg"> | |
| <img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80" alt="Dashboard Flowinx" class="w-full h-auto"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <div class="w-16 h-16 rounded-full bg-purple-600 flex items-center justify-center cursor-pointer"> | |
| <i class="fas fa-play text-white text-2xl"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Como Funciona --> | |
| <section id="como-funciona" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4"> | |
| Como a <span class="text-purple-400">Flowinx</span> transforma seu negócio | |
| </h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| Nossa abordagem em 3 etapas simples para revolucionar seus processos | |
| </p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row justify-between items-center gap-12"> | |
| <!-- Step 1 --> | |
| <div class="flex-1 text-center"> | |
| <div class="w-24 h-24 gradient-bg rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-search text-white text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">1. Diagnóstico</h3> | |
| <p class="text-gray-400"> | |
| Nossa equipe analisa seus processos e identifica oportunidades de automação e otimização. | |
| </p> | |
| </div> | |
| <!-- Arrow --> | |
| <div class="hidden lg:block"> | |
| <i class="fas fa-arrow-right text-purple-500 text-3xl"></i> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="flex-1 text-center"> | |
| <div class="w-24 h-24 gradient-bg rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-robot text-white text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">2. Automação de Processos</h3> | |
| <p class="text-gray-400"> | |
| Implementamos soluções personalizadas que automatizam tarefas repetitivas e complexas. | |
| </p> | |
| </div> | |
| <!-- Arrow --> | |
| <div class="hidden lg:block"> | |
| <i class="fas fa-arrow-right text-purple-500 text-3xl"></i> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="flex-1 text-center"> | |
| <div class="w-24 h-24 gradient-bg rounded-full flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-chart-line text-white text-3xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">3. Monitoramento Contínuo</h3> | |
| <p class="text-gray-400"> | |
| Acompanhamos os resultados e ajustamos as automações para garantir melhoria constante. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-16 text-center"> | |
| <a href="#contato" class="inline-block bg-purple-600 hover:bg-purple-700 text-white px-8 py-3 rounded-full font-medium transition purple-glow hover:purple-glow-lg"> | |
| Quero saber mais | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Benefícios --> | |
| <section id="beneficios" class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4"> | |
| Benefícios <span class="text-purple-400">exclusivos</span> | |
| </h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| Descubra como a Flowinx pode transformar sua operação | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <!-- Benefit 1 --> | |
| <div class="bg-gray-800 rounded-xl p-8 feature-card transition"> | |
| <div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-money-bill-wave text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Redução de custos</h3> | |
| <p class="text-gray-400"> | |
| Diminua seus custos operacionais em até 60% com nossas soluções de automação inteligente. | |
| </p> | |
| </div> | |
| <!-- Benefit 2 --> | |
| <div class="bg-gray-800 rounded-xl p-8 feature-card transition"> | |
| <div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-clock text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Economia de tempo</h3> | |
| <p class="text-gray-400"> | |
| Libere sua equipe de tarefas repetitivas, economizando centenas de horas por mês. | |
| </p> | |
| </div> | |
| <!-- Benefit 3 --> | |
| <div class="bg-gray-800 rounded-xl p-8 feature-card transition"> | |
| <div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-lightbulb text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Insights automáticos</h3> | |
| <p class="text-gray-400"> | |
| Nossa IA identifica padrões e oportunidades que passariam despercebidos pelo olho humano. | |
| </p> | |
| </div> | |
| <!-- Benefit 4 --> | |
| <div class="bg-gray-800 rounded-xl p-8 feature-card transition"> | |
| <div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
| <i class="fas fa-plug text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Integração fácil</h3> | |
| <p class="text-gray-400"> | |
| Conecte-se facilmente com seus sistemas existentes sem necessidade de grandes mudanças. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Demonstração Visual --> | |
| <section class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2 mb-12 lg:mb-0"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6"> | |
| Veja a <span class="text-purple-400">Flowinx</span> em ação | |
| </h2> | |
| <p class="text-xl text-gray-400 mb-8"> | |
| Nossa plataforma transforma dados em decisões estratégicas de forma automática e inteligente. | |
| </p> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| <span class="font-medium">Análise em tempo real:</span> Processe grandes volumes de dados instantaneamente | |
| </p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| <span class="font-medium">Relatórios automáticos:</span> Gere insights estratégicos sem esforço | |
| </p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| <span class="font-medium">Alertas inteligentes:</span> Seja notificado sobre oportunidades e riscos | |
| </p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| <span class="font-medium">Personalização total:</span> Adapte-se às necessidades específicas do seu negócio | |
| </p> | |
| </li> | |
| </ul> | |
| <div class="mt-8"> | |
| <a href="#contato" class="inline-block bg-purple-600 hover:bg-purple-700 text-white px-8 py-3 rounded-full font-medium transition purple-glow hover:purple-glow-lg"> | |
| Agendar reunião on-line | |
| </a> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="relative"> | |
| <div class="absolute -inset-4 rounded-2xl bg-purple-500 opacity-20 blur-lg"></div> | |
| <div class="relative bg-gray-900 rounded-xl overflow-hidden purple-glow-lg"> | |
| <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80" alt="Demonstração Flowinx" class="w-full h-auto"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Depoimentos --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4"> | |
| O que nossos <span class="text-purple-400">clientes</span> dizem | |
| </h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| Empresas que já transformaram seus processos com a Flowinx | |
| </p> | |
| </div> | |
| <div class="relative overflow-hidden"> | |
| <div class="flex transition-transform duration-500 ease-in-out" id="testimonial-slider"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-slide px-4"> | |
| <div class="bg-gray-800 rounded-xl p-8 h-full"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Cliente 1" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold text-lg">Ana Carolina Silva</h4> | |
| <p class="text-purple-400">Diretora de Operações</p> | |
| <p class="text-gray-500 text-sm">Empresa X</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic"> | |
| "A Flowinx revolucionou nossa operação. Em 3 meses, reduzimos 45% dos custos operacionais e aumentamos a produtividade em 60%. A equipe está mais focada em estratégias e menos em tarefas repetitivas." | |
| </p> | |
| <div class="mt-4 text-purple-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-slide px-4"> | |
| <div class="bg-gray-800 rounded-xl p-8 h-full"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Cliente 2" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold text-lg">Ricardo Almeida</h4> | |
| <p class="text-purple-400">CEO</p> | |
| <p class="text-gray-500 text-sm">Startup Y</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic"> | |
| "Implementamos a Flowinx em toda nossa cadeia de suprimentos. Os insights gerados pela IA nos ajudaram a identificar gargalos que nem sabíamos que existiam. Agora tomamos decisões baseadas em dados em tempo real." | |
| </p> | |
| <div class="mt-4 text-purple-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-slide px-4"> | |
| <div class="bg-gray-800 rounded-xl p-8 h-full"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Cliente 3" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold text-lg">Fernanda Oliveira</h4> | |
| <p class="text-purple-400">Gerente de TI</p> | |
| <p class="text-gray-500 text-sm">Grupo Z</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 italic"> | |
| "A integração foi surpreendentemente simples. Em duas semanas já tínhamos os primeiros processos automatizados. O suporte da equipe Flowinx é excepcional - estão sempre disponíveis para nos ajudar a extrair o máximo da plataforma." | |
| </p> | |
| <div class="mt-4 text-purple-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="flex justify-center mt-8 space-x-2"> | |
| <button class="w-3 h-3 rounded-full bg-gray-700 hover:bg-purple-600 transition" onclick="goToSlide(0)"></button> | |
| <button class="w-3 h-3 rounded-full bg-gray-700 hover:bg-purple-600 transition" onclick="goToSlide(1)"></button> | |
| <button class="w-3 h-3 rounded-full bg-gray-700 hover:bg-purple-600 transition" onclick="goToSlide(2)"></button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Segurança --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2 mb-12 lg:mb-0"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6"> | |
| Segurança em <span class="text-purple-400">primeiro lugar</span> | |
| </h2> | |
| <p class="text-xl text-gray-400 mb-8"> | |
| Seus dados estão seguros com a Flowinx. Usamos padrões de segurança de nível empresarial. | |
| </p> | |
| <div class="grid grid-cols-2 gap-6 mb-8"> | |
| <div class="flex items-center"> | |
| <div class="w-12 h-12 rounded-full bg-purple-900 flex items-center justify-center mr-4"> | |
| <i class="fas fa-lock text-purple-400"></i> | |
| </div> | |
| <span class="font-medium">Criptografia SSL</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-12 h-12 rounded-full bg-purple-900 flex items-center justify-center mr-4"> | |
| <i class="fas fa-database text-purple-400"></i> | |
| </div> | |
| <span class="font-medium">Backup Automático</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="relative"> | |
| <div class="absolute -inset-4 rounded-2xl bg-purple-500 opacity-20 blur-lg"></div> | |
| <div class="relative bg-gray-800 rounded-xl overflow-hidden purple-glow-lg p-8"> | |
| <h3 class="text-xl font-bold mb-4">Nossa política de segurança</h3> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| Dados criptografados em trânsito e em repouso | |
| </p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| Backups diários em múltiplas localizações | |
| </p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-purple-600 flex items-center justify-center"> | |
| <i class="fas fa-check text-white text-xs"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300"> | |
| Controles rigorosos de acesso e autenticação | |
| </p> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- FAQ --> | |
| <section class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4"> | |
| Perguntas <span class="text-purple-400">frequentes</span> | |
| </h2> | |
| <p class="text-xl text-gray-400 max-w-3xl mx-auto"> | |
| Tire suas dúvidas sobre a Flowinx e automação inteligente | |
| </p> | |
| </div> | |
| <div class="max-w-3xl mx-auto"> | |
| <!-- FAQ Item 1 --> | |
| <div class="mb-4 border-b border-gray-800 accordion"> | |
| <button class="flex justify-between items-center w-full py-4 text-left font-medium text-lg focus:outline-none accordion-button"> | |
| <span>O que é automação inteligente?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content"> | |
| <div class="pb-6 text-gray-400"> | |
| <p>A automação inteligente combina tecnologias como Inteligência Artificial, Machine Learning e RPA (Robotic Process Automation) para não apenas automatizar tarefas repetitivas, mas também aprender com os dados, tomar decisões e melhorar continuamente os processos. Diferente da automação tradicional, nossa solução adapta-se às mudanças e identifica oportunidades de otimização.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 2 --> | |
| <div class="mb-4 border-b border-gray-800 accordion"> | |
| <button class="flex justify-between items-center w-full py-4 text-left font-medium text-lg focus:outline-none accordion-button"> | |
| <span>É necessário conhecimento técnico para usar nossas soluções?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content"> | |
| <div class="pb-6 text-gray-400"> | |
| <p>Não. Nossas soluções foram projetadas para serem intuitivas e acessíveis mesmo para usuários sem formação técnica. Oferecemos treinamentos e suporte especializado para garantir que sua equipe possa aproveitar ao máximo todas as funcionalidades. Além disso, nossa equipe de especialistas cuida de toda a implementação inicial e configuração dos processos.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 3 --> | |
| <div class="mb-4 border-b border-gray-800 accordion"> | |
| <button class="flex justify-between items-center w-full py-4 text-left font-medium text-lg focus:outline-none accordion-button"> | |
| <span>As implementações se adaptam ao meu sistema atual?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content"> | |
| <div class="pb-6 text-gray-400"> | |
| <p>Sim. Nossa solução foi desenvolvida para se integrar facilmente com os sistemas mais comuns do mercado (ERPs, CRMs, bancos de dados, etc.) através de APIs e conectores pré-configurados. Se você utiliza sistemas proprietários ou menos comuns, nossa equipe técnica pode desenvolver integrações personalizadas para atender suas necessidades específicas.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 4 --> | |
| <div class="mb-4 border-b border-gray-800 accordion"> | |
| <button class="flex justify-between items-center w-full py-4 text-left font-medium text-lg focus:outline-none accordion-button"> | |
| <span>Como funciona o suporte da Flowinx?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content"> | |
| <div class="pb-6 text-gray-400"> | |
| <p>Oferecemos diferentes níveis de suporte de acordo com o plano contratado. Todos os clientes têm acesso a nossa base de conhecimento, tutoriais e suporte por e-mail ou whatsapp. Disponibilizamos suporte prioritário por whatsapp e nossa equipe está sempre disponível para ajudar com qualquer dúvida ou necessidade que possa surgir.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ Item 5 --> | |
| <div class="mb-4 border-b border-gray-800 accordion"> | |
| <button class="flex justify-between items-center w-full py-4 text-left font-medium text-lg focus:outline-none accordion-button"> | |
| <span>Quanto tempo leva para implementar a solução?</span> | |
| <i class="fas fa-chevron-down transition-transform duration-300"></i> | |
| </button> | |
| <div class="accordion-content"> | |
| <div class="pb-6 text-gray-400"> | |
| <p>O tempo de implementação varia de acordo com a complexidade dos processos que serão automatizados e a quantidade de integrações necessárias. Em média, nossos clientes começam a ver resultados em 2 a 4 semanas após o início do projeto. Processos mais simples podem ser implementados em poucos dias, enquanto automações mais complexas podem levar algumas semanas para serem totalmente configuradas e otimizadas.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <p class="text-gray-400 mb-4">Não encontrou sua dúvida?</p> | |
| <a href="#contato" class="inline-block border border-purple-600 hover:bg-purple-900 text-white px-8 py-3 rounded-full font-medium transition"> | |
| Fale com nosso time | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Final --> | |
| <section id="contato" class="py-20 gradient-bg"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-4xl mx-auto text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6"> | |
| Pronto para automatizar seu negócio com <span class="text-white">IA</span>? | |
| </h2> | |
| <p class="text-xl text-gray-300 mb-8"> | |
| Fale com nossos especialistas e veja como a Flowinx pode transformar seus processos. | |
| </p> | |
| <div class="max-w-xl mx-auto"> | |
| <form class="space-y-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> | |
| <input type="text" placeholder="Seu nome" class="bg-white bg-opacity-10 border border-gray-400 rounded-full px-6 py-3 text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent"> | |
| <input type="email" placeholder="Seu e-mail" class="bg-white bg-opacity-10 border border-gray-400 rounded-full px-6 py-3 text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent"> | |
| </div> | |
| <input type="tel" placeholder="Seu telefone" class="w-full bg-white bg-opacity-10 border border-gray-400 rounded-full px-6 py-3 text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent"> | |
| <textarea placeholder="Conte sobre sua empresa e necessidades" rows="4" class="w-full bg-white bg-opacity-10 border border-gray-400 rounded-2xl px-6 py-3 text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent"></textarea> | |
| <div class="flex items-center justify-center"> | |
| <div class="g-recaptcha" data-sitekey="YOUR_RECAPTCHA_SITE_KEY"></div> | |
| </div> | |
| <button type="submit" class="w-full bg-white hover:bg-gray-100 text-purple-900 font-bold px-8 py-4 rounded-full transition transform hover:scale-105"> | |
| Entrar em contato | |
| </button> | |
| </form> | |
| </div> | |
| <div class="mt-8 flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-8"> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 rounded-full bg-purple-700 flex items-center justify-center mr-3"> | |
| <i class="fas fa-phone-alt text-white"></i> | |
| </div> | |
| <span class="text-white">(19) 96000-0431</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 rounded-full bg-purple-700 flex items-center justify-center mr-3"> | |
| <i class="fas fa-envelope text-white"></i> | |
| </div> | |
| <span class="text-white">contato@flowinx.com</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 rounded-full bg-purple-700 flex items-center justify-center mr-3"> | |
| <i class="fab fa-whatsapp text-white"></i> | |
| </div> | |
| <span class="text-white">(19) 96000-0431</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12"> | |
| <div> | |
| <a href="#" class="flex items-center mb-6"> | |
| <div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center mr-3"> | |
| <i class="fas fa-bolt text-white text-xl"></i> | |
| </div> | |
| <span class="text-white text-2xl font-bold">Flow<span class="text-purple-500">inx</span></span> | |
| </a> | |
| <p class="text-gray-400 mb-4"> | |
| Automações inteligentes com IA para transformar seus processos e impulsionar seus resultados. | |
| </p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-linkedin-in text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-facebook-f text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-instagram text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-youtube text-xl"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-bold mb-4">Soluções</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Automação de Processos</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Otimização com IA</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Análise de Dados</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Integração de Sistemas</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Monitoramento Inteligente</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-bold mb-4">Empresa</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Sobre Nós</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Cases de Sucesso</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Contato</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-bold mb-4">Legal</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Termos de Uso</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Política de Privacidade</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Segurança</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-500 mb-4 md:mb-0"> | |
| © 2025 Flowinx Negócios Inteligentes. Todos os direitos reservados. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-500 hover:text-white transition">Termos</a> | |
| <a href="#" class="text-gray-500 hover:text-white transition">Privacidade</a> | |
| <a href="#" class="text-gray-500 hover:text-white transition">Cookies</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // FAQ accordion | |
| const accordions = document.querySelectorAll('.accordion'); | |
| accordions.forEach(accordion => { | |
| const button = accordion.querySelector('.accordion-button'); | |
| button.addEventListener('click', () => { | |
| accordion.classList.toggle('active'); | |
| const icon = button.querySelector('i'); | |
| const content = accordion.querySelector('.accordion-content'); | |
| if (accordion.classList.contains('active')) { | |
| icon.classList.remove('fa-chevron-down'); | |
| icon.classList.add('fa-chevron-up'); | |
| } else { | |
| icon.classList.remove('fa-chevron-up'); | |
| icon.classList.add('fa-chevron-down'); | |
| } | |
| }); | |
| }); | |
| // Testimonial slider | |
| let currentSlide = 0; | |
| const slides = document.querySelectorAll('.testimonial-slide'); | |
| const totalSlides = slides.length; | |
| function showSlide(index) { | |
| const slider = document.getElementById('testimonial-slider'); | |
| slider.style.transform = `translateX(-${index * 100}%)`; | |
| currentSlide = index; | |
| } | |
| function goToSlide(index) { | |
| showSlide(index); | |
| } | |
| // Auto slide | |
| setInterval(() => { | |
| currentSlide = (currentSlide + 1) % totalSlides; | |
| showSlide(currentSlide); | |
| }, 5000); | |
| // Particles.js configuration | |
| document.addEventListener('DOMContentLoaded', function() { | |
| if (document.getElementById('particles-js')) { | |
| tsParticles.load("particles-js", { | |
| particles: { | |
| number: { | |
| value: 80, | |
| density: { | |
| enable: true, | |
| value_area: 800 | |
| } | |
| }, | |
| color: { | |
| value: "#6b00e6" | |
| }, | |
| shape: { | |
| type: "circle", | |
| stroke: { | |
| width: 0, | |
| color: "#000000" | |
| }, | |
| polygon: { | |
| nb_sides: 5 | |
| } | |
| }, | |
| opacity: { | |
| value: 0.5, | |
| random: false, | |
| anim: { | |
| enable: false, | |
| speed: 1, | |
| opacity_min: 0.1, | |
| sync: false | |
| } | |
| }, | |
| size: { | |
| value: 3, | |
| random: true, | |
| anim: { | |
| enable: false, | |
| speed: 40, | |
| size_min: 0.1, | |
| sync: false | |
| } | |
| }, | |
| line_linked: { | |
| enable: true, | |
| distance: 150, | |
| color: "#6b00e6", | |
| opacity: 0.4, | |
| width: 1 | |
| }, | |
| move: { | |
| enable: true, | |
| speed: 2, | |
| direction: "none", | |
| random: false, | |
| straight: false, | |
| out_mode: "out", | |
| bounce: false, | |
| attract: { | |
| enable: false, | |
| rotateX: 600, | |
| rotateY: 1200 | |
| } | |
| } | |
| }, | |
| interactivity: { | |
| detect_on: "canvas", | |
| events: { | |
| onhover: { | |
| enable: true, | |
| mode: "grab" | |
| }, | |
| onclick: { | |
| enable: true, | |
| mode: "push" | |
| }, | |
| resize: true | |
| }, | |
| modes: { | |
| grab: { | |
| distance: 140, | |
| line_linked: { | |
| opacity: 1 | |
| } | |
| }, | |
| bubble: { | |
| distance: 400, | |
| size: 40, | |
| duration: 2, | |
| opacity: 8, | |
| speed: 3 | |
| }, | |
| repulse: { | |
| distance: 200, | |
| duration: 0.4 | |
| }, | |
| push: { | |
| particles_nb: 4 | |
| }, | |
| remove: { | |
| particles_nb: 2 | |
| } | |
| } | |
| }, | |
| retina_detect: true | |
| }); | |
| } | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 80, | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| </script> | |
| <script src="https://www.google.com/recaptcha/api.js" async defer></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=flowinx/flowinx" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p><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=flowinx/flowinx-ia" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |