Update auto-reply: logo+text left-aligned in header, dark info box to match header
This commit is contained in:
parent
d0f18a26b4
commit
9e766424fc
@ -217,7 +217,16 @@ export const sendAutoReply = async ({ name, email }) => {
|
||||
html: `
|
||||
<div style="font-family: Arial, Helvetica, sans-serif; max-width: 600px; margin: 0 auto; padding: 0;">
|
||||
<div style="background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); padding: 40px 40px 30px 40px; border-radius: 12px 12px 0 0;">
|
||||
${logoHtmlTag}
|
||||
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 10px 0;">
|
||||
<tr>
|
||||
<td style="vertical-align: middle; padding-right: 14px;">
|
||||
${logoHtmlTag}
|
||||
</td>
|
||||
<td style="vertical-align: middle;">
|
||||
<span style="color: #ffffff; font-size: 22px; font-weight: 600; font-family: Arial, Helvetica, sans-serif;">Moxiegen</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="color: #94a3b8; font-size: 14px; margin: 0;">Algorithmic Enhancement for Enterprise AI</p>
|
||||
</div>
|
||||
<div style="background: #ffffff; padding: 40px; border-radius: 0 0 12px 12px; color: #334155;">
|
||||
@ -228,9 +237,9 @@ export const sendAutoReply = async ({ name, email }) => {
|
||||
<p style="font-size: 16px; line-height: 1.6; margin: 0 0 16px 0;">
|
||||
We understand the importance of your request and will make every effort to respond to you as promptly as possible. In most cases, you can expect to hear back from us within <strong>one business day</strong>.
|
||||
</p>
|
||||
<div style="background: #f0fdf4; border-left: 4px solid #00f0c8; padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 24px 0;">
|
||||
<p style="font-size: 15px; color: #334155; margin: 0 0 6px 0;"><strong>Need a faster response?</strong></p>
|
||||
<p style="font-size: 15px; color: #334155; margin: 0;">
|
||||
<div style="background: #1e293b; border-left: 4px solid #00f0c8; padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 24px 0;">
|
||||
<p style="font-size: 15px; color: #e2e8f0; margin: 0 0 6px 0;"><strong>Need a faster response?</strong></p>
|
||||
<p style="font-size: 15px; color: #cbd5e1; margin: 0;">
|
||||
Call us at <a href="tel:+18552466943" style="color: #00f0c8; text-decoration: none;">+1 (855) 246-6943</a> or email <a href="mailto:info@moxiegen.com" style="color: #00f0c8; text-decoration: none;">info@moxiegen.com</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user