← back to NationalPaperHangers

views/public/for-installers.ejs

103 lines

<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>

<section class="for-installers-page">
  <header class="hero">
    <div class="hero-inner">
      <p class="kicker">For installers</p>
      <h1 class="display">Your studio. Your calendar.<br>Booked direct.</h1>
      <p class="lede">National Paper Hangers is the directory the trade actually uses — and the only one that turns your calendar into a real booking system. List your business, take direct bookings, manage your schedule from one dashboard.</p>
      <div class="hero-actions">
        <a href="/signup" class="btn btn-primary btn-lg">Apply to list</a>
        <a href="/login" class="btn btn-ghost btn-lg">Already listed? Log in</a>
      </div>
    </div>
  </header>

  <section class="pricing">
    <div class="section-head">
      <h2 class="section-title">Pricing</h2>
      <p class="section-sub">Simple, predictable. No commission on jobs.</p>
    </div>
    <div class="pricing-grid">
      <article class="price-card">
        <h3>Basic</h3>
        <p class="price">Free / invite</p>
        <ul>
          <li>Profile listing</li>
          <li>Search visibility</li>
          <li>No inbound calendar bookings</li>
          <li>No verified badge</li>
        </ul>
      </article>
      <article class="price-card price-card-feature">
        <h3>Pro</h3>
        <p class="price">$39 / month <span>or $399 / year</span></p>
        <ul>
          <li>Full profile + portfolio</li>
          <li><strong>Live calendar booking</strong></li>
          <li>Lead notifications</li>
          <li>Verification on file</li>
          <li>Response SLA tracking</li>
        </ul>
        <a href="/signup" class="btn btn-primary">Get started</a>
      </article>
      <article class="price-card">
        <h3>Signature</h3>
        <p class="price">$149 / month <span>or $1,500 / year</span></p>
        <ul>
          <li>Everything in Pro</li>
          <li>Premium placement</li>
          <li>Concierge-matched leads</li>
          <li>Document vault for COI / W-9</li>
          <li>Case-study features</li>
        </ul>
      </article>
      <article class="price-card">
        <h3>Enterprise</h3>
        <p class="price">$399 / month +</p>
        <ul>
          <li>Multi-installer team seats</li>
          <li>Territory controls</li>
          <li>API / CRM export</li>
          <li>Dedicated success contact</li>
        </ul>
      </article>
    </div>
  </section>

  <section class="benefits">
    <div class="section-head">
      <h2 class="section-title">What you get</h2>
    </div>
    <ul class="benefits-grid">
      <li>
        <h3>A calendar that pays for itself</h3>
        <p>Set weekly availability, block vacations, accept or decline bookings — all from one dashboard. Customers self-book into your real openings.</p>
      </li>
      <li>
        <h3>Trade-quality demand</h3>
        <p>Designer Wallcoverings already routes its non-LA installation requests here. Our marketplace prioritizes luxury residential, hospitality, museum, and contract work — not low-margin DIY.</p>
      </li>
      <li>
        <h3>Verification you can show clients</h3>
        <p>Insurance, accreditations, brand experience, and references on file. Clients see the verified badge and the response SLA before they book.</p>
      </li>
      <li>
        <h3>No commission</h3>
        <p>Flat subscription. The booking goes to you, the customer pays you, you keep the entire fee.</p>
      </li>
    </ul>
  </section>

  <section class="for-installers-cta">
    <div class="cta-inner">
      <h2 class="display-sm">Apply to list</h2>
      <p>Free to apply. We review every applicant.</p>
      <a href="/signup" class="btn btn-primary btn-lg">Start application</a>
    </div>
  </section>
</section>

<%- include('../partials/footer') %>