45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
|
|
<!-- Lead Request Expired -->
|
||
|
|
<h1 class="email-title">Lead Request Expired</h1>
|
||
|
|
|
||
|
|
<div style="text-align: center; margin: 20px 0">
|
||
|
|
<span class="status-badge status-expired">Expired</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p>Hi {{first_name}},</p>
|
||
|
|
<p>
|
||
|
|
Your lead request has expired because the customer didn't respond within 24
|
||
|
|
hours.
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<div class="detail-card">
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Status</span>
|
||
|
|
<span class="detail-value" style="color: #6b7280">Expired</span>
|
||
|
|
</div>
|
||
|
|
<div class="detail-row">
|
||
|
|
<span class="detail-label">Tracecoins Returned</span>
|
||
|
|
<span class="detail-value" style="color: #059669"
|
||
|
|
>{{tracecoins_returned}} TC</span
|
||
|
|
>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div
|
||
|
|
class="info-box"
|
||
|
|
style="background-color: #d1fae5; border-left-color: #059669"
|
||
|
|
>
|
||
|
|
<p class="info-box-title" style="color: #065f46">💰 Good News!</p>
|
||
|
|
<p style="margin: 0; color: #064e3b">
|
||
|
|
Your <strong>{{tracecoins_returned}} Tracecoins</strong> have been returned
|
||
|
|
to your wallet. You can use them for other lead requests.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div style="text-align: center">
|
||
|
|
<a href="{{marketplace_url}}" class="cta-button">Browse Marketplace</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p>Don't worry! There are many more opportunities waiting for you.</p>
|
||
|
|
|
||
|
|
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>
|