)
}
diff --git a/backend/email/emails/welcome.tsx b/backend/email/emails/welcome.tsx
index 242568cd..140cf084 100644
--- a/backend/email/emails/welcome.tsx
+++ b/backend/email/emails/welcome.tsx
@@ -1,6 +1,6 @@
import {Body, Button, Container, Head, Html, Preview, Section, Text} from '@react-email/components'
import {type User} from 'common/user'
-import {button, container, content, Footer, main, paragraph} from 'email/utils'
+import { container, content, Footer, main, paragraph} from 'email/utils'
import React from 'react'
import {createT} from 'shared/locale'
@@ -33,34 +33,121 @@ export const WelcomeEmail = ({
-
- {t('email.welcome.title', 'Welcome to Compass, {name}!', {name})}
-
+
+
+ {t('email.welcome.title', 'Welcome to Compass, {name}!', {name})}
+
+
-
+
{t(
'email.welcome.intro',
'Compass is a free, community-owned platform built to help people form deep, meaningful connections — platonic, romantic, or collaborative. There are no ads, no hidden algorithms, and no subscriptions — just a transparent, open-source space shaped by people like you.',
)}
-
- {t(
- 'email.welcome.confirmation',
- 'To finish creating your account and start exploring Compass, please confirm your email below:',
- )}
-
+
+
+ {t(
+ 'email.welcome.confirmation',
+ 'To finish creating your account and start exploring Compass, please confirm your email below:',
+ )}
+
-
- {t('email.welcome.confirmButton', 'Confirm My Email')}
-
+
+ {t('email.welcome.confirmButton', 'Confirm My Email')}
+
+
-
+
{t('email.welcome.copyLink', 'Or copy and paste this link into your browser:')}
- {verificationLink}
+
+ {verificationLink}
+
-
+
{t(
'email.welcome.thanks',
'Your presence and participation are what make Compass possible. Thank you for helping us build an internet space that prioritizes depth, trust, and community over monetization.',