<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruby Cafe x Elmalı Sigorta Kampanyası</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> </head>
<body class="bg-gradient-to-b from-rose-100 to-white min-h-screen flex flex-col items-center justify-center text-center p-6">
<div class="max-w-lg bg-white rounded-2xl shadow-lg p-6 border border-rose-200">
<h1 class="text-3xl font-bold text-rose-600 mb-2">Ruby Cafe x Elmalı Sigorta</h1>
<h2 class="text-lg text-gray-700 font-semibold mb-4">Ücretsiz Çay & Maç Günlerinde Kahve Keyfi!</h2>
<p class="text-gray-600 mb-4">
Elmalı Sigorta müşterilerine özel Ruby Cafe’de çay ve kahve keyfi CaddeKart ile sizlere hediye! ☕⚽
</p>
<div class="bg-rose-50 rounded-xl p-4 mb-4">
<ul class="text-left text-gray-700 list-disc ml-5 space-y-2">
<li>Ücretsiz çay ikramı (her gün geçerli)</li>
<li>Balıkesirspor maç günlerinde ücretsiz kahve</li>
<li>Avantajdan yararlanmak için QR kodunu oluştur</li>
</ul>
</div>
<div class="flex flex-col items-center space-y-3">
<img src="https://cdn-icons-png.flaticon.com/512/4467/4467515.png" alt="QR Icon" class="w-16 h-16">
<p class="text-gray-600 text-sm">QR kodunu oluştur ve 0542 574 8642 numaralı WhatsApp hattına gönder.</p>
</div>
<a href="https://www.caddekart.com/indir" class="mt-6 inline-block bg-rose-600 text-white px-6 py-3 rounded-full text-lg font-semibold shadow hover:bg-rose-700 transition">
Uygulamayı İndir ve Katıl
</a>
<div class="mt-6 border-t pt-4 text-gray-500 text-sm">
<p>Kampanya yalnızca Elmalı Sigorta müşterileri içindir.</p>
<p>Ruby Cafe Balıkesir şubesinde geçerlidir.</p>
<p>CaddeKart, tanıtım platformudur.</p>
</div>
</div>
<footer class="mt-8 text-xs text-gray-400">
© 2025 Elmalı Sigorta | Caddevo Reklam Tic. Ltd. Şti. iş birliğiyle hazırlanmıştır.
</footer>
</body>
</html>