Minor improvements to owner mail template

This commit is contained in:
2026-05-02 20:33:28 +12:00
parent 07c754da12
commit 751c2d7e98
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ def client_email(data: BookingSubmission) -> str:
</div> </div>
<div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; <div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
font-size:14px;color:#666;line-height:1.6;"> font-size:14px;color:#666;line-height:1.6;">
Aless will review your details and reach out within 1&ndash;2 business days We will review your details and reach out within 1&ndash;2 business days
to schedule a free Meet &amp; Greet. No commitment required &mdash; just a to schedule a free Meet &amp; Greet. No commitment required &mdash; just a
chance for {data.petName} to make a new best friend. chance for {data.petName} to make a new best friend.
</div> </div>
+1
View File
@@ -112,6 +112,7 @@ export const homepageContent: HomePageContent = {
{ {
icon: 'fas fa-clock', icon: 'fas fa-clock',
title: 'Reliability', title: 'Reliability',
order: 3,
body: body:
"We guarantee punctuality and consistency, so you can count on us. With clear communication, you'll always be in the loop - and your dog's needs will always be our top priority." "We guarantee punctuality and consistency, so you can count on us. With clear communication, you'll always be in the loop - and your dog's needs will always be our top priority."
} }