Spaces:
Running
Running
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>VSX Consulting - Prospecção Inteligente para Escalar Seus Negócios</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, #000000 0%, #4b5563 100%); | |
| } | |
| .hover-scale { | |
| transition: transform 0.3s ease; | |
| } | |
| .hover-scale:hover { | |
| transform: scale(1.03); | |
| } | |
| .section-divider { | |
| height: 100px; | |
| background: linear-gradient(to bottom right, transparent 49%, white 50%), linear-gradient(to top right, white 49%, transparent 50%); | |
| } | |
| .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/Navigation --> | |
| <header class="fixed w-full bg-white shadow-md z-50"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <a href="#" class="text-2xl font-bold text-gray-900">VSX<span class="text-gray-600">Consulting</span></a> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#servicos" class="text-gray-900 hover:text-gray-600 font-medium">Serviços</a> | |
| <a href="#diferenciais" class="text-gray-900 hover:text-gray-600 font-medium">Diferenciais</a> | |
| <a href="#sobre" class="text-gray-900 hover:text-gray-600 font-medium">Sobre</a> | |
| <a href="#contato" class="text-gray-900 hover:text-gray-600 font-medium">Contato</a> | |
| </nav> | |
| <div class="md:hidden"> | |
| <button id="menu-toggle" class="text-blue-900 focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div id="mobile-menu" class="hidden md:hidden mt-4 pb-4"> | |
| <a href="#servicos" class="block py-2 text-gray-900 hover:text-gray-600">Serviços</a> | |
| <a href="#diferenciais" class="block py-2 text-gray-900 hover:text-gray-600">Diferenciais</a> | |
| <a href="#sobre" class="block py-2 text-gray-900 hover:text-gray-600">Sobre</a> | |
| <a href="#contato" class="block py-2 text-gray-900 hover:text-gray-600">Contato</a> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg text-white pt-32 pb-20"> | |
| <div class="container mx-auto px-6 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-12 md:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6"> | |
| Receba reuniões com leads qualificados e destrave novas oportunidades de vendas com inteligência comercial e prospecção ativa. | |
| </h1> | |
| <p class="text-xl mb-8 text-blue-100"> | |
| A VSX Consulting combina estratégia, networking e mais de 15 anos de experiência internacional para entregar oportunidades reais de negócio e ajudar sua empresa a escalar com previsibilidade – sem depender de indicações, anúncios ou tentativas no escuro. | |
| </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-white text-gray-900 hover:bg-gray-100 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300"> | |
| Agende uma Reunião | |
| </a> | |
| <a href="#diferenciais" class="border-2 border-white text-white hover:bg-white hover:text-blue-900 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300"> | |
| Conheça Nossa Metodologia | |
| </a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Business Growth" class="rounded-xl shadow-2xl max-w-md w-full floating"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Clients Logo Section --> | |
| <section class="bg-gray-50 py-12"> | |
| <div class="container mx-auto px-6"> | |
| <h3 class="text-center text-gray-500 text-sm font-semibold mb-8">TRABALHAMOS COM EMPRESAS DE TODOS OS TAMANHOS</h3> | |
| <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
| <img src="https://via.placeholder.com/120x60?text=Client+1" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition"> | |
| <img src="https://via.placeholder.com/120x60?text=Client+2" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition"> | |
| <img src="https://via.placeholder.com/120x60?text=Client+3" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition"> | |
| <img src="https://via.placeholder.com/120x60?text=Client+4" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition"> | |
| <img src="https://via.placeholder.com/120x60?text=Client+5" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="servicos" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Como Transformamos Sua Prospecção</h2> | |
| <div class="w-20 h-1 bg-gray-600 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-10"> | |
| <!-- Service 1 --> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale"> | |
| <div class="text-gray-600 mb-4"> | |
| <i class="fas fa-bullseye text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-3">Prospecção Direcionada</h3> | |
| <p class="text-gray-600">Identificamos e qualificamos os leads ideais para seu negócio, garantindo que cada contato tenha real potencial de conversão.</p> | |
| </div> | |
| <!-- Service 2 --> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-handshake text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-3">Agendamento de Reuniões</h3> | |
| <p class="text-gray-600">Não apenas geramos contatos - marcamos reuniões com tomadores de decisão, prontas para sua equipe de vendas.</p> | |
| </div> | |
| <!-- Service 3 --> | |
| <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-chart-line text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-3">Inteligência de Mercado</h3> | |
| <p class="text-gray-600">Fornecemos insights valiosos sobre seu mercado-alvo, ajudando a refinar sua abordagem e aumentar as taxas de conversão.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Divider --> | |
| <div class="section-divider"></div> | |
| <!-- Differentiators Section --> | |
| <section id="diferenciais" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Por Que Escolher a VSX Consulting</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">Nossa abordagem única combina experiência internacional com conhecimento local para entregar resultados mensuráveis.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-10 items-center"> | |
| <div> | |
| <div class="mb-8"> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-gray-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-globe text-gray-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-2">Experiência Internacional</h3> | |
| <p class="text-gray-600">15+ anos atuando em mercados globais, trazendo as melhores práticas para seu negócio.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mb-8"> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-network-wired text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-2">Rede Estratégica</h3> | |
| <p class="text-gray-600">Acesso a uma rede qualificada de tomadores de decisão em diversos setores.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mb-8"> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-4"> | |
| <i class="fas fa-chart-pie text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold text-blue-900 mb-2">Resultados Mensuráveis</h3> | |
| <p class="text-gray-600">Foco em métricas claras: número de reuniões agendadas, qualidade dos leads e taxa de conversão.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <img src="https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Business Strategy" class="rounded-xl shadow-xl w-full"> | |
| <div class="absolute -bottom-6 -right-6 bg-white p-6 rounded-xl shadow-lg hidden md:block"> | |
| <div class="text-blue-600 text-4xl font-bold">+85%</div> | |
| <div class="text-gray-600">Taxa de aceitação<br>de reuniões</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-gray-900 text-white"> | |
| <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 Clientes Dizem</h2> | |
| <div class="w-20 h-1 bg-blue-400 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-blue-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <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> | |
| <p class="italic mb-6">"A VSX transformou completamente nosso pipeline de vendas. Em 3 meses, tivemos mais reuniões qualificadas do que no ano anterior inteiro."</p> | |
| <div class="flex items-center"> | |
| <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">Carlos Mendes</h4> | |
| <p class="text-blue-200 text-sm">CEO, TechSolutions</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-blue-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <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> | |
| <p class="italic mb-6">"Finalmente encontrei uma consultoria que entrega o que promete. As reuniões agendadas pela VSX têm uma taxa de conversão impressionante."</p> | |
| <div class="flex items-center"> | |
| <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">Ana Beatriz</h4> | |
| <p class="text-blue-200 text-sm">Diretora Comercial, InovaCorp</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-blue-800 p-8 rounded-xl"> | |
| <div class="flex items-center mb-4"> | |
| <div class="text-yellow-400 mr-2"> | |
| <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> | |
| <p class="italic mb-6">"A expertise internacional da equipe VSX trouxe insights que nunca teríamos acesso apenas com conhecimento local. Game changer para nosso negócio."</p> | |
| <div class="flex items-center"> | |
| <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">Ricardo Almeida</h4> | |
| <p class="text-blue-200 text-sm">Diretor, GlobalTech</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="bg-gradient-to-r from-gray-900 to-gray-700 rounded-2xl p-10 text-white shadow-xl"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-2/3 mb-8 md:mb-0"> | |
| <h2 class="text-3xl font-bold mb-4">Pronto para transformar seu pipeline de vendas?</h2> | |
| <p class="text-xl text-blue-100">Agende uma consultoria gratuita e descubra como podemos ajudar sua empresa a crescer com previsibilidade.</p> | |
| </div> | |
| <div class="md:w-1/3 flex justify-center md:justify-end"> | |
| <a href="#contato" class="bg-white text-blue-900 hover:bg-blue-100 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300 text-lg"> | |
| Agendar Reunião | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="sobre" class="py-20 bg-gray-50"> | |
| <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 md:pr-12"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-6">Nossa História</h2> | |
| <p class="text-gray-600 mb-6">Fundada por especialistas com mais de 15 anos de experiência em mercados internacionais, a VSX Consulting nasceu da necessidade de trazer inteligência estratégica e eficiência para o processo de prospecção comercial.</p> | |
| <p class="text-gray-600 mb-6">Acreditamos que o crescimento sustentável vem da combinação de dados, relacionamentos estratégicos e execução disciplinada - não de tentativas aleatórias ou indicações ocasionais.</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/men/60.jpg" alt="Founder" class="w-16 h-16 rounded-full mr-4 border-4 border-blue-200"> | |
| <div> | |
| <h4 class="font-bold text-blue-900">Victor Silva</h4> | |
| <p class="text-gray-600">Fundador & CEO</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="VSX Team" class="rounded-xl shadow-xl w-full"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Form Section --> | |
| <section id="contato" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Vamos Conversar</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">Preencha o formulário abaixo e nossa equipe entrará em contato para agendar uma reunião estratégica.</p> | |
| </div> | |
| <div class="max-w-3xl mx-auto bg-gray-50 rounded-xl shadow-md p-8 md:p-12"> | |
| <form id="lead-form" class="space-y-6"> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <label for="name" class="block text-gray-700 font-medium mb-2">Nome Completo*</label> | |
| <input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"> | |
| </div> | |
| <div> | |
| <label for="company" class="block text-gray-700 font-medium mb-2">Empresa*</label> | |
| <input type="text" id="company" name="company" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <label for="email" class="block text-gray-700 font-medium mb-2">E-mail*</label> | |
| <input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"> | |
| </div> | |
| <div> | |
| <label for="phone" class="block text-gray-700 font-medium mb-2">Telefone*</label> | |
| <input type="tel" id="phone" name="phone" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"> | |
| </div> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-gray-700 font-medium mb-2">Como podemos ajudar?*</label> | |
| <textarea id="message" name="message" rows="4" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"></textarea> | |
| </div> | |
| <div class="flex items-center"> | |
| <input type="checkbox" id="consent" name="consent" required class="w-4 h-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500"> | |
| <label for="consent" class="ml-2 text-gray-600">Concordo em receber comunicações da VSX Consulting</label> | |
| </div> | |
| <button type="submit" class="w-full bg-gray-900 hover:bg-gray-800 text-white font-bold py-4 px-6 rounded-lg transition duration-300 hover-scale"> | |
| Agendar Minha Reunião | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Success Modal --> | |
| <div id="success-modal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden"> | |
| <div class="bg-white rounded-xl p-8 max-w-md mx-4 text-center"> | |
| <div class="text-green-500 text-6xl mb-4"> | |
| <i class="fas fa-check-circle"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-4">Obrigado pelo seu interesse!</h3> | |
| <p class="text-gray-600 mb-6">Nossa equipe entrará em contato em até 24 horas para agendar sua reunião estratégica.</p> | |
| <button id="close-modal" class="bg-blue-900 text-white px-6 py-2 rounded-lg hover:bg-blue-800 transition"> | |
| Fechar | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-4">VSX<span class="text-blue-400">Consulting</span></h3> | |
| <p class="text-blue-200">Inteligência comercial e prospecção ativa para escalar seu negócio com previsibilidade.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Serviços</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition">Prospecção Direcionada</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition">Agendamento de Reuniões</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition">Inteligência de Mercado</a></li> | |
| <li><a href="#" class="text-blue-200 hover:text-white transition">Consultoria Estratégica</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Contato</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i class="fas fa-envelope mr-2 text-blue-400"></i> | |
| <span class="text-blue-200">contato@vsxconsulting.com</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-phone-alt mr-2 text-blue-400"></i> | |
| <span class="text-blue-200">+55 11 98765-4321</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i class="fas fa-map-marker-alt mr-2 text-blue-400"></i> | |
| <span class="text-blue-200">São Paulo, Brasil</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Redes Sociais</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-blue-200 hover:text-white text-2xl transition"> | |
| <i class="fab fa-linkedin"></i> | |
| </a> | |
| <a href="#" class="text-blue-200 hover:text-white text-2xl transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-blue-200 hover:text-white text-2xl transition"> | |
| <i class="fab fa-facebook"></i> | |
| </a> | |
| <a href="#" class="text-blue-200 hover:text-white text-2xl transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-blue-800 mt-12 pt-8 text-center text-blue-300"> | |
| <p>© 2023 VSX Consulting. Todos os direitos reservados.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('menu-toggle').addEventListener('click', function() { | |
| document.getElementById('mobile-menu').classList.toggle('hidden'); | |
| }); | |
| // Form submission | |
| document.getElementById('lead-form').addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| // Here you would typically send the form data to your backend | |
| // For demo purposes, we'll just show the success modal | |
| document.getElementById('success-modal').classList.remove('hidden'); | |
| // Reset form | |
| this.reset(); | |
| }); | |
| // Close modal | |
| document.getElementById('close-modal').addEventListener('click', function() { | |
| document.getElementById('success-modal').classList.add('hidden'); | |
| }); | |
| // 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 | |
| document.getElementById('mobile-menu').classList.add('hidden'); | |
| // Calculate position | |
| const headerHeight = document.querySelector('header').offsetHeight; | |
| const elementPosition = targetElement.getBoundingClientRect().top; | |
| const offsetPosition = elementPosition + window.pageYOffset - headerHeight; | |
| window.scrollTo({ | |
| top: offsetPosition, | |
| 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=edsonassisvsx/vsxconsulting" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |