<!doctype html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Play Your Way — Pottato Fantasy Sports</title>
  <meta name="description"
    content="Play fantasy sports and win rewards with Pottato — enjoy smart fantasy gaming with exciting prizes. Play responsibly; only for users 18+." />
  <meta name="keywords"
    content="fantasy sports, Pottato Fantasy, play fantasy games, rewards, smart fantasy play, fantasy app, earn rewards" />

  <link rel="canonical" href="https://fantasy-info.com/" />
  <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  <meta property="og:locale" content="en_US" />
  <meta property="og:type" content="website" />
  <meta property="og:title" content="Play Your Way — Pottato Fantasy Sports" />
  <meta property="og:description"
    content="Play fantasy sports and win rewards with Pottato — enjoy smart fantasy gaming with exciting prizes. Play responsibly; only for users 18+." />
  <meta property="og:url" content="https://fantasy-info.com/" />
  <meta property="og:site_name" content="Pottato" />
  <meta property="og:image" content="https://fantasy-info.com/assets/images/main-img-1.png" />


  <link rel=" icon" type="image/x-icon" href="./assets/images/fav.png" />
  <link rel="stylesheet" href="./assets/css/style.css" />
  <link rel="stylesheet" href="./assets/css/responsive.css" />

  <meta name="google-site-verification" content="qlxHRbA9pHj-P38ISYsEjF7GteO7NyWoyYt-kQe2rro" />
</head>

<body>
  <!-- home banner-start -->

  <main>
    <section id="homeBanner" class="homeBanner">
      <picture>
        <!-- Desktop -->
        <source media="(min-width: 769px)" srcset="./assets/images/bg.webp">

        <!-- Mobile -->
        <source media="(max-width: 768px)" srcset="./assets/images/bg-mobile.webp">

        <!-- ONE LCP IMAGE -->
        <img src="./assets/images/bg-mobile.webp" alt="bg" class="banner-bg" fetchpriority="high" decoding="async">
      </picture>
      <div class="container">
        <div class="homeBanner-box">
          <div class="text-box">
            <div class="title">
              <h2>
                Play Your Way.
                <br />Win the <span class="color-orange">Pottato.</span>
              </h2>
            </div>
            <div class="">
              <p>Game on, rewards on! Play fantasy sports the smart way on Pottato Fantasy.</p>
            </div>

            <div class="btn-box">
              <img src="./assets/images/p11.webp" alt="google-play-button" class="symbol" width="80" height="80" />
              <img src="./assets/images/p4.webp" alt="app-store-button" class="symbol" width="80" height="80" />
              <img src="./assets/images/p6logo.webp" alt="app-store-button" class="symbol" width="80" height="80" />
            </div>

            <div class="cta-btn">
              <a href="https://wa.link/pottato">
                <span class="offer-btn">
                  <span class="offer-badge">10% <br /><span>1st Diposit</span></span>
                  <span class="offer-text">
                    <small>Play Now</small>
                  </span>
                </span>
              </a>
            </div>

          </div>
          <div class="img-box">
            <img src="./assets/images/main-img-1.webp" alt="main-image" width="100" height="100" />
          </div>
        </div>
      </div>
    </section>
  </main>

  <footer class="footer-section">
    <div class="container">
      <div class="footer-content">
        <div class="disclaimer-box">
          <p>
            <strong>Disclaimer :</strong> This game may be habit-forming and financially risky. Please play responsibly
            and at your own risk. Only for users 18+.

          </p>
        </div>
      </div>
    </div>
  </footer>

  <!-- home banner-end -->
</body>

</html>