← back to Hospitalitydesignreps

views/about.ejs

26 lines

<%- include('partials/head', { title: 'About — ' + site.name, description: 'Hospitality Design Reps is an industry directory of independent sales reps and showroom agencies serving boutique hotels, hotel brands, resorts, casinos, cruise lines, F&B, and spa interior design.' }) %>

<main class="wrap main">
  <a class="back-link" href="/">&larr; Back</a>

  <article class="long-form">
    <h1>About Hospitality Design Reps</h1>

    <p>Hospitality Design Reps is a free, curated directory of independent sales-rep agencies serving the U.S. hospitality interior design industry. The directory exists because hospitality interior designers, FF&amp;E purchasing teams, hotel brand standards groups, and owner-operator project managers routinely struggle to figure out <em>who carries what, where</em> — especially in boutique-hotel, resort, casino, cruise, F&amp;B, and spa work, where representation maps shift constantly and brand-by-brand "find a rep" pages are out of date or hard to reach.</p>

    <h2>What's in the directory</h2>
    <p>Each listing includes the agency principal, the agency name, the territories the rep covers, the manufacturer and mill lines they carry, the hospitality segments they actively service (boutique hotel, hotel brand, resort, casino, F&amp;B, cruise, spa, vacation rental, hospitality healthcare), the city the rep is based in, and a direct contact path. Filters above the directory let you narrow by territory, by hospitality segment, and by line.</p>

    <h2>Who maintains it</h2>
    <p>The directory is operated by <a href="https://designerwallcoverings.com">Designer Wallcoverings</a> as a free industry resource. We are a wallcovering distributor with a long hospitality-FF&amp;E history, so we have a vested interest in keeping rep-territory maps accurate — and we're publishing this index in the hope that it's useful well beyond our own product line. Listings are not pay-to-play and there is no advertising on the site.</p>

    <h2>How to list your agency</h2>
    <p>If you run a hospitality rep agency and would like to be added — or if you are listed and need to update territories, lines, or contact info — email <a href="mailto:<%= site.email %>"><%= site.email %></a> with the details. We typically update the directory weekly.</p>

    <h2>How to flag a correction</h2>
    <p>If a listing is wrong or out of date, email <a href="mailto:<%= site.email %>"><%= site.email %></a> with the rep name, agency, and the correction. We act on corrections promptly.</p>
  </article>
</main>

<%- include('partials/foot') %>