Busniss Solution

 

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>NYCeScooter | Corporate Memberships for Small Teams</title>
  <style>
    body {
      font-family: "Helvetica Neue", sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      background-color: #f8f9fa;
      color: #212529;
    }
    header {
      background-color: #000;
      color: #fff;
      padding: 2rem 1rem;
      text-align: center;
    }
    header h1 {
      margin: 0;
      font-size: 2rem;
    }
    header p {
      font-size: 1.2rem;
      margin-top: 0.5rem;
    }
    section {
      padding: 2rem 1rem;
      max-width: 900px;
      margin: auto;
    }
    h2 {
      color: #000;
    }
    .features, .how-it-works, .plan {
      background-color: #fff;
      margin: 2rem 0;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    ul {
      padding-left: 1.2rem;
    }
    .cta-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
      flex-wrap: wrap;
      justify-content: center;
    }
    .cta-buttons a {
      text-decoration: none;
      background-color: #000;
      color: #fff;
      padding: 0.8rem 1.5rem;
      border-radius: 4px;
      transition: background-color 0.2s;
    }
    .cta-buttons a:hover {
      background-color: #444;
    }
    footer {
      text-align: center;
      padding: 2rem 1rem;
      font-size: 0.9rem;
      color: #666;
    }
  </style>
</head>
<body>

  <header>
    <h1>⚡️NYCeScooter for Business</h1>
    <p>Corporate Memberships for Small Teams (Under 20 Employees)</p>
  </header>

  <section>
    <h2>Big Benefits for Small Teams</h2>
    <p>Whether you're a startup, agency, or growing company, NYCeScooter gives your team fast, affordable access to electric scooters — for commutes, client visits, or just getting around. No traffic. No surge pricing. No stress.</p>
  </section>

  <section class="features">
    <h2>✅ Why Offer NYCeScooter?</h2>
    <ul>
      <li><strong>Stress-Free Commutes:</strong> Skip the delays and congestion with flexible personal mobility.</li>
      <li><strong>Affordable Perks:</strong> Discounted ride bundles and co-pay options designed for small teams.</li>
      <li><strong>Plug-and-Play Setup:</strong> Launch in under 48 hours with no hardware or tech setup needed.</li>
      <li><strong>Employer Branding:</strong> Show your team you're modern, sustainable, and employee-first.</li>
      <li><strong>Support Local:</strong> NYC-based, focused on helping reduce emissions city-wide.</li>
    </ul>
  </section>

  <section class="plan">
    <h2>🚀 Starter Plan for Teams Under 20</h2>
    <ul>
      <li>Up to 20 employees</li>
      <li>Monthly ride credits per user</li>
      <li>Company dashboard to track usage</li>
      <li>Co-branded welcome packs</li>
      <li>Flexible month-to-month plans</li>
      <li>Dedicated account support</li>
    </ul>
    <p><strong>Starting at just $XX/month per rider.</strong> Volume discounts available.</p>
  </section>

  <section class="how-it-works">
    <h2>🔌 How It Works</h2>
    <ul>
      <li><strong>Step 1:</strong> Choose your plan – we tailor it to your company size and needs.</li>
      <li><strong>Step 2:</strong> Onboard your team – easy app access and ride training included.</li>
      <li><strong>Step 3:</strong> Ride, Save, Repeat – and track results with live insights.</li>
    </ul>
  </section>

  <section>
    <h2>💼 Built for NYC Teams</h2>
    <p>Your team is lean, fast, and always moving. Let’s match that energy with a perk that keeps up — on the street, in the office, and in the hiring game.</p>

    <div class="cta-buttons">
      <a href="#schedule">📅 Schedule a Call</a>
      <a href="#quote">💬 Request a Quote</a>
      <a href="#guide">📄 Download Plan Guide</a>
    </div>
  </section>

  <footer>
    <p>NYCeScooter — Powering smart, sustainable commutes for small teams across NYC.</p>
  </footer>

</body>
</html>