Update routes/emails.py
Browse files- routes/emails.py +6 -6
routes/emails.py
CHANGED
@@ -1047,11 +1047,11 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
1047 |
<div class="highlight-box">
|
1048 |
<div class="highlight-text">Your Style Community is Expanding</div>
|
1049 |
<div class="highlight-subtext">
|
1050 |
-
This new subscriber
|
1051 |
</div>
|
1052 |
</div>
|
1053 |
|
1054 |
-
<a href="https://ameddes.com/
|
1055 |
</div>
|
1056 |
|
1057 |
<!-- Tips Section -->
|
@@ -1061,28 +1061,28 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
1061 |
<div class="tip-item">
|
1062 |
<div class="tip-icon">1</div>
|
1063 |
<div class="tip-text">
|
1064 |
-
<strong>
|
1065 |
</div>
|
1066 |
</div>
|
1067 |
|
1068 |
<div class="tip-item">
|
1069 |
<div class="tip-icon">2</div>
|
1070 |
<div class="tip-text">
|
1071 |
-
<strong>
|
1072 |
</div>
|
1073 |
</div>
|
1074 |
|
1075 |
<div class="tip-item">
|
1076 |
<div class="tip-icon">3</div>
|
1077 |
<div class="tip-text">
|
1078 |
-
<strong>
|
1079 |
</div>
|
1080 |
</div>
|
1081 |
|
1082 |
<div class="tip-item">
|
1083 |
<div class="tip-icon">4</div>
|
1084 |
<div class="tip-text">
|
1085 |
-
<strong>
|
1086 |
</div>
|
1087 |
</div>
|
1088 |
</div>
|
|
|
1047 |
<div class="highlight-box">
|
1048 |
<div class="highlight-text">Your Style Community is Expanding</div>
|
1049 |
<div class="highlight-subtext">
|
1050 |
+
This new subscriber can now chat with you directly, view your personal portfolio, and book styling sessions. They'll also see all your latest portfolio posts alongside your other followers!
|
1051 |
</div>
|
1052 |
</div>
|
1053 |
|
1054 |
+
<a href="https://ameddes.com/onboarding/search" class="cta-button">Open ClosetCoach App</a>
|
1055 |
</div>
|
1056 |
|
1057 |
<!-- Tips Section -->
|
|
|
1061 |
<div class="tip-item">
|
1062 |
<div class="tip-icon">1</div>
|
1063 |
<div class="tip-text">
|
1064 |
+
<strong>Start a conversation:</strong> Send them a direct message to introduce yourself and understand their style goals.
|
1065 |
</div>
|
1066 |
</div>
|
1067 |
|
1068 |
<div class="tip-item">
|
1069 |
<div class="tip-icon">2</div>
|
1070 |
<div class="tip-text">
|
1071 |
+
<strong>Update your portfolio:</strong> Post fresh styling photos and outfit ideas that showcase your expertise and aesthetic.
|
1072 |
</div>
|
1073 |
</div>
|
1074 |
|
1075 |
<div class="tip-item">
|
1076 |
<div class="tip-icon">3</div>
|
1077 |
<div class="tip-text">
|
1078 |
+
<strong>Offer personalized styling:</strong> Chat with them to understand their wardrobe and suggest pieces that match their style.
|
1079 |
</div>
|
1080 |
</div>
|
1081 |
|
1082 |
<div class="tip-item">
|
1083 |
<div class="tip-icon">4</div>
|
1084 |
<div class="tip-text">
|
1085 |
+
<strong>Schedule video calls:</strong> Organize virtual styling sessions to provide more personalized guidance and build stronger connections.
|
1086 |
</div>
|
1087 |
</div>
|
1088 |
</div>
|