Update routes/emails.py
Browse files- routes/emails.py +6 -12
routes/emails.py
CHANGED
@@ -70,8 +70,10 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
70 |
}
|
71 |
|
72 |
.logo {
|
73 |
-
|
74 |
-
|
|
|
|
|
75 |
}
|
76 |
|
77 |
.hero-section {
|
@@ -164,20 +166,12 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
164 |
}
|
165 |
}
|
166 |
</style>
|
167 |
-
<script>
|
168 |
-
function redirectToApp() {
|
169 |
-
// Define o deep link para a página search do app
|
170 |
-
const deepLink = "closetcoach://closetcoach.com/search";
|
171 |
-
// Redireciona automaticamente
|
172 |
-
window.location.href = deepLink;
|
173 |
-
}
|
174 |
-
</script>
|
175 |
</head>
|
176 |
<body>
|
177 |
<div class="email-container">
|
178 |
<!-- Header -->
|
179 |
<div class="header">
|
180 |
-
<
|
181 |
</div>
|
182 |
|
183 |
<!-- Hero Section -->
|
@@ -190,7 +184,7 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
190 |
Connect with professional stylists who understand your unique style and help you create looks that make you feel confident and authentic.
|
191 |
</p>
|
192 |
|
193 |
-
<a href="
|
194 |
</div>
|
195 |
|
196 |
<!-- Footer -->
|
|
|
70 |
}
|
71 |
|
72 |
.logo {
|
73 |
+
font-size: 28px;
|
74 |
+
font-weight: 700;
|
75 |
+
color: #6b46c1;
|
76 |
+
letter-spacing: -0.5px;
|
77 |
}
|
78 |
|
79 |
.hero-section {
|
|
|
166 |
}
|
167 |
}
|
168 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
</head>
|
170 |
<body>
|
171 |
<div class="email-container">
|
172 |
<!-- Header -->
|
173 |
<div class="header">
|
174 |
+
<div class="logo">ClosetCoach</div>
|
175 |
</div>
|
176 |
|
177 |
<!-- Hero Section -->
|
|
|
184 |
Connect with professional stylists who understand your unique style and help you create looks that make you feel confident and authentic.
|
185 |
</p>
|
186 |
|
187 |
+
<a href="https://ameddes.com/onboarding/search" class="cta-button">Discover New Stylists</a>
|
188 |
</div>
|
189 |
|
190 |
<!-- Footer -->
|