<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nahrin - IPTV App</title>
   <link rel="stylesheet" href="/static/css/home.css">
</head>
<body>
    <div class="home_container">
      <header class="header">
        <nav class="navbar">
          <div class="nav-container">
            <img
              src="/static/app/nahrin_logo.png"
              alt="Nahrin Logo"
              class="logo"
            />
            <div>
              <a href="#contact" class="btn nav-btn">Contact</a>
              <a href="/logindashboard" class="btn nav-btn"
                >Login</a>
            </div>
          </div>
        </nav>
      </header>
      <main class="main-content">
        <section class="intro">
          <p class="intro-paragraph primary-text">
            <span class="welcome">Welcome to Nahrin,</span><br /> your all-in-one IPTV app for watching movies,
            series, and live channels. Experience high-quality streaming and
            access exclusive features, including personalized recommendations and
            easy navigation.
          </p>
          <p class="intro-paragraph secondary-text">
            Download our app today and enjoy premium content on the go!
          </p>
          <a href="/new_sonic.apk" class="download-btn"
            >Download Nahrin APK</a
          >
        </section>
      </main>
      <footer class="footer">
        <p class="footer-text">© 2024 Nahrin - All rights reserved.</p>
      </footer>
</div>
</body>
</html>