Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 29, 2024
1 parent 564984c commit c2cfc23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions marketing/components/shared/Subscribe/Subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down Expand Up @@ -245,7 +245,7 @@ const Subscribe = ({ classProp = '' }: SubscribePropsT) => {
/>

{/* BUSINESS_COPY PLAN */}
<BasePlanCard
{/* <BasePlanCard
classProp={styles.plan_3}
title={BUSINESS_COPY.title}
subtitle={BUSINESS_COPY.subtitle}
Expand Down Expand Up @@ -275,7 +275,7 @@ const Subscribe = ({ classProp = '' }: SubscribePropsT) => {
}}
/>
}
/>
/> */}

{/* BUSINESS INQU*/}
{!isMobileDown && <HangerCard />}
Expand Down

0 comments on commit c2cfc23

Please sign in to comment.