BlackMonsterMedia's picture
volta à versão anterior como estava
7428099 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BeatDaGame - Poker Rakeback & Deals Hub</title>
<meta name="description" content="BeatDaGame - Your ultimate poker rakeback and deals comparison platform. Find the best poker deals, rakeback offers and maximize your profits.">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-gradient-to-br from-slate-50 to-blue-50 min-h-screen">
<div class="container mx-auto px-4 py-8">
<!-- Central Hub Design -->
<div class="relative w-full min-h-[80vh] flex flex-col items-center justify-center">
<!-- Main Title -->
<div class="text-center mb-16">
<h1 class="text-gray-900 text-5xl md:text-7xl font-bold tracking-tight mb-4">
BEAT<span class="text-blue-600">DA</span>GAME
</h1>
<p class="text-gray-600 text-lg md:text-xl max-w-2xl mx-auto">
Your complete digital ecosystem for poker rakeback and deals
</p>
</div>
<!-- Service Buttons Grid -->
<div class="grid grid-cols-2 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
<a href="website.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="globe" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">Website</h2>
</div>
</a>
<a href="email.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="mail" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">Email</h2>
</div>
</a>
<a href="seo.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="search" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">SEO</h2>
</div>
</a>
<a href="social.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="share-2" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">Social</h2>
</div>
</a>
<a href="advertising.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="dollar-sign" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">Advertising</h2>
</div>
</a>
<a href="outros.html" class="service-btn bg-white rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="flex flex-col items-center justify-center">
<i data-feather="more-horizontal" class="w-12 h-12 text-blue-600 mb-4"></i>
<h2 class="text-xl font-bold text-gray-700 text-center">Outros</h2>
</div>
</a>
</div>
</div>
</div>
<!-- Scripts -->
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html>