From 0a101423bd97bea626098e9ae11430bde4f9afd3 Mon Sep 17 00:00:00 2001 From: Nick Grato Date: Mon, 18 Dec 2023 13:51:11 -0800 Subject: [PATCH] stache --- .../plans/ContactCard/ContactCard.module.scss | 6 +- .../modules/plans/ContactCard/ContactCard.tsx | 2 +- .../plans/plan-cards/BusinessPlanCard.tsx | 59 ++++++++ .../modules/plans/plan-cards/index.ts | 1 + client/components/modules/plans/plan.const.ts | 35 ++++- client/pages/analytics/index.tsx | 14 +- client/pages/subscribe/index.tsx | 32 ++-- client/pages/subscribe/subscribe.module.scss | 10 +- client/services/routeGuard.service.ts | 36 +++++ client/styles/tools/flex.scss | 5 + lib/dash/plan_state_machine.ex | 137 ++++++++++++++++++ .../BasePlanCard/BasePlanCard.module.scss | 1 - .../shared/Subscribe/Subscribe.module.scss | 10 +- .../components/shared/Subscribe/Subscribe.tsx | 50 ++++++- .../components/shared/Subscribe/plan.const.ts | 29 +++- 15 files changed, 384 insertions(+), 43 deletions(-) create mode 100644 client/components/modules/plans/plan-cards/BusinessPlanCard.tsx diff --git a/client/components/modules/plans/ContactCard/ContactCard.module.scss b/client/components/modules/plans/ContactCard/ContactCard.module.scss index f923b0e2..10c030fc 100644 --- a/client/components/modules/plans/ContactCard/ContactCard.module.scss +++ b/client/components/modules/plans/ContactCard/ContactCard.module.scss @@ -2,9 +2,9 @@ .wrapper { background-color: $color-background-overlay; - width: 375px; + width: 100%; border-radius: 20px; - padding: 65px; + padding: 25px; overflow: hidden; position: relative; margin: 0px 17px 24px; @@ -24,7 +24,7 @@ h2 { @include heading-lg; - margin: 0 0 24px; + margin: 0 0 12px; } p { diff --git a/client/components/modules/plans/ContactCard/ContactCard.tsx b/client/components/modules/plans/ContactCard/ContactCard.tsx index a198d812..e51c8387 100644 --- a/client/components/modules/plans/ContactCard/ContactCard.tsx +++ b/client/components/modules/plans/ContactCard/ContactCard.tsx @@ -15,7 +15,7 @@ const ContactCard = ({ email, subject, classProp = '' }: ContactCardPropsT) => { return (
-

Business

+

Enterprise

Need dedicated infrastructure, custom clients, or something else?