diff --git a/src/components/MobileOffsetOrder.tsx b/src/components/MobileOffsetOrder.tsx index b4b0e70..8a84124 100644 --- a/src/components/MobileOffsetOrder.tsx +++ b/src/components/MobileOffsetOrder.tsx @@ -426,11 +426,6 @@ export function MobileOffsetOrder({ tons, monetaryAmount, onBack }: Props) {

{portfolio.description}

- {/* Carbon Impact Comparisons */} -
- -
- - - - - - {/* Confirmation Email Notice */} - {session.customerEmail && ( - - A confirmation email has been sent to {session.customerEmail} - - )} - - + + + + + + {/* Confirmation Email Notice */} + {session.customerEmail && ( + +
+

+ + + + + Confirmation email sent to {session.customerEmail} +

+
+
+ )} + + {/* Footer */} + +

Thank you for making a positive impact on our planet

+

Questions? Contact us at support@puffinoffset.com

+
+ + + ); }