July 3rd - Update landing page
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
{% set subject = "Welcome to JQC — your workspace is ready" %}
|
||||
{% block body %}
|
||||
<h2 style="margin:0 0 8px;font-size:1.2rem;color:#111827;">Welcome to Janitorial QC!</h2>
|
||||
<p style="margin:0 0 20px;color:#6b7280;font-size:.9rem;">Your workspace <strong>{{ tenant_name }}</strong> is ready. You're on a free trial — no credit card needed until {{ trial_ends_at }}.</p>
|
||||
<p style="margin:0 0 20px;color:#6b7280;font-size:.9rem;">Your workspace <strong>{{ tenant_name }}</strong> is ready. {{ trial_note }}</p>
|
||||
|
||||
<table width="100%" cellpadding="12" cellspacing="0" style="background:#f0fdf4;border-radius:6px;margin-bottom:24px;">
|
||||
<tr>
|
||||
<td>
|
||||
<p style="margin:0;font-size:.9rem;color:#15803d;line-height:1.6;">
|
||||
<strong>✓ Workspace:</strong> <a href="{{ login_url }}" style="color:#15803d;">{{ login_url }}</a><br>
|
||||
<strong>✓ Free trial:</strong> {{ trial_days }} days (expires {{ trial_ends_at }})<br>
|
||||
{% if trial_ends_at %}<strong>✓ Free trial:</strong> {{ trial_days }} days (expires {{ trial_ends_at }})<br>{% endif %}
|
||||
<strong>✓ Plan:</strong> {{ plan_name }}
|
||||
</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user