diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 9522749..84abe85 100755 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -95,6 +95,7 @@ import AdditionalDiscount from "../pages/AdditionalDiscount"; import TrialPaymentWithDiscount from "../pages/TrialPaymentWithDiscount"; import MarketingLanding from "../pages/EmailLetters/MarketingLanding"; import MarketingTrialPayment from "../pages/EmailLetters/MarketingTrialPayment"; +import { ScrollToTop } from "@/hooks/scrollToTop"; const isProduction = import.meta.env.MODE === "production"; @@ -525,6 +526,7 @@ function Layout({ setIsSpecialOfferOpen }: LayoutProps): JSX.Element { return (
+ {showHeader ? (
setIsMenuOpen(true)} diff --git a/src/components/AttentionPage/styles.module.css b/src/components/AttentionPage/styles.module.css index 7e997cf..912da47 100644 --- a/src/components/AttentionPage/styles.module.css +++ b/src/components/AttentionPage/styles.module.css @@ -9,6 +9,7 @@ .icon { width: 96px; + height: 96px; } .text { diff --git a/src/components/FeedbackPage/styles.module.css b/src/components/FeedbackPage/styles.module.css index c493b93..625d5d5 100644 --- a/src/components/FeedbackPage/styles.module.css +++ b/src/components/FeedbackPage/styles.module.css @@ -33,6 +33,7 @@ .profile-picture { width: 96px; + height: 96px; border-radius: 100%; object-fit: cover; object-position: center; diff --git a/src/components/PaymentPage/results/ErrorPage/index.tsx b/src/components/PaymentPage/results/ErrorPage/index.tsx index 98bc20e..92be999 100644 --- a/src/components/PaymentPage/results/ErrorPage/index.tsx +++ b/src/components/PaymentPage/results/ErrorPage/index.tsx @@ -12,7 +12,11 @@ function PaymentFailPage(): JSX.Element { return (
- Exclamation Icon + Exclamation Icon
{t("auweb.pay_bad.title")}

{t("auweb.pay_bad.text1")}

diff --git a/src/components/PaymentPage/results/SuccessPage/index.tsx b/src/components/PaymentPage/results/SuccessPage/index.tsx index 6d5e665..5c4a5c4 100644 --- a/src/components/PaymentPage/results/SuccessPage/index.tsx +++ b/src/components/PaymentPage/results/SuccessPage/index.tsx @@ -18,7 +18,11 @@ function PaymentSuccessPage(): JSX.Element { return (
- Success Icon + Success Icon
{t("auweb.pay_good.title")}

{t("auweb.pay_good.text1")}

diff --git a/src/components/pages/AdditionalDiscount/index.tsx b/src/components/pages/AdditionalDiscount/index.tsx index e3b5c3b..9b12961 100644 --- a/src/components/pages/AdditionalDiscount/index.tsx +++ b/src/components/pages/AdditionalDiscount/index.tsx @@ -16,7 +16,7 @@ function AdditionalDiscount() { Save 65% off! - Friends + Friends
Fire

diff --git a/src/components/pages/AdditionalDiscount/styles.module.css b/src/components/pages/AdditionalDiscount/styles.module.css index 3d8e28a..89ee900 100644 --- a/src/components/pages/AdditionalDiscount/styles.module.css +++ b/src/components/pages/AdditionalDiscount/styles.module.css @@ -36,6 +36,7 @@ .discount-point > img { width: 48px; + height: 48px; } .discount-point-description { diff --git a/src/components/pages/AllRight/index.tsx b/src/components/pages/AllRight/index.tsx index f33e4f3..53d8c01 100644 --- a/src/components/pages/AllRight/index.tsx +++ b/src/components/pages/AllRight/index.tsx @@ -22,7 +22,7 @@ function AllRightPage() { return (

- The sun + The sun
All right! <br /> You keep your emotions in check{" "} diff --git a/src/components/pages/AllRight/styles.module.css b/src/components/pages/AllRight/styles.module.css index 73b6b97..f5e6b28 100644 --- a/src/components/pages/AllRight/styles.module.css +++ b/src/components/pages/AllRight/styles.module.css @@ -13,6 +13,7 @@ background-size: cover; color: #fff; padding-top: 64px; + background-color: #171717; } .title { diff --git a/src/components/pages/AlmostThere/index.tsx b/src/components/pages/AlmostThere/index.tsx index 4c6649f..41c1169 100644 --- a/src/components/pages/AlmostThere/index.tsx +++ b/src/components/pages/AlmostThere/index.tsx @@ -17,7 +17,7 @@ function AlmostTherePage() { return ( <section className={`${styles.page} page`}> - <img src="/magnifier.svg" alt="The magnifier" /> + <img src="/magnifier.svg" alt="The magnifier" style={{ minHeight: "220px" }} /> <div> <Title variant="h1" className={styles.title}> Almost there! <br /> Now let's tailor your plan by understanding the{" "} diff --git a/src/components/pages/Both/index.tsx b/src/components/pages/Both/index.tsx index e3cce15..2f87f8a 100755 --- a/src/components/pages/Both/index.tsx +++ b/src/components/pages/Both/index.tsx @@ -22,7 +22,7 @@ function BothPage() { return ( <section className={`${styles.page} page`}> - <img src="/both.svg" alt="The both" /> + <img src="/both.svg" alt="The both" style={{ minHeight: "255px" }} /> <div> <Title variant="h1" className={styles.title}> Wonderful! <br /> diff --git a/src/components/pages/EmailConfirm/styles.module.css b/src/components/pages/EmailConfirm/styles.module.css index 48634da..2b22b22 100755 --- a/src/components/pages/EmailConfirm/styles.module.css +++ b/src/components/pages/EmailConfirm/styles.module.css @@ -34,6 +34,7 @@ .eye-image { width: 100%; max-width: 180px; + min-height: 180px; } .top-section { diff --git a/src/components/pages/EmailLetters/MarketingLanding/index.tsx b/src/components/pages/EmailLetters/MarketingLanding/index.tsx index a1a6d1b..902cb27 100644 --- a/src/components/pages/EmailLetters/MarketingLanding/index.tsx +++ b/src/components/pages/EmailLetters/MarketingLanding/index.tsx @@ -37,22 +37,34 @@ function MarketingLanding() { </p> <img className={styles.image} - style={{ marginTop: 0 }} + style={{ marginTop: 0, minHeight: "282px" }} src="/aboutPlan.webp" alt="About plan" /> <Title className={styles.title}>Highlights of your plan: - Messanging + Messanging Horoscope phone + Guide - Guide Understanding - Payments + Payments