diff --git a/client/components/modules/plans/plan-cards/BasePlanCard.tsx b/client/components/modules/plans/plan-cards/BasePlanCard.tsx
index 30add00e..cf2b99db 100644
--- a/client/components/modules/plans/plan-cards/BasePlanCard.tsx
+++ b/client/components/modules/plans/plan-cards/BasePlanCard.tsx
@@ -168,7 +168,8 @@ const BasePlanCard = ({
- {getCTA()}
+ {/* {getCTA()} */}
+
diff --git a/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx b/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx
index 123f12d4..ab10f5d7 100644
--- a/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx
+++ b/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
import styles from './BasePlanCard.module.scss';
import { ValueProp } from '../plan.const';
import InfoBlock from '../InfoBlock/InfoBlock';
-import { Icon } from '@mozilla/lilypad-ui';
+import { Icon, Button } from '@mozilla/lilypad-ui';
import { FeaturesT } from '../plan.const';
type PricePropsT = {
@@ -127,7 +127,9 @@ export const BasePlanCard = ({
{/* FOOTER */}
);