diff --git a/client/pages/subscribe/index.tsx b/client/pages/subscribe/index.tsx index 005adabf..51e17da3 100644 --- a/client/pages/subscribe/index.tsx +++ b/client/pages/subscribe/index.tsx @@ -8,7 +8,6 @@ import { PersonalPlanCard, StarterPlanCard, ProfessionalPlanCard, - BusinessPlanCard, } from '@Modules/plans/plan-cards'; import { BillingPeriodE } from 'types/General'; @@ -38,7 +37,7 @@ const Subscribe = () => {
- + {/* */}
diff --git a/marketing/components/shared/Subscribe/Subscribe.tsx b/marketing/components/shared/Subscribe/Subscribe.tsx index 88b7c4ea..17e99592 100644 --- a/marketing/components/shared/Subscribe/Subscribe.tsx +++ b/marketing/components/shared/Subscribe/Subscribe.tsx @@ -52,11 +52,11 @@ const Subscribe = ({ classProp = '' }: SubscribePropsT) => { billingPeriod ); - const businessPlanData = getPricePageData( - regionCode, - PlansE.BUSINESS, - billingPeriod - ); + // const businessPlanData = getPricePageData( + // regionCode, + // PlansE.BUSINESS, + // billingPeriod + // ); const loadingCards = isTabletDown ? [1] : [1, 2, 3, 4]; @@ -245,7 +245,7 @@ const Subscribe = ({ classProp = '' }: SubscribePropsT) => { /> {/* BUSINESS_COPY PLAN */} - { }} /> } - /> + /> */} {/* BUSINESS INQU*/} {!isMobileDown && }