| <!DOCTYPE html> |
| <html lang="pt-BR"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>JáAgendei - Agendamento para o seu negócio</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <link rel="canonical" href="https://www.jaagendei.blog/" > |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <meta name="google-site-verification" content="bJ_C-41Z2BRtWjm9vFkWvQAfudz8nZpFCKJrzhCQHNI" > |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); |
| |
| body { |
| font-family: 'Montserrat', sans-serif; |
| background-color: #0a0a0a; |
| color: #ffffff; |
| } |
| |
| .gold-gradient { |
| background: linear-gradient(90deg, #D4AF37 0%, #F9D423 100%); |
| } |
| |
| .card-hover:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2); |
| } |
| |
| .btn-gold { |
| background: linear-gradient(90deg, #D4AF37 0%, #F9D423 100%); |
| color: #000; |
| font-weight: 600; |
| } |
| |
| .btn-gold:hover { |
| background: linear-gradient(90deg, #F9D423 0%, #D4AF37 100%); |
| } |
| </style> |
| </head> |
| <body class="min-h-screen"> |
| |
| <header id="cabeçalho" class="fixed top-0 left-0 right-0 bg-black/80 backdrop-blur-md py-6 px-4 sm:px-6 lg:px-8 border-b border-gray-800/50 z-50 transition-all duration-300"> |
| <div class="container mx-auto flex justify-between items-center"> |
| <div class="flex items-center"> |
| <i data-feather="" class="text-amber-400 mr-2 w-8 h-8"></i> |
| <h1 class="text-2xl font-bold text-white">Já<span class="text-amber-400">Agendei</span></h1> |
| </div> |
| <nav id= "menu" class="hidden md:flex space-x-8"> |
| <a href="#" class="text-white hover:text-amber-400 transition">Início</a> |
| <a href="#barbearias" class="text-white hover:text-amber-400 transition">Associados</a> |
| <a href="#how-it-works" class="text-white hover:text-amber-400 transition">Como Funciona</a> |
| <a href="#how-it-works" class="text-white hover:text-amber-400 transition">Contato</a> |
| </nav> |
| <button id="menu-button" class="md:hidden text-white"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </header> |
| <script> |
| document.addEventListener('DOMContentLoaded', () => { |
| feather.replace(); |
| |
| const menuButton = document.getElementById('menu-button'); |
| const menu = document.getElementById('menu'); |
| |
| menuButton.addEventListener('click', () => { |
| menu.classList.toggle('hidden'); |
| }); |
| }); |
| </script> |
|
|
| |
| <section class="relative py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-b from-black to-gray-900"> |
| <div class="container mx-auto text-center" data-aos="fade-up"> |
| <h1 class="text-4xl md:text-6xl font-bold mb-6 text-white"> |
| Agende seu horário de forma <span class="gold-gradient bg-clip-text text-transparent">rápida e prática</span> |
| </h1> |
| <p class="text-xl text-gray-300 mb-10 max-w-3xl mx-auto"> |
| Conectamos você a os melhores negócios da cidade. Escolha, agende e vá direto ao ponto. |
| </p> |
| <a href="#barbearias" class="btn-gold px-8 py-3 rounded-full font-bold inline-block transition duration-300 transform hover:scale-105"> |
| Ver Associados |
| </a> |
| </div> |
| </section> |
|
|
| |
| <section id="barbearias" class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-900"> |
| <div class="container mx-auto"> |
| <h2 class="text-3xl font-bold text-center mb-12 text-white"> |
| Nossos <span class="gold-gradient bg-clip-text text-transparent"> Associados </span> |
| </h2> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| <div class="bg-gray-800 rounded-xl overflow-hidden transition duration-300 card-hover" data-aos="fade-up" data-aos-delay="100"> |
| <div class="h-48 overflow-hidden"> |
| <img src="ep.jpg" alt="The Gentleman's Cut" class="w-full h-full object-cover"> |
| </div> |
| <div class="p-6"> |
| <div class="flex justify-between items-start mb-4"> |
| <h3 class="text-xl font-bold text-white">EP marketing</h3> |
| <span class="bg-amber-400 text-black text-xs px-2 py-1 rounded-full">VIP</span> |
| </div> |
| <div class="flex items-center text-gray-400 mb-3"> |
| <i data-feather="map-pin" class="w-4 h-4 mr-2"></i> |
| <span>Jose Pinheiro, Tv Tito Sodre, 52</span> |
| </div> |
| <div class="mb-4"> |
| <h4 class="text-sm text-gray-400 mb-2">Serviços:</h4> |
| <div class="flex flex-wrap gap-2"> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Filmmaker</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Branding</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">copywriter</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Criação de conteudo</span> |
| </div> |
| </div> |
| <button onclick="window.location.href='EPMarketing'" class="btn-gold w-full py-2 rounded-lg font-medium transition duration-300"> |
| Agendar |
| </button> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-gray-800 rounded-xl overflow-hidden transition duration-300 card-hover" data-aos="fade-up" data-aos-delay="200"> |
| <div class="h-48 overflow-hidden"> |
| <img src="logo3.jpg" alt="Old School Barbershop" class="w-full h-full object-cover"> |
| </div> |
| <div class="p-6"> |
| <div class="flex justify-between items-start mb-4"> |
| <h3 class="text-xl font-bold text-white">Doce Charme Confeitario </h3> |
| <span class="bg-amber-400 text-black text-xs px-2 py-1 rounded-full">Clássica</span> |
| </div> |
| <div class="flex items-center text-gray-400 mb-3"> |
| <i data-feather="map-pin" class="w-4 h-4 mr-2"></i> |
| <span>Três Irmãs</span> |
| </div> |
| <div class="mb-4"> |
| <h4 class="text-sm text-gray-400 mb-2">Serviços:</h4> |
| <div class="flex flex-wrap gap-2"> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Palha Italiana</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Brigadeiro Gourmet</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Mini Palha Italiana</span> |
| <span class="bg-gray-700 text-white text-xs px-2 py-1 rounded">Diversos Sabores</span> |
| </div> |
| </div> |
| <button onclick="window.location.href='docecharme'" class="btn-gold w-full py-2 rounded-lg font-medium transition duration-300"> |
| Agendar |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 px-4 sm:px-6 lg:px-8 bg-black"> |
| <div class="container mx-auto"> |
| <h2 class="text-3xl font-bold text-center mb-12 text-white"> |
| Como <span class="gold-gradient bg-clip-text text-transparent">Funciona</span> |
| </h2> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="text-center" data-aos="fade-up"> |
| <div class="bg-gray-800 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="search" class="text-amber-400 w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-white mb-2">1. Escolha</h3> |
| <p class="text-gray-400">Selecione a barbearia que mais combina com seu estilo.</p> |
| </div> |
| |
| <div class="text-center" data-aos="fade-up" data-aos-delay="100"> |
| <div class="bg-gray-800 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="calendar" class="text-amber-400 w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-white mb-2">2. Agende</h3> |
| <p class="text-gray-400">Marque o horário que melhor se encaixa na sua agenda.</p> |
| </div> |
| |
| <div class="text-center" data-aos="fade-up" data-aos-delay="200"> |
| <div class="bg-gray-800 rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="check-circle" class="text-amber-400 w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold text-white mb-2">3. Confirme</h3> |
| <p class="text-gray-400">Receba a confirmação direto no seu WhatsApp.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer id="how-it-works" class="bg-gray-900 py-12 px-4 sm:px-6 lg:px-8 border-t border-gray-800"> |
| <div class="container mx-auto"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div> |
| <div class="flex items-center mb-4"> |
| <i data-feather="" class="text-amber-400 mr-2 w-6 h-6"></i> |
| <h3 class="text-xl font-bold text-white">Já<span class="text-amber-400">Agendei</span></h3> |
| </div> |
| <p class="text-gray-400 mb-4"> |
| Conectando você ha os melhores negocios da cidade com praticidade e estilo. |
| </p> |
| <div class="flex space-x-4"> |
| <a href="https://www.instagram.com/jaagendeibr/" class="text-gray-400 hover:text-amber-400 transition"> |
| <i data-feather="instagram"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-amber-400 transition"> |
| <i data-feather="facebook"></i> |
| </a> |
| <a href="https://wa.me/5583988639789" class="text-gray-400 hover:text-amber-400 transition"> |
| <i data-feather="phone"></i> |
| </a> |
| </div> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-bold text-white mb-4">Links Rápidos</h4> |
| <ul class="space-y-2"> |
| <li><a href="#cabeçalho" class="text-gray-400 hover:text-amber-400 transition">Início</a></li> |
| <li><a href="#barbearias" class="text-gray-400 hover:text-amber-400 transition">Associados</a></li> |
| <li><a href="#how-it-works Section" class="text-gray-400 hover:text-amber-400 transition">Como Funciona</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-amber-400 transition">Contato</a></li> |
| </ul> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-bold text-white mb-4">Contato</h4> |
| <ul class="space-y-2"> |
| <li class="flex items-center text-gray-400"> |
| <i data-feather="mail" class="w-4 h-4 mr-2"></i> |
| contatojaagendei@gmail.com |
| </li> |
| <li class="flex items-center text-gray-400"> |
| <i data-feather="phone" class="w-4 h-4 mr-2"></i> |
| (83) 98863-9789 |
| </li> |
| </ul> |
| </div> |
| |
| <div> |
| <h4 class="text-lg font-bold text-white mb-4">Seja Parceiro</h4> |
| <p class="text-gray-400 mb-4"> |
| Seu negocio também pode fazer parte do JáAgendei. |
| </p> |
| <a href="cadastro.html" class="btn-gold px-4 py-2 rounded-lg font-medium text-sm inline-block"> |
| Cadastrar seu negocio |
| </a> |
|
|
| </button> |
| </div> |
| </div> |
| |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500"> |
| <p>© 2025 JáAgendei. Todos os direitos reservados.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| AOS.init({ |
| duration: 800, |
| easing: 'ease-in-out', |
| once: true |
| }); |
| |
| feather.replace(); |
| |
| AOS.init({ duration: 800, easing: 'ease-in-out', once: true }); |
| feather.replace(); |
| |
| |
| window.onload = function() { |
| const header = document.getElementById("cabeçalho"); |
| if(header) { |
| header.scrollIntoView({ behavior: "smooth" }); |
| } |
| }; |
| </script> |
| </body> |
| </html> |
|
|