<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Paasya — Hyperlocal Deals Near You</title>
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #fff; color: #111827; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
    .container { text-align: center; padding: 40px 20px; max-width: 480px; }
    .logo { font-size: 48px; font-weight: 800; color: #E8622A; margin-bottom: 16px; }
    .tagline { font-size: 20px; color: #6B7280; margin-bottom: 32px; line-height: 1.5; }
    .badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .badge { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 14px; background: #111827; color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; transition: transform 0.15s; }
    .badge:hover { transform: scale(1.03); }
    .badge img { height: 20px; }
  </style>
</head>
<body>
  <div class="container">
    <div class="logo">Paasya</div>
    <p class="tagline">Discover time-sensitive deals and offers from local businesses near you.</p>
    <div class="badges">
      <a href="https://apps.apple.com/app/paasya/id0000000000" class="badge">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="white"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
        App Store
      </a>
      <a href="https://play.google.com/store/apps/details?id=com.ishtechsolutions.paasya" class="badge">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="white"><path d="M3 20.5v-17c0-.59.34-1.11.84-1.35L13.69 12l-9.85 9.85c-.5-.24-.84-.76-.84-1.35m13.81-5.38L6.05 21.34l8.49-8.49 2.27 2.27m.91-.91L5.06 2.66l10.77 6.22-2.11 2.11 4 2.22M19.37 12L21 11.07c.7-.4.7-1.04 0-1.44l-1.62-.93-2.55 2.55 2.54 2.75z"/></svg>
        Google Play
      </a>
    </div>
  </div>
</body>
</html>
