Spaces:
Running
Running

https://www.devzapp.com.br/home-devzapp quero modelar esta landing page, para anunciar meus Agentes de IA + Central de Atendimento e CRM, porém tudo adaptado e voltado para concessionárias. - Initial Deployment
01ab57b
verified
<html lang="pt-BR"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>AutoConnect - Soluções em IA para Concessionárias</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> | |
.gradient-bg { | |
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%); | |
} | |
.hero-image { | |
background-image: url('https://images.unsplash.com/photo-1489824904134-891ab64532f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1931&q=80'); | |
background-size: cover; | |
background-position: center; | |
} | |
.feature-card:hover { | |
transform: translateY(-10px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.testimonial-card { | |
transition: all 0.3s ease; | |
} | |
.testimonial-card:hover { | |
transform: scale(1.03); | |
} | |
.floating { | |
animation: floating 3s ease-in-out infinite; | |
} | |
@keyframes floating { | |
0% { transform: translateY(0px); } | |
50% { transform: translateY(-15px); } | |
100% { transform: translateY(0px); } | |
} | |
</style> | |
</head> | |
<body class="font-sans antialiased text-gray-800"> | |
<!-- Header/Navbar --> | |
<header class="fixed w-full bg-white shadow-md z-50"> | |
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<img src="https://via.placeholder.com/50x50" alt="AutoConnect Logo" class="h-10 mr-3"> | |
<span class="text-xl font-bold text-blue-900">AutoConnect</span> | |
</div> | |
<nav class="hidden md:flex space-x-8"> | |
<a href="#solucoes" class="text-blue-900 hover:text-blue-600 font-medium">Soluções</a> | |
<a href="#vantagens" class="text-blue-900 hover:text-blue-600 font-medium">Vantagens</a> | |
<a href="#depoimentos" class="text-blue-900 hover:text-blue-600 font-medium">Depoimentos</a> | |
<a href="#planos" class="text-blue-900 hover:text-blue-600 font-medium">Planos</a> | |
<a href="#contato" class="text-blue-900 hover:text-blue-600 font-medium">Contato</a> | |
</nav> | |
<div class="hidden md:block"> | |
<a href="#demo" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full font-medium transition duration-300">Agendar Demo</a> | |
</div> | |
<button class="md:hidden text-blue-900" id="mobile-menu-button"> | |
<i class="fas fa-bars text-2xl"></i> | |
</button> | |
</div> | |
<!-- Mobile Menu --> | |
<div class="md:hidden hidden bg-white w-full py-4 px-4 shadow-lg" id="mobile-menu"> | |
<div class="flex flex-col space-y-4"> | |
<a href="#solucoes" class="text-blue-900 hover:text-blue-600">Soluções</a> | |
<a href="#vantagens" class="text-blue-900 hover:text-blue-600">Vantagens</a> | |
<a href="#depoimentos" class="text-blue-900 hover:text-blue-600">Depoimentos</a> | |
<a href="#planos" class="text-blue-900 hover:text-blue-600">Planos</a> | |
<a href="#contato" class="text-blue-900 hover:text-blue-600">Contato</a> | |
<a href="#demo" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full font-medium text-center">Agendar Demo</a> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="hero-image pt-32 pb-20 md:pt-40 md:pb-32 relative"> | |
<div class="absolute inset-0 bg-black opacity-50"></div> | |
<div class="container mx-auto px-4 relative z-10"> | |
<div class="max-w-2xl mx-auto text-center"> | |
<h1 class="text-4xl md:text-5xl font-bold text-white mb-6">Revolucione sua Concessionária com IA</h1> | |
<p class="text-xl text-blue-100 mb-8">Agentes de IA inteligentes + CRM integrado para transformar sua relação com clientes e impulsionar vendas</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="#demo" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full font-medium transition duration-300">Agendar Demonstração</a> | |
<a href="#planos" class="bg-white hover:bg-gray-100 text-blue-900 px-8 py-3 rounded-full font-medium transition duration-300">Ver Planos</a> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Partners Section --> | |
<section class="py-12 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<p class="text-center text-gray-500 mb-8">Confiado pelas maiores concessionárias do país</p> | |
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
<img src="https://via.placeholder.com/120x60" alt="Partner 1" class="h-8 md:h-12 opacity-70 hover:opacity-100 transition"> | |
<img src="https://via.placeholder.com/120x60" alt="Partner 2" class="h-8 md:h-12 opacity-70 hover:opacity-100 transition"> | |
<img src="https://via.placeholder.com/120x60" alt="Partner 3" class="h-8 md:h-12 opacity-70 hover:opacity-100 transition"> | |
<img src="https://via.placeholder.com/120x60" alt="Partner 4" class="h-8 md:h-12 opacity-70 hover:opacity-100 transition"> | |
<img src="https://via.placeholder.com/120x60" alt="Partner 5" class="h-8 md:h-12 opacity-70 hover:opacity-100 transition"> | |
</div> | |
</div> | |
</section> | |
<!-- Solutions Section --> | |
<section id="solucoes" class="py-20"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Soluções Especializadas para Concessionárias</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Tecnologia de ponta desenvolvida exclusivamente para o mercado automotivo</p> | |
</div> | |
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Solution 1 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300"> | |
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-robot text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">Agentes de IA para Vendas</h3> | |
<p class="text-gray-600 mb-4">Atendimento 24/7 com chatbots inteligentes que entendem as necessidades dos clientes e agendam test-drives automaticamente.</p> | |
<a href="#" class="text-blue-600 font-medium flex items-center"> | |
Saiba mais <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
<!-- Solution 2 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300"> | |
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-headset text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">Central de Atendimento Integrada</h3> | |
<p class="text-gray-600 mb-4">Atendimento humanizado com histórico completo do cliente, integrado ao CRM e sistemas da concessionária.</p> | |
<a href="#" class="text-blue-600 font-medium flex items-center"> | |
Saiba mais <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
<!-- Solution 3 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 feature-card transition duration-300"> | |
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-chart-line text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">CRM Automotivo Inteligente</h3> | |
<p class="text-gray-600 mb-4">Gestão completa do ciclo de vida do cliente, desde o primeiro contato até a pós-venda, com automações personalizadas.</p> | |
<a href="#" class="text-blue-600 font-medium flex items-center"> | |
Saiba mais <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Demo Section --> | |
<section class="gradient-bg py-20 text-white"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col lg:flex-row items-center"> | |
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Veja como a AutoConnect pode transformar sua concessionária</h2> | |
<p class="text-xl mb-8">Nossa plataforma foi desenvolvida exclusivamente para o mercado automotivo, com funcionalidades que realmente fazem a diferença no seu dia a dia.</p> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check-circle text-green-300 mt-1 mr-3"></i> | |
<span>Atendimento automático 24 horas por dia, 7 dias por semana</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check-circle text-green-300 mt-1 mr-3"></i> | |
<span>Integração com os principais sistemas de gestão de concessionárias</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check-circle text-green-300 mt-1 mr-3"></i> | |
<span>Relatórios completos e análises preditivas para melhorar suas vendas</span> | |
</li> | |
</ul> | |
</div> | |
<div class="lg:w-1/2 bg-white rounded-xl shadow-2xl p-8"> | |
<h3 class="text-2xl font-bold text-blue-900 mb-6">Agende uma demonstração</h3> | |
<form id="demo-form" class="space-y-4"> | |
<div> | |
<label for="name" class="block text-gray-700 mb-2">Nome completo</label> | |
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="email" class="block text-gray-700 mb-2">E-mail corporativo</label> | |
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="phone" class="block text-gray-700 mb-2">Telefone</label> | |
<input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="concessionaria" class="block text-gray-700 mb-2">Concessionária</label> | |
<input type="text" id="concessionaria" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-6 rounded-lg font-medium transition duration-300">Agendar Demonstração</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Benefits Section --> | |
<section id="vantagens" class="py-20 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Vantagens Exclusivas</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Por que as melhores concessionárias escolhem a AutoConnect</p> | |
</div> | |
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
<!-- Benefit 1 --> | |
<div class="bg-white rounded-xl shadow-md p-6 text-center"> | |
<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-bolt text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">+40% em Conversões</h3> | |
<p class="text-gray-600">Aumento médio na taxa de conversão de leads em vendas efetivas</p> | |
</div> | |
<!-- Benefit 2 --> | |
<div class="bg-white rounded-xl shadow-md p-6 text-center"> | |
<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-clock text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">-60% Tempo de Resposta</h3> | |
<p class="text-gray-600">Redução no tempo de resposta para clientes interessados</p> | |
</div> | |
<!-- Benefit 3 --> | |
<div class="bg-white rounded-xl shadow-md p-6 text-center"> | |
<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-chart-pie text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">Relatórios Inteligentes</h3> | |
<p class="text-gray-600">Análises preditivas e insights para tomada de decisão estratégica</p> | |
</div> | |
<!-- Benefit 4 --> | |
<div class="bg-white rounded-xl shadow-md p-6 text-center"> | |
<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-cogs text-blue-600 text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">Integração Total</h3> | |
<p class="text-gray-600">Conecte com seus sistemas existentes sem complicações</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- How It Works Section --> | |
<section class="py-20"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Como Funciona</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Implementação rápida e resultados desde o primeiro dia</p> | |
</div> | |
<div class="relative"> | |
<!-- Timeline --> | |
<div class="hidden lg:block absolute left-1/2 h-full w-1 bg-blue-200 transform -translate-x-1/2"></div> | |
<!-- Step 1 --> | |
<div class="flex flex-col lg:flex-row items-center mb-16"> | |
<div class="lg:w-1/2 lg:pr-12 mb-8 lg:mb-0 order-1 lg:order-1"> | |
<div class="bg-white rounded-xl shadow-lg p-8"> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">1. Integração com seus sistemas</h3> | |
<p class="text-gray-600">Conectamos a AutoConnect aos seus sistemas existentes (ERP, site, redes sociais) em poucos dias.</p> | |
</div> | |
</div> | |
<div class="lg:w-1/2 lg:pl-12 flex justify-center order-2 lg:order-2"> | |
<div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center text-white text-xl font-bold relative z-10">1</div> | |
</div> | |
</div> | |
<!-- Step 2 --> | |
<div class="flex flex-col lg:flex-row items-center mb-16"> | |
<div class="lg:w-1/2 lg:pl-12 mb-8 lg:mb-0 order-1 lg:order-2"> | |
<div class="bg-white rounded-xl shadow-lg p-8"> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">2. Configuração personalizada</h3> | |
<p class="text-gray-600">Nossa equipe adapta os fluxos de atendimento e CRM às necessidades específicas da sua concessionária.</p> | |
</div> | |
</div> | |
<div class="lg:w-1/2 lg:pr-12 flex justify-center order-2 lg:order-1"> | |
<div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center text-white text-xl font-bold relative z-10">2</div> | |
</div> | |
</div> | |
<!-- Step 3 --> | |
<div class="flex flex-col lg:flex-row items-center mb-16"> | |
<div class="lg:w-1/2 lg:pr-12 mb-8 lg:mb-0 order-1 lg:order-1"> | |
<div class="bg-white rounded-xl shadow-lg p-8"> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">3. Treinamento da equipe</h3> | |
<p class="text-gray-600">Capacitamos sua equipe para utilizar todas as funcionalidades da plataforma de forma eficiente.</p> | |
</div> | |
</div> | |
<div class="lg:w-1/2 lg:pl-12 flex justify-center order-2 lg:order-2"> | |
<div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center text-white text-xl font-bold relative z-10">3</div> | |
</div> | |
</div> | |
<!-- Step 4 --> | |
<div class="flex flex-col lg:flex-row items-center"> | |
<div class="lg:w-1/2 lg:pl-12 mb-8 lg:mb-0 order-1 lg:order-2"> | |
<div class="bg-white rounded-xl shadow-lg p-8"> | |
<h3 class="text-xl font-bold text-blue-900 mb-3">4. Ativação e acompanhamento</h3> | |
<p class="text-gray-600">Ativamos o sistema e acompanhamos os resultados, com ajustes contínuos para maximizar performance.</p> | |
</div> | |
</div> | |
<div class="lg:w-1/2 lg:pr-12 flex justify-center order-2 lg:order-1"> | |
<div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center text-white text-xl font-bold relative z-10">4</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials Section --> | |
<section id="depoimentos" class="py-20 bg-blue-50"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">O que dizem nossos clientes</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Concessionárias que transformaram seus resultados com a AutoConnect</p> | |
</div> | |
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Testimonial 1 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 testimonial-card"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold text-blue-900">Carlos Mendes</h4> | |
<p class="text-gray-500 text-sm">Diretor Comercial - AutoRio</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4">"A AutoConnect revolucionou nosso atendimento. Em 3 meses, aumentamos em 45% as vendas através do site e reduzimos em 70% o tempo de resposta para clientes."</p> | |
<div class="flex text-yellow-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> | |
<!-- Testimonial 2 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 testimonial-card"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold text-blue-900">Ana Paula Silva</h4> | |
<p class="text-gray-500 text-sm">Gerente de Vendas - MotorsPaulista</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4">"O CRM integrado com os agentes de IA nos permitiu entender melhor nossos clientes e personalizar o atendimento. Resultado: NPS aumentou de 65 para 89 em 6 meses."</p> | |
<div class="flex text-yellow-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> | |
<!-- Testimonial 3 --> | |
<div class="bg-white rounded-xl shadow-lg p-8 testimonial-card"> | |
<div class="flex items-center mb-6"> | |
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
<div> | |
<h4 class="font-bold text-blue-900">Roberto Almeida</h4> | |
<p class="text-gray-500 text-sm">CEO - AutoBrasil Group</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4">"Implementamos em todas nossas 12 concessionárias e os resultados foram impressionantes. A plataforma se paga sozinha com o aumento de eficiência e vendas."</p> | |
<div class="flex text-yellow-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> | |
</section> | |
<!-- Pricing Section --> | |
<section id="planos" class="py-20"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Planos Sob Medida</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Escolha o plano ideal para o tamanho da sua operação</p> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
<!-- Basic Plan --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden"> | |
<div class="bg-blue-100 py-6 px-8"> | |
<h3 class="text-xl font-bold text-blue-900">Pequenas Concessionárias</h3> | |
<p class="text-gray-600">Ideal para até 2 lojas</p> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-blue-900">R$ 1.499</span> | |
<span class="text-gray-500">/mês</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Até 5.000 interações/mês</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>CRM básico</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>2 integrações</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Suporte por e-mail</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full bg-blue-600 hover:bg-blue-700 text-white text-center py-3 px-6 rounded-lg font-medium transition duration-300">Contratar</a> | |
</div> | |
</div> | |
<!-- Recommended Plan --> | |
<div class="bg-white rounded-xl shadow-xl overflow-hidden transform scale-105 relative"> | |
<div class="absolute top-0 right-0 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg">MAIS POPULAR</div> | |
<div class="bg-blue-600 py-6 px-8"> | |
<h3 class="text-xl font-bold text-white">Médias Concessionárias</h3> | |
<p class="text-blue-100">Ideal para redes com 3-8 lojas</p> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-blue-900">R$ 3.999</span> | |
<span class="text-gray-500">/mês</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Até 15.000 interações/mês</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>CRM completo</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>5 integrações</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Suporte prioritário</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Relatórios avançados</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full bg-blue-600 hover:bg-blue-700 text-white text-center py-3 px-6 rounded-lg font-medium transition duration-300">Contratar</a> | |
</div> | |
</div> | |
<!-- Enterprise Plan --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden"> | |
<div class="bg-blue-100 py-6 px-8"> | |
<h3 class="text-xl font-bold text-blue-900">Grandes Redes</h3> | |
<p class="text-gray-600">Solução personalizada</p> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-blue-900">Sob Consulta</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Interações ilimitadas</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>CRM empresarial</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Integrações ilimitadas</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Suporte dedicado 24/7</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Análises preditivas</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-3"></i> | |
<span>Treinamentos personalizados</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full bg-blue-600 hover:bg-blue-700 text-white text-center py-3 px-6 rounded-lg font-medium transition duration-300">Fale Conosco</a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<p class="text-gray-600 mb-4">Precisa de um plano personalizado?</p> | |
<a href="#contato" class="text-blue-600 font-medium hover:text-blue-800">Fale com nosso time comercial <i class="fas fa-arrow-right ml-2"></i></a> | |
</div> | |
</div> | |
</section> | |
<!-- FAQ Section --> | |
<section class="py-20 bg-gray-50"> | |
<div class="container mx-auto px-4 max-w-4xl"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Perguntas Frequentes</h2> | |
<p class="text-xl text-gray-600">Tire suas dúvidas sobre a AutoConnect</p> | |
</div> | |
<div class="space-y-4"> | |
<!-- FAQ 1 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-left px-6 py-4 font-medium text-blue-900 flex justify-between items-center"> | |
<span>Quanto tempo leva para implementar a AutoConnect?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">A implementação padrão leva de 3 a 7 dias úteis, dependendo da complexidade das integrações necessárias. Para redes maiores com necessidades específicas, o tempo pode variar conforme o escopo definido em conjunto com nosso time de implementação.</p> | |
</div> | |
</div> | |
<!-- FAQ 2 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-left px-6 py-4 font-medium text-blue-900 flex justify-between items-center"> | |
<span>A AutoConnect se integra com meu sistema atual?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">Sim, nossa plataforma possui integração nativa com os principais sistemas do mercado automotivo (SAP, Totvs, Salesforce, entre outros) e também desenvolvemos integrações personalizadas quando necessário. Durante a demonstração, podemos avaliar suas necessidades específicas.</p> | |
</div> | |
</div> | |
<!-- FAQ 3 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-left px-6 py-4 font-medium text-blue-900 flex justify-between items-center"> | |
<span>Como é o treinamento da equipe?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">Oferecemos treinamentos online e presenciais, com materiais didáticos específicos para cada perfil de usuário (vendedores, gerentes, diretoria). Também disponibilizamos uma academia digital com vídeos tutoriais e manuais atualizados para consulta a qualquer momento.</p> | |
</div> | |
</div> | |
<!-- FAQ 4 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-left px-6 py-4 font-medium text-blue-900 flex justify-between items-center"> | |
<span>Há cobrança por interações extras?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">Nossos planos possuem pacotes de interações mensais inclusas. Caso sua concessionária ultrapasse esse limite, cobramos um valor adicional por pacote extra de interações, com descontos progressivos conforme o volume. Você sempre terá visibilidade do consumo em tempo real pelo painel de controle.</p> | |
</div> | |
</div> | |
<!-- FAQ 5 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-left px-6 py-4 font-medium text-blue-900 flex justify-between items-center"> | |
<span>Como é o suporte técnico?</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">Oferecemos diferentes níveis de suporte conforme o plano contratado, desde suporte por e-mail até atendimento prioritário 24/7 por telefone, chat e acesso remoto. Nossa equipe de Customer Success acompanha sua concessionária para garantir os melhores resultados com a plataforma.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- CTA Section --> | |
<section class="gradient-bg py-20 text-white"> | |
<div class="container mx-auto px-4 text-center"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para revolucionar sua concessionária?</h2> | |
<p class="text-xl mb-8 max-w-2xl mx-auto">Agende uma demonstração personalizada e descubra como a AutoConnect pode impulsionar suas vendas e melhorar o atendimento aos clientes.</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="#demo" class="bg-white hover:bg-gray-100 text-blue-900 px-8 py-3 rounded-full font-medium transition duration-300">Agendar Demonstração</a> | |
<a href="tel:+5511999999999" class="border-2 border-white hover:bg-white hover:text-blue-900 px-8 py-3 rounded-full font-medium transition duration-300"> | |
<i class="fas fa-phone mr-2"></i> (11) 99999-9999 | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contato" class="py-20"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col lg:flex-row"> | |
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-6">Fale Conosco</h2> | |
<p class="text-xl text-gray-600 mb-8">Nosso time está pronto para ajudar sua concessionária a alcançar novos patamares.</p> | |
<div class="space-y-6"> | |
<div class="flex items-start"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-map-marker-alt text-blue-600"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-blue-900 mb-1">Endereço</h4> | |
<p class="text-gray-600">Av. Paulista, 1000 - São Paulo/SP</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-envelope text-blue-600"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-blue-900 mb-1">E-mail</h4> | |
<p class="text-gray-600">contato@autoconnect.com.br</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-phone text-blue-600"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-blue-900 mb-1">Telefone</h4> | |
<p class="text-gray-600">(11) 99999-9999</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="bg-blue-100 p-3 rounded-full mr-4"> | |
<i class="fas fa-clock text-blue-600"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-blue-900 mb-1">Horário de Atendimento</h4> | |
<p class="text-gray-600">Segunda a Sexta, das 9h às 18h</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="lg:w-1/2"> | |
<form id="contact-form" class="bg-white rounded-xl shadow-lg p-8"> | |
<h3 class="text-2xl font-bold text-blue-900 mb-6">Envie sua mensagem</h3> | |
<div class="space-y-4"> | |
<div> | |
<label for="contact-name" class="block text-gray-700 mb-2">Nome completo</label> | |
<input type="text" id="contact-name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="contact-email" class="block text-gray-700 mb-2">E-mail</label> | |
<input type="email" id="contact-email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="contact-phone" class="block text-gray-700 mb-2">Telefone</label> | |
<input type="tel" id="contact-phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
</div> | |
<div> | |
<label for="contact-subject" class="block text-gray-700 mb-2">Assunto</label> | |
<select id="contact-subject" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"> | |
<option value="">Selecione um assunto</option> | |
<option value="comercial">Dúvidas Comerciais</option> | |
<option value="tecnico">Suporte Técnico</option> | |
<option value="parcerias">Parcerias</option> | |
<option value="outro">Outro</option> | |
</select> | |
</div> | |
<div> | |
<label for="contact-message" class="block text-gray-700 mb-2">Mensagem</label> | |
<textarea id="contact-message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea> | |
</div> | |
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-6 rounded-lg font-medium transition duration-300">Enviar Mensagem</button> | |
</div> | |
</form> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-blue-900 text-white py-12"> | |
<div class="container mx-auto px-4"> | |
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8"> | |
<div> | |
<img src="https://via.placeholder.com/50x50" alt="AutoConnect Logo" class="h-10 mb-4"> | |
<p class="mb-4">A solução completa em IA e CRM para concessionárias de veículos.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-white hover:text-blue-200"><i class="fab fa-facebook-f"></i></a> | |
<a href="#" class="text-white hover:text-blue-200"><i class="fab fa-instagram"></i></a> | |
<a href="#" class="text-white hover:text-blue-200"><i class="fab fa-linkedin-in"></i></a> | |
<a href="#" class="text-white hover:text-blue-200"><i class="fab fa-youtube"></i></a> | |
</div> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Soluções</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="hover:text-blue-200">Agentes de IA</a></li> | |
<li><a href="#" class="hover:text-blue-200">Central de Atendimento</a></li> | |
<li><a href="#" class="hover:text-blue-200">CRM Automotivo</a></li> | |
<li><a href="#" class="hover:text-blue-200">Integrações</a></li> | |
<li><a href="#" class="hover:text-blue-200">Análises Preditivas</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Empresa</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="hover:text-blue-200">Sobre Nós</a></li> | |
<li><a href="#" class="hover:text-blue-200">Cases de Sucesso</a></li> | |
<li><a href="#" class="hover:text-blue-200">Blog</a></li> | |
<li><a href="#" class="hover:text-blue-200">Carreiras</a></li> | |
<li><a href="#" class="hover:text-blue-200">Contato</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Newsletter</h4> | |
<p class="mb-4">Receba as novidades e dicas para sua concessionária.</p> | |
<form class="flex"> | |
<input type="email" placeholder="Seu e-mail" class="px-4 py-2 rounded-l-lg text-gray-900 w-full"> | |
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg"> | |
<i class="fas fa-paper-plane"></i> | |
</button> | |
</form> | |
</div> | |
</div> | |
<div class="border-t border-blue-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
<p>© 2023 AutoConnect. Todos os direitos reservados.</p> | |
<div class="flex space-x-6 mt-4 md:mt-0"> | |
<a href="#" class="hover:text-blue-200">Termos de Uso</a> | |
<a href="#" class="hover:text-blue-200">Política de Privacidade</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<!-- Floating WhatsApp Button --> | |
<div class="fixed bottom-6 right-6 z-50"> | |
<a href="https://wa.me/5511999999999" target="_blank" class="bg-green-500 hover:bg-green-600 text-white w-16 h-16 rounded-full flex items-center justify-center shadow-xl transition duration-300 floating"> | |
<i class="fab fa-whatsapp text-2xl"></i> | |
</a> | |
</div> | |
<script> | |
// Mobile Menu Toggle | |
const mobileMenuButton = document.getElementById('mobile-menu-button'); | |
const mobileMenu = document.getElementById('mobile-menu'); | |
mobileMenuButton.addEventListener('click', () => { | |
mobileMenu.classList.toggle('hidden'); | |
}); | |
// FAQ Accordion | |
const faqQuestions = document.querySelectorAll('.faq-question'); | |
faqQuestions.forEach(question => { | |
question.addEventListener('click', () => { | |
const answer = question.nextElementSibling; | |
const icon = question.querySelector('i'); | |
// Toggle answer visibility | |
answer.classList.toggle('hidden'); | |
// Rotate icon | |
icon.classList.toggle('transform'); | |
icon.classList.toggle('rotate-180'); | |
// Close other open answers | |
faqQuestions.forEach(otherQuestion => { | |
if (otherQuestion !== question) { | |
otherQuestion.nextElementSibling.classList.add('hidden'); | |
otherQuestion.querySelector('i').classList.remove('transform', 'rotate-180'); | |
} | |
}); | |
}); | |
}); | |
// Form Submission (demo) | |
const demoForm = document.getElementById('demo-form'); | |
const contactForm = document.getElementById('contact-form'); | |
if (demoForm) { | |
demoForm.addEventListener('submit', (e) => { | |
e.preventDefault(); | |
alert('Obrigado pelo seu interesse! Nossa equipe entrará em contato em breve para agendar a demonstração.'); | |
demoForm.reset(); | |
}); | |
} | |
if (contactForm) { | |
contactForm.addEventListener('submit', (e) => { | |
e.preventDefault(); | |
alert('Mensagem enviada com sucesso! Entraremos em contato em breve.'); | |
contactForm.reset(); | |
}); | |
} | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
if (targetId === '#') return; | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
// Close mobile menu if open | |
mobileMenu.classList.add('hidden'); | |
// Scroll to target | |
window.scrollTo({ | |
top: targetElement.offsetTop - 80, | |
behavior: 'smooth' | |
}); | |
} | |
}); | |
}); | |
</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=JohnWicked33/veiculos2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |