boosterbot-blitz / index.html
ImagineDragon's picture
here is a privacy policy and FAQ to add to the website
6e1cb99 verified
Raw
History Blame Contribute Delete
15.7 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ultimate Utility Bot - Boost Your Social Media</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.cta-button {
transition: all 0.3s ease;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
</style>
</head>
<body class="bg-gray-50">
<div id="vanta-globe" class="fixed inset-0 -z-10"></div>
<!-- Navigation -->
<nav class="bg-white/80 backdrop-blur-md shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="zap" class="text-purple-600 w-6 h-6"></i>
<span class="ml-2 text-xl font-bold text-gray-900">BoosterBot</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center space-x-8">
<a href="#features" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">Features</a>
<a href="#how-it-works" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">How it works</a>
<a href="faq.html" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">FAQ</a>
<a href="privacy.html" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">Privacy</a>
<a href="#contact" class="text-gray-700 hover:text-purple-600 px-3 py-2 text-sm font-medium">Contact</a>
</div>
<div class="flex items-center">
<a href="https://t.me/Ultimate_booster_bot" class="bg-purple-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-purple-700 transition duration-150 ease-in-out flex items-center">
<i data-feather="send" class="w-4 h-4 mr-2"></i>
Get Started
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white pt-32 pb-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mb-12 lg:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Ultimate Utility Bot</h1>
<p class="text-xl md:text-2xl text-purple-100 mb-8">Supercharge your social media presence with instant followers, views, reactions and more!</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="https://t.me/Ultimate_booster_bot" class="bg-white text-purple-600 px-6 py-3 rounded-lg text-lg font-semibold hover:bg-gray-100 transition duration-200 flex items-center justify-center">
<i data-feather="send" class="w-5 h-5 mr-2"></i>
Launch Booster Bot
</a>
</div>
</div>
<div class="relative">
<img src="http://static.photos/technology/1024x576/42" alt="Social Media Growth" class="rounded-xl shadow-2xl border-4 border-white/20">
<div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg">
<div class="flex items-center">
<div class="bg-purple-100 p-3 rounded-full">
<i data-feather="trending-up" class="text-purple-600 w-6 h-6"></i>
</div>
<div class="ml-3">
<p class="text-xs text-gray-500">Daily Growth</p>
<p class="font-bold text-gray-900">+10,000</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Boost Everything</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">From followers to engagement, we've got all the tools to make your social media explode</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="users" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Followers Boost</h3>
<p class="text-gray-600">Get thousands of real followers instantly to increase your credibility and reach.</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="eye" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Views Increase</h3>
<p class="text-gray-600">Boost your video views to go viral and attract organic viewers to your content.</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="heart" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Reactions</h3>
<p class="text-gray-600">Increase engagement with likes, hearts and other reactions to make your posts stand out.</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="message-circle" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Comments</h3>
<p class="text-gray-600">Get authentic comments to increase engagement rates and visibility.</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="users" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Channel Members</h3>
<p class="text-gray-600">Grow your Telegram channel members rapidly to increase your influence.</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300 ease-in-out">
<div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
<i data-feather="users" class="text-purple-600 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Group Members</h3>
<p class="text-gray-600">Expand your Telegram group members to create an active and engaged community.</p>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">How It Works</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Getting your social media boost is as easy as 1-2-3</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Step 1 -->
<div class="bg-white p-8 rounded-xl shadow-sm">
<div class="bg-purple-600 text-white w-12 h-12 rounded-full flex items-center justify-center mb-6 text-xl font-bold">1</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Open the Bot</h3>
<p class="text-gray-600">Click the link below to open our Telegram bot where all the magic happens.</p>
</div>
<!-- Step 2 -->
<div class="bg-white p-8 rounded-xl shadow-sm">
<div class="bg-purple-600 text-white w-12 h-12 rounded-full flex items-center justify-center mb-6 text-xl font-bold">2</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Choose Your Service</h3>
<p class="text-gray-600">Select from our wide range of boosting services whatever you need.</p>
</div>
<!-- Step 3 -->
<div class="bg-white p-8 rounded-xl shadow-sm">
<div class="bg-purple-600 text-white w-12 h-12 rounded-full flex items-center justify-center mb-6 text-xl font-bold">3</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Watch Your Growth</h3>
<p class="text-gray-600">Sit back and watch your social media metrics skyrocket instantly!</p>
</div>
</div>
<div class="text-center mt-16">
<a href="https://t.me/Ultimate_booster_bot" class="cta-button inline-block bg-purple-600 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-purple-700 transition duration-200">
<i data-feather="send" class="w-5 h-5 mr-2"></i>
Start Boosting Now
</a>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-gradient-to-r from-purple-600 to-indigo-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Supercharge Your Social Media?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Join thousands of satisfied users who've grown their presence with our Ultimate Utility Bot</p>
<a href="https://t.me/Ultimate_booster_bot" class="inline-block bg-white text-purple-600 px-8 py-4 rounded-lg text-lg font-semibold hover:bg-gray-100 transition duration-200">
<i data-feather="send" class="w-5 h-5 mr-2"></i>
Launch Booster Bot
</a>
</div>
</section>
<!-- Footer -->
<footer id="contact" class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="zap" class="text-purple-400 w-6 h-6"></i>
<span class="ml-2 text-xl font-bold">BoosterBot</span>
</div>
<p class="text-gray-400">The ultimate tool for growing your social media presence quickly and effectively.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#features" class="text-gray-400 hover:text-white">Features</a></li>
<li><a href="#how-it-works" class="text-gray-400 hover:text-white">How It Works</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Support</h3>
<ul class="space-y-2">
<li><a href="faq.html" class="text-gray-400 hover:text-white">FAQ</a></li>
<li><a href="privacy.html" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i data-feather="instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i data-feather="linkedin"></i></a>
</div>
<div class="mt-4">
<a href="https://t.me/Ultimate_booster_bot" class="text-purple-400 hover:text-purple-300 flex items-center">
<i data-feather="send" class="w-4 h-4 mr-2"></i>
t.me/Ultimate_booster_bot
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
<p>© 2023 BoosterBot. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js globe effect
VANTA.GLOBE({
el: "#vanta-globe",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x7c3aed,
backgroundColor: 0xf9fafb,
size: 0.8
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>