Add skeleton, updates to client email formatting
This commit is contained in:
+3
-5
@@ -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’ve received your enquiry and Aless will be in touch shortly to arrange
|
||||
We’ve received your enquiry and we will be in touch shortly to arrange
|
||||
a <strong style="color:#213021;">Meet & 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–2 business days
|
||||
We will review your details and reach out within 1 business days
|
||||
to schedule a free Meet & Greet. No commitment required — 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>
|
||||
|
||||
Reference in New Issue
Block a user