<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Coolez Dark Design</title>
    <link href="https://fonts.googleapis.com" rel="stylesheet">
    <style>
        body { font-family: 'Inter', sans-serif; background-color: #05070a; }
        .hero-glow { background: radial-gradient(circle at center, rgba(37, 99, 235, 0.1) 0%, transparent 70%); }
    </style>
</head>
<body>
        <!-- Navbar -->
        <nav>
                âš¡ Coolez
                <a href="#">Services</a>
                <a href="#">Results</a>
                <a href="#">Why Me</a>
            <button>
                Book A Free Call 🤙
            </button>
        </nav>
        <!-- Hero Section -->
            <h1>
                Generating Unlimited <br>
                Leads to Sales 🚀
            </h1>
            <p>
                Scale your revenue with high-intent lead generation strategies that actually convert.
            </p>
            <button>
                Book A Free Call 🤙
            </button>
        <!-- Dashboard Cards Section -->
            <!-- Growth Card -->
                <p>Growth Trajectory</p>
            <!-- Leads & Stats Card -->
                        🔥
                        <h3>1.1K | $838K</h3>
                    <p>Generated Leads</p>
                        <p>5.5%</p>
                        <p>Open Rate</p>
                        <p>15.7%</p>
                        <p>Reply Rate</p>
</body>
</html>