Crie uma página profissional e atrativa para vender um curso de importação Linguagem direta e motivadora 4. Secção Formas de Pagamento, dividida assim: 💳 Para Moçambique (Carteiras Móveis) > 💰 Valor do curso: 1.000 MTs ✅ Emola (Natércio): +258 875606140 ✅ M-Pesa (Rosa): +258 851428143 📤 Após o pagamento, envie o comprovativo diretamente para o nosso WhatsApp: 🔗 Clique aqui para enviar comprovativo no WhatsApp 🌍 Para pagamentos internacionais (PayPal) > 💵 Valor internacional equivalente: 15 USD ✅ Aceita cartão de crédito/débito, mesmo sem conta no PayPal 🔗 Pagar com PayPal 5. Aviso importante abaixo dos pagamentos: "Se tiver dúvidas ou dificuldades ao pagar, fale conosco diretamente no WhatsApp. Nosso suporte está sempre disponível." 6. Botão de contato fixo no final da página: 🔘 Fale com Suporte no WhatsApp 7. Rodapé com contato oficial: 📱 WhatsApp: +258 875606140 📧 Email: [email protected] 8. O layout da página deve ser responsivo, moderno, com destaque visual para os métodos de pagamento e fácil navegação para celular. 9. Linguagem direta, jovem, confiável e profissional e os alunos dos comprovativos devem ser 8 comprovativos o método do pagamento deve iniciar PayPal e depois carteira móvel - Initial Deployment
1caa26b
verified
<html lang="pt"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Curso de Importação - Domine o Mercado Internacional</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> | |
.whatsapp-float { | |
position: fixed; | |
width: 60px; | |
height: 60px; | |
bottom: 40px; | |
right: 40px; | |
background-color: #25d366; | |
color: #FFF; | |
border-radius: 50px; | |
text-align: center; | |
font-size: 30px; | |
box-shadow: 2px 2px 3px #999; | |
z-index: 100; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
transition: all 0.3s ease; | |
} | |
.whatsapp-float:hover { | |
background-color: #128C7E; | |
transform: scale(1.1); | |
} | |
.payment-card { | |
transition: all 0.3s ease; | |
} | |
.payment-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 10px 20px rgba(0,0,0,0.1); | |
} | |
@keyframes pulse { | |
0% { transform: scale(1); } | |
50% { transform: scale(1.05); } | |
100% { transform: scale(1); } | |
} | |
.cta-button { | |
animation: pulse 2s infinite; | |
} | |
</style> | |
</head> | |
<body class="font-sans bg-gray-50"> | |
<!-- Header --> | |
<header class="bg-gradient-to-r from-blue-600 to-blue-800 text-white py-6 shadow-lg"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<div class="mb-4 md:mb-0"> | |
<h1 class="text-3xl font-bold">Curso de Importação</h1> | |
<p class="text-blue-200">Domine o mercado internacional e aumente seus lucros</p> | |
</div> | |
<a href="#inscricao" class="bg-yellow-400 hover:bg-yellow-500 text-blue-900 font-bold py-3 px-6 rounded-full cta-button shadow-lg transition duration-300"> | |
INSCREVA-SE AGORA | |
</a> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h2 class="text-4xl font-bold text-gray-800 mb-6">Transforme seu negócio com nosso curso de importação</h2> | |
<p class="text-gray-600 text-lg mb-8">Aprenda com especialistas como importar produtos de qualidade, reduzir custos e aumentar seus lucros significativamente. Métodos comprovados que funcionam em Moçambique.</p> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-3 text-xl"></i> | |
<span class="text-gray-700">Passo a passo completo para iniciantes</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-3 text-xl"></i> | |
<span class="text-gray-700">Fontes confiáveis de fornecedores internacionais</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-3 text-xl"></i> | |
<span class="text-gray-700">Como evitar golpes e problemas alfandegários</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-3 text-xl"></i> | |
<span class="text-gray-700">Estratégias para maximizar seus lucros</span> | |
</li> | |
</ul> | |
<a href="#inscricao" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full inline-block transition duration-300 shadow-lg"> | |
QUERO ME INSCREVER | |
</a> | |
</div> | |
<div class="md:w-1/2"> | |
<img src="https://images.unsplash.com/photo-1454165804606-3aedd6f0bb07?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Importação e negócios internacionais" class="rounded-lg shadow-2xl w-full"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Benefits Section --> | |
<section class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">O que você vai aprender no curso?</h2> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-globe text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Fontes Confiáveis</h3> | |
<p class="text-gray-600">Acesso a fornecedores internacionais verificados e com bom histórico de entrega para Moçambique.</p> | |
</div> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-money-bill-wave text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Redução de Custos</h3> | |
<p class="text-gray-600">Técnicas para negociar melhores preços e reduzir custos de transporte e alfândega.</p> | |
</div> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-file-contract text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Documentação</h3> | |
<p class="text-gray-600">Como preparar toda a documentação necessária para evitar problemas na alfândega.</p> | |
</div> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-truck text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Logística</h3> | |
<p class="text-gray-600">Escolha os melhores métodos de transporte e parceiros logísticos para seu tipo de produto.</p> | |
</div> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-shield-alt text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Prevenção de Golpes</h3> | |
<p class="text-gray-600">Identifique e evite os golpes mais comuns no comércio internacional.</p> | |
</div> | |
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
<div class="text-blue-600 mb-4"> | |
<i class="fas fa-chart-line text-4xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3 text-gray-800">Maximização de Lucros</h3> | |
<p class="text-gray-600">Estratégias para precificar seus produtos e aumentar significativamente seus lucros.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials Section --> | |
<section class="py-16 bg-blue-700 text-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">O que nossos alunos dizem</h2> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<div class="bg-blue-800 p-6 rounded-lg"> | |
<div class="flex items-center mb-4"> | |
<div class="text-yellow-400 mr-3"> | |
<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="mb-4 italic">"Depois do curso, consegui importar meu primeiro lote de celulares com 40% de economia. Em 3 meses já tinha recuperado o investimento no curso!"</p> | |
<div class="flex items-center"> | |
<div class="bg-blue-600 rounded-full w-12 h-12 flex items-center justify-center mr-3"> | |
<i class="fas fa-user text-xl"></i> | |
</div> | |
<div> | |
<p class="font-bold">Carlos M.</p> | |
<p class="text-blue-200 text-sm">Maputo</p> | |
</div> | |
</div> | |
</div> | |
<div class="bg-blue-800 p-6 rounded-lg"> | |
<div class="flex items-center mb-4"> | |
<div class="text-yellow-400 mr-3"> | |
<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="mb-4 italic">"As dicas sobre documentação me salvaram de ter mercadoria retida na alfândega. O curso vale cada centavo investido!"</p> | |
<div class="flex items-center"> | |
<div class="bg-blue-600 rounded-full w-12 h-12 flex items-center justify-center mr-3"> | |
<i class="fas fa-user text-xl"></i> | |
</div> | |
<div> | |
<p class="font-bold">Ana S.</p> | |
<p class="text-blue-200 text-sm">Beira</p> | |
</div> | |
</div> | |
</div> | |
<div class="bg-blue-800 p-6 rounded-lg"> | |
<div class="flex items-center mb-4"> | |
<div class="text-yellow-400 mr-3"> | |
<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="mb-4 italic">"Consegui encontrar fornecedores confiáveis na China e já estou com meu negócio de roupas funcionando a todo vapor. Recomendo demais!"</p> | |
<div class="flex items-center"> | |
<div class="bg-blue-600 rounded-full w-12 h-12 flex items-center justify-center mr-3"> | |
<i class="fas fa-user text-xl"></i> | |
</div> | |
<div> | |
<p class="font-bold">Joaquim T.</p> | |
<p class="text-blue-200 text-sm">Nampula</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Payment Section --> | |
<section id="inscricao" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Formas de Pagamento</h2> | |
<!-- International Payments --> | |
<div class="max-w-3xl mx-auto mb-16"> | |
<div class="bg-gray-100 rounded-t-lg p-6 border-b border-gray-200"> | |
<h3 class="text-2xl font-bold text-gray-800 flex items-center"> | |
<i class="fas fa-globe-americas text-blue-600 mr-3"></i> | |
Para Pagamentos Internacionais (PayPal) | |
</h3> | |
</div> | |
<div class="bg-white p-6 rounded-b-lg shadow-md"> | |
<div class="flex flex-col md:flex-row items-center justify-between mb-6"> | |
<div class="mb-4 md:mb-0"> | |
<p class="text-gray-600 mb-2">Valor internacional equivalente:</p> | |
<p class="text-2xl font-bold text-blue-600">15 USD</p> | |
</div> | |
<div class="bg-green-100 p-3 rounded-lg"> | |
<p class="text-green-800 font-medium"><i class="fas fa-check-circle text-green-600 mr-2"></i>Aceita cartão de crédito/débito, mesmo sem conta no PayPal</p> | |
</div> | |
</div> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-6"> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/b/b5/PayPal.svg" alt="PayPal" class="h-10 mb-2"> | |
<p class="text-sm text-gray-600 text-center">Pagamento Seguro</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fab fa-cc-visa text-3xl text-blue-800 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Cartões Visa</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fab fa-cc-mastercard text-3xl text-red-500 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Mastercard</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fas fa-credit-card text-3xl text-purple-600 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Outros Cartões</p> | |
</div> | |
</div> | |
<a href="https://www.paypal.com" target="_blank" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg w-full md:w-auto inline-block text-center transition duration-300"> | |
<i class="fab fa-paypal mr-2"></i> Pagar com PayPal | |
</a> | |
</div> | |
</div> | |
<!-- Mozambique Payments --> | |
<div class="max-w-3xl mx-auto"> | |
<div class="bg-gray-100 rounded-t-lg p-6 border-b border-gray-200"> | |
<h3 class="text-2xl font-bold text-gray-800 flex items-center"> | |
<i class="fas fa-mobile-alt text-green-600 mr-3"></i> | |
Para Moçambique (Carteiras Móveis) | |
</h3> | |
</div> | |
<div class="bg-white p-6 rounded-b-lg shadow-md"> | |
<div class="mb-6"> | |
<p class="text-gray-600 mb-2">Valor do curso:</p> | |
<p class="text-2xl font-bold text-green-600">1.000 MTs</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8"> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200"> | |
<div class="flex items-center mb-3"> | |
<div class="bg-green-100 p-2 rounded-full mr-3"> | |
<i class="fas fa-wallet text-green-600 text-xl"></i> | |
</div> | |
<h4 class="font-bold text-gray-800">Emola</h4> | |
</div> | |
<p class="text-gray-600 mb-2">Natércio: <span class="font-medium">+258 875606140</span></p> | |
<div class="bg-green-50 p-2 rounded"> | |
<p class="text-green-700 text-sm"><i class="fas fa-info-circle mr-1"></i> Envie exatamente 1.000 MTs</p> | |
</div> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200"> | |
<div class="flex items-center mb-3"> | |
<div class="bg-blue-100 p-2 rounded-full mr-3"> | |
<i class="fas fa-money-bill-wave text-blue-600 text-xl"></i> | |
</div> | |
<h4 class="font-bold text-gray-800">M-Pesa</h4> | |
</div> | |
<p class="text-gray-600 mb-2">Rosa: <span class="font-medium">+258 851428143</span></p> | |
<div class="bg-blue-50 p-2 rounded"> | |
<p class="text-blue-700 text-sm"><i class="fas fa-info-circle mr-1"></i> Envie exatamente 1.000 MTs</p> | |
</div> | |
</div> | |
</div> | |
<div class="bg-yellow-50 p-4 rounded-lg mb-6"> | |
<h4 class="font-bold text-gray-800 mb-2 flex items-center"> | |
<i class="fas fa-paper-plane text-yellow-600 mr-2"></i> | |
Envio do Comprovativo | |
</h4> | |
<p class="text-gray-700 mb-3">Após o pagamento, envie o comprovativo diretamente para o nosso WhatsApp:</p> | |
<a href="https://wa.me/258875606140" target="_blank" class="bg-green-500 hover:bg-green-600 text-white font-bold py-2 px-4 rounded-lg inline-flex items-center transition duration-300"> | |
<i class="fab fa-whatsapp mr-2 text-xl"></i> Clique aqui para enviar comprovativo | |
</a> | |
</div> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-6"> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fas fa-shield-alt text-3xl text-blue-500 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Pagamento Seguro</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fas fa-bolt text-3xl text-yellow-500 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Processamento Rápido</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fas fa-headset text-3xl text-green-500 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Suporte 24/7</p> | |
</div> | |
<div class="payment-card bg-gray-50 p-4 rounded-lg border border-gray-200 flex flex-col items-center justify-center"> | |
<i class="fas fa-certificate text-3xl text-purple-500 mb-2"></i> | |
<p class="text-sm text-gray-600 text-center">Certificado Digital</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Important Notice --> | |
<div class="max-w-3xl mx-auto mt-8 bg-blue-50 p-6 rounded-lg border border-blue-200"> | |
<div class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-exclamation-circle text-blue-500 text-2xl mr-3 mt-1"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-blue-800 mb-2">Aviso importante</h4> | |
<p class="text-blue-700">Se tiver dúvidas ou dificuldades ao pagar, fale conosco diretamente no WhatsApp. Nosso suporte está sempre disponível para ajudar você a concluir sua inscrição.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Proof Section --> | |
<section class="py-16 bg-gray-100"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Comprovantes de Pagamento Recentes</h2> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-4"> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+1" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+2" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+3" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+4" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+5" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+6" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+7" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
<div class="bg-white p-2 rounded-lg shadow-md"> | |
<img src="https://via.placeholder.com/300x200?text=Comprovante+8" alt="Comprovante de pagamento" class="rounded w-full"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Final CTA --> | |
<section class="py-16 bg-gradient-to-r from-blue-600 to-blue-800 text-white"> | |
<div class="container mx-auto px-4 text-center"> | |
<h2 class="text-3xl font-bold mb-6">Não perca esta oportunidade de transformar seu negócio!</h2> | |
<p class="text-xl mb-8 max-w-2xl mx-auto">Comece hoje mesmo a importar produtos com segurança e aumentar seus lucros significativamente.</p> | |
<a href="#inscricao" class="bg-yellow-400 hover:bg-yellow-500 text-blue-900 font-bold py-4 px-10 rounded-full inline-block text-lg transition duration-300 shadow-lg"> | |
QUERO ME INSCREVER AGORA | |
</a> | |
</div> | |
</section> | |
<!-- WhatsApp Float Button --> | |
<a href="https://wa.me/258875606140" target="_blank" class="whatsapp-float"> | |
<i class="fab fa-whatsapp"></i> | |
</a> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white py-8"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<div class="mb-6 md:mb-0"> | |
<h3 class="text-xl font-bold mb-2">Curso de Importação</h3> | |
<p class="text-gray-400">Domine o mercado internacional e aumente seus lucros</p> | |
</div> | |
<div class="text-center md:text-right"> | |
<h4 class="font-bold mb-2">Contato Oficial</h4> | |
<div class="flex flex-col space-y-2"> | |
<a href="https://wa.me/258875606140" target="_blank" class="text-gray-300 hover:text-white transition duration-300"> | |
<i class="fab fa-whatsapp mr-2"></i> WhatsApp: +258 875606140 | |
</a> | |
<a href="mailto:[email protected]" class="text-gray-300 hover:text-white transition duration-300"> | |
<i class="fas fa-envelope mr-2"></i> Email: [email protected] | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm"> | |
<p>© 2023 Curso de Importação. Todos os direitos reservados.</p> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Smooth scrolling 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 for payment cards on scroll | |
const observer = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
entry.target.classList.add('animate-fadeIn'); | |
} | |
}); | |
}, {threshold: 0.1}); | |
document.querySelectorAll('.payment-card').forEach(card => { | |
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=Domingosj/importa-o" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |