← back to Designerrepresentatives
views/public/claim.ejs
38 lines
<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>
<main class="claim-page">
<section class="section">
<div class="wrap narrow">
<h1>List or claim your rep agency</h1>
<p class="lede">
If your agency belongs in the directory or you'd like to claim an
existing listing, email us. We do not gate listings or charge for
placement.
</p>
<div class="claim-callout">
<p>
<strong>Email:</strong>
<a href="mailto:info@designerrepresentatives.com?subject=Listing%20request%20%E2%80%94%20%5Bagency%20name%5D">info@designerrepresentatives.com</a>
</p>
<p>Include in your email:</p>
<ul class="prose">
<li>Agency name and principal contact</li>
<li>City & territories covered (state codes are fine)</li>
<li>Lines you currently represent</li>
<li>Verticals (residential / hospitality / contract / healthcare / etc.)</li>
<li>Best public contact URL or phone</li>
<li>If you're claiming an existing listing, the URL of that listing</li>
</ul>
</div>
<p class="muted small">
We typically publish updates within 1–2 business days. Listings remain free.
</p>
</div>
</section>
</main>
<%- include('../partials/footer') %>