Add skeleton, updates to client email formatting

This commit is contained in:
2026-05-04 16:30:05 +12:00
parent d1dd103a6e
commit bf9331bb5b
10 changed files with 875 additions and 20 deletions
+3 -5
View File
@@ -392,7 +392,7 @@ def client_email(data: BookingSubmission) -> str:
</h1>
<p style="margin:0 0 32px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
font-size:16px;color:#555;line-height:1.65;">
We&rsquo;ve received your enquiry and Aless will be in touch shortly to arrange
We&rsquo;ve received your enquiry and we will be in touch shortly to arrange
a <strong style="color:#213021;">Meet &amp; Greet</strong> with you and
{data.petName}.
</p>
@@ -431,7 +431,7 @@ def client_email(data: BookingSubmission) -> str:
</div>
<div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
font-size:14px;color:#666;line-height:1.6;">
We will review your details and reach out within 1&ndash;2 business days
We will review your details and reach out within 1 business days
to schedule a free Meet &amp; Greet. No commitment required &mdash; just a
chance for {data.petName} to make a new best friend.
</div>
@@ -441,9 +441,7 @@ def client_email(data: BookingSubmission) -> str:
<p style="margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
font-size:14px;color:#888;line-height:1.6;">
Questions? Just reply to this email or reach us at
<a href="mailto:{REPLY_TO}" style="color:#213021;font-weight:600;
text-decoration:none;">{REPLY_TO}</a>.
Questions? Just reply to this email or reach us at 022 642 1011.
</p>
</td>