Spaces:
Running
Running
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Clube Mauro Barbeiro - Barbearia por Assinatura em Pitangueiras-SP</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=Montserrat:wght@400;600;700;900&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Montserrat', sans-serif; | |
| scroll-behavior: smooth; | |
| } | |
| .hero-bg { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .plan-card { | |
| transition: all 0.3s ease; | |
| } | |
| .plan-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); | |
| } | |
| .gold-text { | |
| background: linear-gradient(to right, #D4AF37, #F9D423); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| } | |
| .whatsapp-button { | |
| position: fixed; | |
| bottom: 30px; | |
| right: 30px; | |
| z-index: 100; | |
| animation: pulse 2s infinite; | |
| } | |
| @keyframes pulse { | |
| 0% { | |
| box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); | |
| } | |
| 70% { | |
| box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); | |
| } | |
| 100% { | |
| box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-100"> | |
| <!-- WhatsApp Button --> | |
| <a href="https://wa.me/5516999999999?text=Quero%20assinar%20o%20Clube%20Mauro%20Barbeiro" class="whatsapp-button bg-green-500 text-white rounded-full p-4 shadow-xl"> | |
| <i class="fab fa-whatsapp text-3xl"></i> | |
| </a> | |
| <!-- Header/Hero Section --> | |
| <header class="hero-bg min-h-screen flex items-center justify-center text-white relative"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6"> | |
| <span class="gold-text">Chegou o Clube Mauro Barbeiro!</span><br> | |
| <span class="text-xl md:text-3xl font-semibold">Corte e Barba na Rotina, Estilo na Assinatura</span> | |
| </h1> | |
| <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto"> | |
| Barbearia por assinatura em Pitangueiras-SP para quem valoriza praticidade, economia e atendimento de primeira. <span class="font-bold text-yellow-300">Vagas limitadas!</span> | |
| </p> | |
| <a href="#planos" class="bg-gradient-to-r from-yellow-600 to-yellow-800 hover:from-yellow-700 hover:to-yellow-900 text-white font-bold py-4 px-8 rounded-full text-xl transition duration-300 transform hover:scale-105 shadow-lg"> | |
| QUERO ASSINAR AGORA | |
| </a> | |
| </div> | |
| <div class="absolute bottom-10 left-0 right-0 text-center"> | |
| <a href="#como-funciona" class="text-white animate-bounce"> | |
| <i class="fas fa-chevron-down text-3xl"></i> | |
| </a> | |
| </div> | |
| </header> | |
| <!-- Como Funciona Section --> | |
| <section id="como-funciona" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16"> | |
| <span class="gold-text">✂️ Como funciona o Clube Mauro Barbeiro?</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-10"> | |
| <!-- Passo 1 --> | |
| <div class="text-center"> | |
| <div class="bg-yellow-700 text-white rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-clipboard-list text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">1. Escolha seu plano</h3> | |
| <p class="text-gray-700">Bronze, Prata ou Black - cada um com benefícios exclusivos para seu estilo de vida.</p> | |
| </div> | |
| <!-- Passo 2 --> | |
| <div class="text-center"> | |
| <div class="bg-yellow-700 text-white rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-calendar-alt text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">2. Agende online</h3> | |
| <p class="text-gray-700">Atendimento com hora marcada, sem filas e sem espera. Você no comando do seu tempo.</p> | |
| </div> | |
| <!-- Passo 3 --> | |
| <div class="text-center"> | |
| <div class="bg-yellow-700 text-white rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-6"> | |
| <i class="fas fa-chair text-3xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">3. Viva a experiência</h3> | |
| <p class="text-gray-700">Conforto, estilo e técnica no corte e na barba. Um momento só seu, com qualidade premium.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Planos Section --> | |
| <section id="planos" class="py-20 bg-gray-900 text-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16"> | |
| <span class="gold-text">💳 Assine o plano que combina com seu estilo</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
| <!-- Plano Bronze --> | |
| <div class="plan-card bg-gray-800 rounded-lg overflow-hidden shadow-lg"> | |
| <div class="bg-yellow-700 py-4 px-6"> | |
| <h3 class="text-2xl font-bold text-center">BRONZE</h3> | |
| </div> | |
| <div class="p-6"> | |
| <div class="text-center mb-6"> | |
| <span class="text-4xl font-bold">R$ 69</span> | |
| <span class="block text-gray-400">por mês</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>1 corte + 1 barba por mês</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Agendamento prioritário</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Ambiente climatizado</span> | |
| </li> | |
| </ul> | |
| <a href="https://wa.me/5516999999999?text=Quero%20assinar%20o%20plano%20Bronze%20do%20Clube%20Mauro%20Barbeiro" class="block text-center bg-gray-700 hover:bg-yellow-700 text-white font-bold py-3 px-6 rounded transition duration-300"> | |
| ASSINAR AGORA | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Plano Prata --> | |
| <div class="plan-card bg-gray-800 rounded-lg overflow-hidden shadow-lg transform scale-105"> | |
| <div class="bg-gray-600 py-4 px-6 relative"> | |
| <div class="absolute top-0 right-0 bg-yellow-600 text-xs font-bold px-2 py-1 transform translate-x-2 -translate-y-2">POPULAR</div> | |
| <h3 class="text-2xl font-bold text-center">PRATA</h3> | |
| </div> | |
| <div class="p-6"> | |
| <div class="text-center mb-6"> | |
| <span class="text-4xl font-bold">R$ 109</span> | |
| <span class="block text-gray-400">por mês</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>2 cortes + 2 barbas por mês</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>10% off em produtos</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Agendamento VIP</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Toalha personalizada</span> | |
| </li> | |
| </ul> | |
| <a href="https://wa.me/5516999999999?text=Quero%20assinar%20o%20plano%20Prata%20do%20Clube%20Mauro%20Barbeiro" class="block text-center bg-yellow-600 hover:bg-yellow-700 text-white font-bold py-3 px-6 rounded transition duration-300"> | |
| ASSINAR AGORA | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Plano Black --> | |
| <div class="plan-card bg-gray-800 rounded-lg overflow-hidden shadow-lg"> | |
| <div class="bg-black py-4 px-6"> | |
| <h3 class="text-2xl font-bold text-center">BLACK</h3> | |
| </div> | |
| <div class="p-6"> | |
| <div class="text-center mb-6"> | |
| <span class="text-4xl font-bold">R$ 179</span> | |
| <span class="block text-gray-400">por mês</span> | |
| </div> | |
| <ul class="space-y-3 mb-8"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Cortes e barbas ilimitados</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Acesso ao lounge exclusivo</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Kit de boas-vindas premium</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>20% off em produtos</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Agendamento Black (24h)</span> | |
| </li> | |
| </ul> | |
| <a href="https://wa.me/5516999999999?text=Quero%20assinar%20o%20plano%20Black%20do%20Clube%20Mauro%20Barbeiro" class="block text-center bg-gray-700 hover:bg-yellow-700 text-white font-bold py-3 px-6 rounded transition duration-300"> | |
| ASSINAR AGORA | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10 text-gray-400"> | |
| <p class="flex items-center justify-center"><i class="fas fa-clock mr-2"></i> Cancelamento fácil, sem burocracia.</p> | |
| <p class="flex items-center justify-center"><i class="fab fa-whatsapp mr-2"></i> Agendamento direto via WhatsApp.</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Por que Assinar Section --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16"> | |
| <span class="gold-text">🧠 Por que entrar pro Clube Mauro Barbeiro?</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto"> | |
| <!-- Benefício 1 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-piggy-bank text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Economia garantida</h3> | |
| <p class="text-gray-600">Pague menos por cada serviço com nossos planos de assinatura e mantenha seu estilo sempre em dia.</p> | |
| </div> | |
| </div> | |
| <!-- Benefício 2 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-clock text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Atendimento marcado</h3> | |
| <p class="text-gray-600">Chegue e seja atendido. Sem filas, sem espera. Seu tempo é valioso e nós respeitamos isso.</p> | |
| </div> | |
| </div> | |
| <!-- Benefício 3 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-spa text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Ambiente premium</h3> | |
| <p class="text-gray-600">Climatizado, música ambiente selecionada e decoração que transporta você para uma experiência única.</p> | |
| </div> | |
| </div> | |
| <!-- Benefício 4 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-user-tie text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Barbeiros técnicos</h3> | |
| <p class="text-gray-600">Profissionais qualificados e atualizados com as melhores técnicas e tendências do mercado.</p> | |
| </div> | |
| </div> | |
| <!-- Benefício 5 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-hands-helping text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Apoio local</h3> | |
| <p class="text-gray-600">Valorizamos o comércio local e reinvestimos em nossa comunidade. Seu estilo ajuda nossa cidade.</p> | |
| </div> | |
| </div> | |
| <!-- Benefício 6 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex items-start"> | |
| <div class="bg-yellow-100 text-yellow-700 rounded-full w-12 h-12 flex items-center justify-center mr-4"> | |
| <i class="fas fa-crown text-xl"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2">Exclusividade</h3> | |
| <p class="text-gray-600">Benefícios e vantagens pensados especialmente para quem valoriza qualidade e diferenciação.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Depoimento Section --> | |
| <section class="py-20 bg-gray-900 text-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-4xl mx-auto text-center"> | |
| <i class="fas fa-quote-left text-yellow-500 text-5xl mb-8 opacity-30"></i> | |
| <p class="text-xl md:text-2xl italic mb-8"> | |
| "Depois que assinei o plano Prata, nunca mais perdi tempo esperando. Atendimento top, barbeiros excelentes. Vale muito a pena. O melhor investimento que fiz no meu visual e autoestima este ano!" | |
| </p> | |
| <div class="flex items-center justify-center"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="João M." class="w-16 h-16 rounded-full border-2 border-yellow-500 mr-4"> | |
| <div class="text-left"> | |
| <p class="font-bold">João M.</p> | |
| <p class="text-gray-400">Comerciante local</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Final Section --> | |
| <section class="py-20 bg-gradient-to-r from-yellow-600 to-yellow-800"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-white mb-8"> | |
| 👉 Quer garantir seu plano com benefícios exclusivos? | |
| </h2> | |
| <p class="text-xl text-white mb-10 max-w-2xl mx-auto"> | |
| Vagas limitadas! Assine agora e transforme sua rotina de cuidados com um estilo impecável. | |
| </p> | |
| <a href="https://wa.me/5516999999999?text=Quero%20assinar%20o%20Clube%20Mauro%20Barbeiro" class="inline-block bg-black hover:bg-gray-900 text-white font-bold py-4 px-10 rounded-full text-xl transition duration-300 transform hover:scale-105 shadow-lg"> | |
| QUERO ASSINAR AGORA <i class="fab fa-whatsapp ml-2"></i> | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Localização e Contato Section --> | |
| <section class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-10 items-center"> | |
| <div> | |
| <h2 class="text-2xl font-bold mb-6">📍 Nossa Localização</h2> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <p class="text-lg font-semibold mb-2">Mauro Barbeiro</p> | |
| <p class="text-gray-600 mb-4">Rua Coronel Antônio Marques, nº 123 - Centro, Pitangueiras-SP</p> | |
| <p class="flex items-center text-gray-600 mb-2"> | |
| <i class="fas fa-clock mr-3"></i> Segunda a Sábado | 9h às 19h | |
| </p> | |
| <p class="flex items-center text-gray-600"> | |
| <i class="fas fa-phone-alt mr-3"></i> (16) 99999-9999 | |
| </p> | |
| </div> | |
| </div> | |
| <div> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3728.123456789012!2d-48.12345678901234!3d-21.123456789012345!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjHCsDA3JzI0LjQiUyA0OMKwMDcnMjQuNCJX!5e0!3m2!1spt-BR!2sbr!4v1234567890123!5m2!1spt-BR!2sbr" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" class="rounded-lg shadow-md"></iframe> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black text-white py-10"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0"> | |
| <h3 class="text-2xl font-bold mb-2"> | |
| <span class="gold-text">Mauro Barbeiro</span> | |
| </h3> | |
| <p class="text-gray-400">Estilo que transforma, desde 2015.</p> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition duration-300"> | |
| <i class="fab fa-facebook-f text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-yellow-500 transition duration-300"> | |
| <i class="fab fa-instagram text-xl"></i> | |
| </a> | |
| <a href="https://wa.me/5516999999999" class="text-gray-400 hover:text-yellow-500 transition duration-300"> | |
| <i class="fab fa-whatsapp text-xl"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm"> | |
| <p>🔐 Mauro Barbeiro respeita o Código de Defesa do Consumidor. Serviços prestados conforme contrato regular.</p> | |
| <p class="mt-2">Esta página é informativa, sem promessa de resultado, prezando pela qualidade, ética e sigilo.</p> | |
| <p class="mt-4">© 2023 Clube Mauro Barbeiro. Todos os direitos reservados.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Smooth scroll for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| // Animation on scroll | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const planCards = document.querySelectorAll('.plan-card'); | |
| const observer = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.style.opacity = '1'; | |
| entry.target.style.transform = 'translateY(0)'; | |
| } | |
| }); | |
| }, { threshold: 0.1 }); | |
| planCards.forEach(card => { | |
| card.style.opacity = '0'; | |
| card.style.transform = 'translateY(20px)'; | |
| card.style.transition = 'all 0.6s ease'; | |
| observer.observe(card); | |
| }); | |
| }); | |
| </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=JEFFERSON1995/mauro" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |