HOME

<html lang=”en”>

<head>

  <meta charset=”UTF-8″ />

  <title>AIPPLTREE™ | Build Once. Grow Forever.</title>

  <style>

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

    header { background-color: #1c1c1c; color: white; padding: 40px; text-align: center; }

    nav { background: #333; text-align: center; padding: 10px 0; }

    nav a { color: white; text-decoration: none; margin: 0 15px; font-weight: bold; }

    section { padding: 40px; max-width: 1000px; margin: auto; background: white; margin-top: 20px; }

    .cta { background-color: #00a86b; color: white; text-align: center; padding: 30px; margin-top: 20px; }

    .cta a { background: white; color: #00a86b; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; }

  </style>

</head>

<body>

  <header>

    <h1>AIPPLTREE™</h1>

    <p>Build Once. Grow Forever.</p>

  </header>

  <nav>

    <a href=”services.html”>Services</a>

    <a href=”about.html”>About</a>

    <a href=”contact.html”>Contact</a>

  </nav>

  <section>

    <h2>Automated Virtual Assistant Services</h2>

    <p>Run your business smarter, not harder. We automate the grind so you can grow.</p>

    <ul>

      <li>📧 Email & Calendar Management</li>

      <li>📋 CRM Updates & Client Data</li>

      <li>⚙️ Workflow Automation (Zapier, Google Workspace)</li>

      <li>📱 Social Media Scheduling</li>

      <li>🚀 Admin Support & Scaling Systems</li>

    </ul>

  </section>