vtxits / index.html
Vitorvt's picture
# Our Products 🛡️ XIT Panel V2 - 99% Guaranteed Cover ✅ Antiban • Auto Head • Updated 2025 💰 R$ 4,50 ⚡ Regetid Pro Mobile & PC ✅ Optimization + Accurate Aim • Full Support 💰 R$ 6,50 🎮 Complete Panel (XIT + Regetid) 💥 Special Combo + Bonus Sensitivity Boost 💰 R$ 6,60 (limited time promotion) --- 📲 How to Buy 1. Click the button below and chat directly with our attendant on WhatsApp. 2. Choose your panel. 3. Receive the product instantly! Pix Key 91986456748 🔗 💬 CHAT ON WHATSAPP NOW https://chat.whatsapp.com/GuFy3vw9Vm343MPMhPxVbg?mode=ac_c --- 🧠 Testimonials > ⭐⭐⭐⭐⭐ “The panel really gave me cover. I play smoothly now. Worth every penny!” – LucasFF > ⭐⭐⭐⭐⭐ “Insane Regetid, I ranked up in 3 days.” – Thayna Mito --- 📸 Official Instagram Follow and stay updated: 👉 @vitor_muro --- 📞 Quick Support Questions or issues? Our support is always online: 📲 Click here and talk to us No fundo tem imagemdo logo com nome VT PERSONALIZADA E QUNADO O CLIENTE APERTA EM COMPRAR VAI PARECE O NOME CHAMA NO WHATSAPP E VAI APARECE MEU NÚMERO 91986456748 - Initial Deployment
df0d34c verified
<!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>