Spaces:
Running
Running
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Bruma Revitalizante Vipotech | Pele Acalmada e Radiante</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@400;600&display=swap"> | |
| <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script> | |
| <style> | |
| body { | |
| font-family: 'Sora', sans-serif; | |
| color: #333333; | |
| background-color: #FFFFFF; | |
| } | |
| .hero-image { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .highlight-section { | |
| background-color: #fab334; | |
| } | |
| .btn-primary { | |
| background-color: #e94f1d; | |
| transition: all 0.3s ease; | |
| } | |
| .btn-primary:hover { | |
| background-color: #d1451a; | |
| transform: translateY(-2px); | |
| } | |
| .testimonial-card { | |
| background-color: #F2F2F2; | |
| border-radius: 12px; | |
| } | |
| .product-shadow { | |
| box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); | |
| } | |
| .benefit-icon { | |
| color: #e94f1d; | |
| font-size: 24px; | |
| } | |
| .countdown { | |
| font-size: 1.5rem; | |
| font-weight: 600; | |
| color: #e94f1d; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Hero Section --> | |
| <section class="hero-image h-screen flex items-center justify-center text-white relative"> | |
| <div class="absolute inset-0 bg-black opacity-20"></div> | |
| <div class="container mx-auto px-6 z-10 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-semibold mb-4">Pele Acalmada, Pura e Radiante em Segundos? Sim! ✨</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Conheça a Bruma Revitalizante Vipotech: o poder inovador do Ácido Hipocloroso em uma fórmula vegana que refresca, equilibra e ilumina sua pele instantaneamente.</p> | |
| <a href="#offer" class="btn-primary text-white font-semibold py-4 px-8 rounded-full text-lg inline-block">QUERO MINHA BRUMA VIPOTECH</a> | |
| </div> | |
| </section> | |
| <!-- Quick Connection Section --> | |
| <section class="py-16 highlight-section"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl font-semibold mb-6">Cansada de pele irritada, sensível ou sem vida?</h2> | |
| <p class="text-xl max-w-2xl mx-auto">Buscando um cuidado eficaz, gentil e prático para sua rotina?</p> | |
| </div> | |
| </section> | |
| <!-- Product Presentation --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <h2 class="text-3xl font-semibold mb-6 text-[#e94f1d]">Apresentamos a Bruma Revitalizante Vipotech!</h2> | |
| <p class="text-lg mb-6">Sua nova aliada para uma pele visivelmente mais saudável. Formulada com Ácido Hipocloroso (HOCl) estabilizado e 100% vegana, ela oferece múltiplos benefícios em um único spray.</p> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <img src="https://images.unsplash.com/photo-1556228578-6192d039d3c8?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" alt="Bruma Revitalizante Vipotech" class="rounded-lg product-shadow max-w-xs md:max-w-md"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Benefits Section --> | |
| <section class="py-20 bg-[#F2F2F2]"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-semibold mb-12 text-center text-[#e94f1d]">O que a Bruma Vipotech faz pela sua pele:</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Benefit 1 --> | |
| <div class="bg-white p-6 rounded-lg flex items-start"> | |
| <i class="fas fa-leaf benefit-icon mr-4 mt-1"></i> | |
| <div> | |
| <h3 class="font-semibold text-xl mb-2">Acalma na Hora</h3> | |
| <p>Reduz vermelhidão e irritação. Perfeita para peles sensíveis!</p> | |
| </div> | |
| </div> | |
| <!-- Benefit 2 --> | |
| <div class="bg-white p-6 rounded-lg flex items-start"> | |
| <i class="fas fa-tint benefit-icon mr-4 mt-1"></i> | |
| <div> | |
| <h3 class="font-semibold text-xl mb-2">Purifica Suavemente</h3> | |
| <p>Ajuda a controlar a oleosidade e minimizar poros, sem ressecar.</p> | |
| </div> | |
| </div> | |
| <!-- Benefit 3 --> | |
| <div class="bg-white p-6 rounded-lg flex items-start"> | |
| <i class="fas fa-spray-can benefit-icon mr-4 mt-1"></i> | |
| <div> | |
| <h3 class="font-semibold text-xl mb-2">Refresca e Hidrata</h3> | |
| <p>Ideal para um boost de hidratação a qualquer hora do dia.</p> | |
| </div> | |
| </div> | |
| <!-- Benefit 4 --> | |
| <div class="bg-white p-6 rounded-lg flex items-start"> | |
| <i class="fas fa-star benefit-icon mr-4 mt-1"></i> | |
| <div> | |
| <h3 class="font-semibold text-xl mb-2">Prepara e Fixa</h3> | |
| <p>Use antes da make para preparar ou depois para fixar e dar um glow.</p> | |
| </div> | |
| </div> | |
| <!-- Benefit 5 --> | |
| <div class="bg-white p-6 rounded-lg flex items-start"> | |
| <i class="fas fa-shield-alt benefit-icon mr-4 mt-1"></i> | |
| <div> | |
| <h3 class="font-semibold text-xl mb-2">Revitaliza</h3> | |
| <p>Deixa a pele com um aspecto mais saudável e luminoso.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How to Use Section --> | |
| <section class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-semibold mb-12 text-center text-[#e94f1d]">Simples e versátil!</h2> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <img src="https://media.giphy.com/media/3o7TKsQ8XipXqQnXm8/giphy.gif" alt="Usando a Bruma Vipotech" class="rounded-lg max-w-full h-auto"> | |
| </div> | |
| <div class="md:w-1/2 md:pl-10"> | |
| <p class="text-lg mb-6">Borrife no rosto limpo a qualquer momento:</p> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <span class="bg-[#e94f1d] text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">1</span> | |
| <span>Pela manhã, antes do seu hidratante/protetor.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="bg-[#e94f1d] text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">2</span> | |
| <span>Antes ou depois da maquiagem.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="bg-[#e94f1d] text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">3</span> | |
| <span>Durante o dia para refrescar e reequilibrar.</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="bg-[#e94f1d] text-white rounded-full w-6 h-6 flex items-center justify-center mr-3">4</span> | |
| <span>Após exercícios físicos ou exposição ao sol.</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-[#F2F2F2]"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-semibold mb-12 text-center text-[#e94f1d]">Veja quem já aprovou:</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Camila R." class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold">Camila R.</h4> | |
| <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> | |
| </div> | |
| <p>"Salvou minha pele nos dias de calor! Super refrescante."</p> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-card p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Bruno G." class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold">Bruno G.</h4> | |
| <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> | |
| </div> | |
| <p>"Notei meus poros menos aparentes e a pele mais calma."</p> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-card p-6"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Fernanda T." class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold">Fernanda T.</h4> | |
| <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> | |
| </div> | |
| <p>"Leve, não pesa e deixa um viço lindo. Adorei!"</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Offer Section --> | |
| <section id="offer" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="max-w-4xl mx-auto text-center"> | |
| <h2 class="text-3xl font-semibold mb-6 text-[#e94f1d]">Leve hoje a sua Bruma Revitalizante Vipotech (120ml) e sinta a diferença!</h2> | |
| <div class="my-10"> | |
| <img src="https://images.unsplash.com/photo-1556228578-6192d039d3c8?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" alt="Oferta Bruma Vipotech" class="mx-auto max-w-xs rounded-lg product-shadow"> | |
| </div> | |
| <div class="mb-8"> | |
| <p class="text-xl line-through opacity-70">De R$ 129,90</p> | |
| <p class="text-4xl font-semibold text-[#e94f1d]">por apenas: R$ 89,90</p> | |
| </div> | |
| <div class="highlight-section p-4 rounded-lg mb-8"> | |
| <p class="font-semibold text-lg">🔥 OFERTA EXCLUSIVA DA PÁGINA: Peça AGORA e ganhe Frete Grátis!</p> | |
| <p>(Válido somente hoje ou enquanto durar o estoque promocional)</p> | |
| </div> | |
| <!-- Countdown Timer --> | |
| <div class="mb-8"> | |
| <p class="mb-2">Oferta expira em:</p> | |
| <div class="countdown flex justify-center space-x-4"> | |
| <span id="hours">03</span>:<span id="minutes">45</span>:<span id="seconds">22</span> | |
| </div> | |
| </div> | |
| <a href="#cta" class="btn-primary text-white font-semibold py-4 px-8 rounded-full text-lg inline-block mb-6">QUERO MINHA BRUMA VIPOTECH COM OFERTA!</a> | |
| <p class="text-sm">Clique aqui antes que a oferta acabe!</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Guarantee Section --> | |
| <section class="py-16 bg-[#F2F2F2]"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <div class="max-w-3xl mx-auto"> | |
| <div class="bg-white p-6 rounded-lg"> | |
| <div class="w-24 h-24 bg-[#e94f1d] rounded-full flex items-center justify-center text-white text-2xl font-semibold mx-auto mb-6">30</div> | |
| <h2 class="text-3xl font-semibold mb-4 text-[#e94f1d]">SEU RISCO É ZERO!</h2> | |
| <p class="text-lg mb-6">Experimente a Bruma Vipotech por 30 dias. Se não ficar 100% satisfeita com os resultados, devolvemos todo o seu dinheiro.</p> | |
| <div class="border-2 border-[#e94f1d] rounded-lg inline-block p-2"> | |
| <p class="font-semibold">Garantia Vipotech 30 Dias - Satisfação Total</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Final CTA Section --> | |
| <section id="cta" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl font-semibold mb-6 text-[#e94f1d]">Transforme sua rotina de cuidados com a pele hoje mesmo!</h2> | |
| <a href="#offer" class="btn-primary text-white font-semibold py-4 px-8 rounded-full text-lg inline-block mb-6">QUERO MINHA BRUMA VIPOTECH COM OFERTA!</a> | |
| <p class="text-sm"><a href="#offer" class="underline">Sim, quero experimentar a Bruma Revitalizante Vipotech agora!</a></p> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="py-10 bg-[#333333] text-white"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col items-center"> | |
| <div class="mb-6"> | |
| <span class="text-2xl font-semibold">VIPOTECH</span> | |
| </div> | |
| <div class="w-24 h-px bg-gray-500 mb-6"></div> | |
| <p class="text-sm">© 2023 Vipotech. Todos os direitos reservados.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Countdown Timer Script --> | |
| <script> | |
| function updateCountdown() { | |
| const now = new Date(); | |
| const endOfDay = new Date(); | |
| endOfDay.setHours(23, 59, 59, 999); | |
| const diff = endOfDay - now; | |
| const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
| const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)); | |
| const seconds = Math.floor((diff % (1000 * 60)) / 1000); | |
| document.getElementById('hours').textContent = hours.toString().padStart(2, '0'); | |
| document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0'); | |
| document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0'); | |
| } | |
| updateCountdown(); | |
| setInterval(updateCountdown, 1000); | |
| </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=robertosousa/vipotech-teste" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |