<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Unlock Growth with AI Automation</title>

  <style>

    body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; }

    .container { max-width: 1000px; margin: 0 auto; padding: 20px; }

    header { text-align: center; padding: 50px 0; }

    h1 { font-size: 2.5rem; margin-bottom: 20px; }

    p { font-size: 1.2rem; margin-bottom: 20px; }

    .buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }

    .buttons a { text-decoration: none; background-color: #0056b3; color: #fff; padding: 15px 25px; border-radius: 5px; font-size: 1.1rem; transition: background 0.3s; }

    .buttons a:hover { background-color: #003d80; }

    footer { text-align: center; padding: 20px; font-size: 0.9rem; color: #777; margin-top: 50px; }

  </style>

</head>

<body>

  <div class="container">

    <header>

      <h1>Unlock Growth with AI Automation</h1>

      <p>Learn how to automate your business with AI and scale smarter, not harder.</p>

      <div class="buttons">

        <a href="https://digitalmediaguru.gumroad.com/l/ebookai" target="_blank">Download Free eBook</a>

        <a href="https://calendly.com/denmanu" target="_blank">Book a Demo</a>

        <a href="https://denmanu.substack.com/" target="_blank">Join the Newsletter</a>

      </div>

    </header>

    <section>

      <h2>What You'll Discover</h2>

      <p>

        Learn how AI can automate content creation, lead generation, and client support. Discover real-world case studies, practical tools, and a step-by-step roadmap to building a smarter, scalable business with automation.

      </p>

      <p>

        Whether you're an entrepreneur, coach, or business owner — this guide will help you save hundreds of hours, reduce costs, and unlock new revenue streams.

      </p>

    </section>

    <footer>

      &copy; 2025 Unlock Growth with AI Automation. All rights reserved.

    </footer>

  </div>

</body>

</html>