healthcare email: add 'No logins. No portals. No headaches.' value-add (sells the relief, hides the mechanics); research doc on verified no-login third-party submission paths
This commit is contained in:
parent
53ec011198
commit
0d212787ef
2 changed files with 65 additions and 0 deletions
|
|
@ -182,6 +182,17 @@ def render(seg_key: str, *, test: bool = False) -> tuple[str, str]:
|
|||
<tr><td style="padding:10px 0;color:#6b7280;">Our service fee</td><td style="padding:10px 0;font-weight:700;text-align:right;color:#047857;">{s['price']}</td></tr>
|
||||
</table>
|
||||
|
||||
<!-- No-hassle value (sell the relief, not the mechanics) -->
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:22px 0;"><tr><td style="background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;padding:18px;">
|
||||
<p style="font-size:14px;color:#0f766e;margin:0 0 10px;font-weight:700;">No logins. No portals. No headaches.</p>
|
||||
<p style="font-size:13px;color:#134e4a;line-height:1.7;margin:0;">
|
||||
You do <strong>not</strong> need to remember a PECOS password, pass identity
|
||||
verification, fight a government website, or sit on hold with Medicare. We do
|
||||
the work for you — all you have to do is say yes. We keep your filing on
|
||||
track and confirm when it’s accepted.
|
||||
</p>
|
||||
</td></tr></table>
|
||||
|
||||
<!-- CTA -->
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:22px 0;"><tr><td style="background:#ecfdf5;border:2px solid #10b981;border-radius:10px;padding:18px;text-align:center;">
|
||||
<p style="font-size:14px;color:#065f46;margin:0 0 6px;font-weight:600;">{s['cta_copy']}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue