File size: 12,605 Bytes
df0d34c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | <!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VT Personalizada - Painéis Premium</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, #1e3a8a 0%, #0ea5e9 100%);
}
.product-card {
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-card {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
}
.logo-bg {
position: fixed;
bottom: 20px;
right: 20px;
opacity: 0.1;
z-index: -1;
width: 300px;
height: auto;
}
@media (max-width: 768px) {
.logo-bg {
width: 200px;
bottom: 10px;
right: 10px;
}
}
</style>
</head>
<body class="gradient-bg text-white min-h-screen">
<!-- Background Logo -->
<img src="https://via.placeholder.com/300x100?text=VT+Personalizada" alt="VT Personalizada Logo" class="logo-bg">
<div class="container mx-auto px-4 py-12">
<!-- Header -->
<header class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold mb-4">VT PERSONALIZADA</h1>
<p class="text-xl text-blue-200">Painéis Premium para Melhor Performance</p>
</header>
<!-- Products Section -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center mb-8">Nossos Produtos</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Product 1 -->
<div class="product-card bg-blue-900 rounded-xl p-6">
<div class="flex items-center mb-4">
<div class="bg-blue-700 p-2 rounded-full mr-3">
<i class="fas fa-shield-alt text-blue-300"></i>
</div>
<h3 class="text-xl font-bold">🛡️ XIT Panel V2</h3>
</div>
<ul class="space-y-2 mb-6">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>99% Guaranteed Cover</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Antiban • Auto Head</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Updated 2025</span>
</li>
</ul>
<div class="text-2xl font-bold text-center mb-4">💰 R$ 4,50</div>
<button onclick="buyProduct('XIT Panel V2')" class="w-full bg-blue-600 hover:bg-blue-500 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Comprar Agora
</button>
</div>
<!-- Product 2 -->
<div class="product-card bg-blue-900 rounded-xl p-6">
<div class="flex items-center mb-4">
<div class="bg-blue-700 p-2 rounded-full mr-3">
<i class="fas fa-bolt text-yellow-400"></i>
</div>
<h3 class="text-xl font-bold">⚡ Regetid Pro Mobile & PC</h3>
</div>
<ul class="space-y-2 mb-6">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Optimization + Accurate Aim</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Full Support</span>
</li>
</ul>
<div class="text-2xl font-bold text-center mb-4">💰 R$ 6,50</div>
<button onclick="buyProduct('Regetid Pro Mobile & PC')" class="w-full bg-blue-600 hover:bg-blue-500 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Comprar Agora
</button>
</div>
<!-- Product 3 -->
<div class="product-card bg-purple-900 rounded-xl p-6 border-2 border-yellow-400">
<div class="flex items-center mb-4">
<div class="bg-purple-700 p-2 rounded-full mr-3">
<i class="fas fa-star text-yellow-400"></i>
</div>
<h3 class="text-xl font-bold">🎮 Complete Panel (XIT + Regetid)</h3>
</div>
<ul class="space-y-2 mb-6">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Special Combo + Bonus Sensitivity Boost</span>
</li>
</ul>
<div class="text-2xl font-bold text-center mb-4">
<span class="line-through text-gray-400 mr-2">R$ 11,00</span>
<span>💰 R$ 6,60</span>
</div>
<button onclick="buyProduct('Complete Panel (XIT + Regetid)')" class="w-full bg-purple-600 hover:bg-purple-500 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Comprar Agora (Promoção)
</button>
</div>
</div>
</section>
<!-- How to Buy Section -->
<section class="mb-16 bg-blue-900 rounded-xl p-6 max-w-3xl mx-auto">
<h2 class="text-2xl font-bold mb-6 text-center">📲 Como Comprar</h2>
<ol class="space-y-4 mb-6">
<li class="flex items-start">
<span class="bg-blue-700 rounded-full w-6 h-6 flex items-center justify-center mr-3 flex-shrink-0">1</span>
<span>Clique no botão abaixo e converse diretamente com nosso atendente no WhatsApp.</span>
</li>
<li class="flex items-start">
<span class="bg-blue-700 rounded-full w-6 h-6 flex items-center justify-center mr-3 flex-shrink-0">2</span>
<span>Escolha seu painel.</span>
</li>
<li class="flex items-start">
<span class="bg-blue-700 rounded-full w-6 h-6 flex items-center justify-center mr-3 flex-shrink-0">3</span>
<span>Receba o produto instantaneamente!</span>
</li>
</ol>
<div class="text-center mb-4">
<p class="font-bold">Chave Pix: <span class="text-yellow-300">91986456748</span></p>
</div>
<a href="https://chat.whatsapp.com/GuFy3vw9Vm343MPMhPxVbg?mode=ac_c" target="_blank" class="block w-full bg-green-600 hover:bg-green-500 text-white font-bold py-3 px-4 rounded-lg text-center transition duration-300">
<i class="fab fa-whatsapp mr-2"></i> CHAT NO WHATSAPP AGORA
</a>
</section>
<!-- Testimonials -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center mb-8">🧠 Depoimentos</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl mx-auto">
<div class="testimonial-card rounded-xl p-6 border border-blue-700">
<div class="flex items-center mb-3">
<div class="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>
<p class="italic mb-3">"O painel realmente me deu cobertura. Agora jogo suave. Valeu cada centavo!"</p>
<p class="font-bold text-blue-300">– LucasFF</p>
</div>
<div class="testimonial-card rounded-xl p-6 border border-blue-700">
<div class="flex items-center mb-3">
<div class="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>
<p class="italic mb-3">"Regetid insano, subi de rank em 3 dias."</p>
<p class="font-bold text-blue-300">– Thayna Mito</p>
</div>
</div>
</section>
<!-- Social & Support -->
<section class="max-w-2xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-blue-900 rounded-xl p-6 text-center">
<h3 class="text-xl font-bold mb-3">📸 Instagram Oficial</h3>
<p class="mb-4">Siga e fique atualizado:</p>
<a href="https://instagram.com/vitor_muro" target="_blank" class="inline-block bg-gradient-to-r from-purple-500 to-pink-500 hover:from-purple-600 hover:to-pink-600 text-white font-bold py-2 px-4 rounded-lg transition duration-300">
<i class="fab fa-instagram mr-2"></i> @vitor_muro
</a>
</div>
<div class="bg-blue-900 rounded-xl p-6 text-center">
<h3 class="text-xl font-bold mb-3">📞 Suporte Rápido</h3>
<p class="mb-4">Dúvidas ou problemas? Nosso suporte está sempre online:</p>
<button onclick="contactSupport()" class="w-full bg-blue-600 hover:bg-blue-500 text-white font-bold py-2 px-4 rounded-lg transition duration-300">
<i class="fas fa-headset mr-2"></i> Fale Conosco
</button>
</div>
</div>
</section>
</div>
<script>
function buyProduct(productName) {
const phoneNumber = "91986456748";
const message = `Olá, gostaria de comprar o produto: ${productName}`;
const whatsappUrl = `https://wa.me/${phoneNumber}?text=${encodeURIComponent(message)}`;
// Show confirmation with product name
if(confirm(`Você está comprando: ${productName}\nVocê será redirecionado para o WhatsApp.`)) {
window.open(whatsappUrl, '_blank');
}
}
function contactSupport() {
const phoneNumber = "91986456748";
const message = "Olá, preciso de suporte sobre os produtos VT Personalizada";
const whatsappUrl = `https://wa.me/${phoneNumber}?text=${encodeURIComponent(message)}`;
window.open(whatsappUrl, '_blank');
}
</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=Vitorvt/vtxits" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |