diff --git a/src/email/EmailShell.tsx b/src/email/EmailShell.tsx
index fdfd4ee..f28b6b8 100644
--- a/src/email/EmailShell.tsx
+++ b/src/email/EmailShell.tsx
@@ -7,7 +7,6 @@ import {
Section,
Text,
Heading,
- Hr,
Img,
Preview,
Link,
@@ -116,82 +115,69 @@ export function EmailShell({ brand, title, previewText, children }: EmailShellPr
-
-
-
-
- Contact
-
+
+
+ Need Help?
+
-
-
- {brand.footer.address ? (
- } iconColor={brand.primaryColor}>
-
- {brand.footer.address}
-
-
- ) : null}
-
+
+ {brand.footer.email ? (
+ } iconColor={brand.primaryColor}>
+
+ {brand.footer.email}
+
+
+ ) : null}
-
- {brand.footer.email ? (
- } iconColor={brand.primaryColor}>
+ {brand.footer.phone1 || brand.footer.phone2 ? (
+ } iconColor={brand.primaryColor}>
+
+ {brand.footer.phone1 ? (
- {brand.footer.email}
+ {brand.footer.phone1}
-
- ) : null}
+ ) : null}
+ {brand.footer.phone1 && brand.footer.phone2 ? ' · ' : ''}
+ {brand.footer.phone2 ? (
+
+ {brand.footer.phone2}
+
+ ) : null}
+
+
+ ) : null}
- {brand.footer.phone1 || brand.footer.phone2 ? (
- } iconColor={brand.primaryColor}>
-
- {brand.footer.phone1 ? (
-
- {brand.footer.phone1}
-
- ) : null}
- {brand.footer.phone1 && brand.footer.phone2 ? ' · ' : ''}
- {brand.footer.phone2 ? (
-
- {brand.footer.phone2}
-
- ) : null}
-
-
- ) : null}
-
-
+ {brand.footer.address ? (
+ } iconColor={brand.primaryColor}>
+
+ {brand.footer.address}
+
+
+ ) : null}
-
-
+
+
© {new Date().getFullYear()} {brand.hotelName}. All rights reserved.
+ {brand.footer.address ? (
+
+ {brand.footer.address}
+
+ ) : null}
+
+
+
+ Unsubscribe
+
+ {' '}|{' '}
+
+ Privacy Policy
+
+ {' '}|{' '}
+
+ Terms of Service
+
+