← back to NationalPaperHangers

views/partials/footer.ejs

38 lines

<footer class="site-footer">
  <div class="footer-inner">
    <div class="footer-col">
      <div class="footer-brand">National Paper Hangers</div>
      <p class="footer-tag">Directory of verified luxury wallcovering installers · scheduling · lead routing</p>
      <p class="footer-contact">
        <a href="mailto:info@nationalpaperhangers.com">info@nationalpaperhangers.com</a>
      </p>
    </div>
    <div class="footer-col">
      <h4>Marketplace</h4>
      <a href="/find">Find an installer</a>
      <a href="/find?segment=hospitality">Hospitality</a>
      <a href="/find?segment=luxury_residential">Luxury residential</a>
      <a href="/find?material=hand_painted">Hand-painted</a>
      <a href="/find?material=grasscloth">Grasscloth</a>
    </div>
    <div class="footer-col">
      <h4>Installers</h4>
      <a href="/for-installers">List your business</a>
      <a href="/login">Installer login</a>
      <a href="/signup">Apply to list</a>
    </div>
    <div class="footer-col">
      <h4>Company</h4>
      <a href="/about">About</a>
      <a href="/privacy">Privacy</a>
      <a href="/terms">Terms</a>
    </div>
  </div>
  <div class="footer-fineprint">
    <span>© <%= new Date().getFullYear() %> National Paper Hangers</span>
    <span><strong>National Paper Hangers is a referral and lead-coordination service.</strong> The contract for any wallcovering installation is between the consumer and the installer directly. NPH does not warrant, supervise, or guarantee installation work. Verified installer credentials are reviewed and re-validated annually. Insurance and licensing self-reported by installers; <a href="https://search.cslb.ca.gov/" target="_blank" rel="noopener">verify CA contractor licenses at search.cslb.ca.gov</a> before signing any contract.</span>
  </div>
</footer>
</body>
</html>