nxtgauge-backend-rust/crates/email/templates/new-lead-request.html

39 lines
1.2 KiB
HTML
Raw Normal View History

<!-- New Lead Request Received (Customer) -->
<h1 class="email-title">📨 New Lead Request</h1>
<p>Hi {{first_name}},</p>
<p>You have received a new lead request for your requirement:</p>
<div class="detail-card">
<div class="detail-row">
<span class="detail-label">Your Requirement</span>
<span class="detail-value">{{requirement_title}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Professional</span>
<span class="detail-value">{{professional_name}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Profession</span>
<span class="detail-value">{{profession_type}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Received On</span>
<span class="detail-value">{{requested_at}}</span>
</div>
</div>
<div style="text-align: center">
<a href="{{requirement_url}}" class="cta-button">Review Request</a>
</div>
<div class="info-box">
<p class="info-box-title">⏱️ Response Needed</p>
<p style="margin: 0">
This request will expire in <strong>24 hours</strong>. Please respond
promptly to connect with the professional.
</p>
</div>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>