diff --git a/client/components/modules/plans/ContactCard/ContactCard.tsx b/client/components/modules/plans/ContactCard/ContactCard.tsx index e51c8387..a198d812 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 (
-

Enterprise

+

Business

Need dedicated infrastructure, custom clients, or something else?

- + {/* */}
diff --git a/marketing/components/shared/Subscribe/Subscribe.module.scss b/marketing/components/shared/Subscribe/Subscribe.module.scss index 7a979728..ac6e4e7a 100644 --- a/marketing/components/shared/Subscribe/Subscribe.module.scss +++ b/marketing/components/shared/Subscribe/Subscribe.module.scss @@ -53,7 +53,7 @@ .cards { display: grid; - grid-template-columns: 288px 288px 288px 288px; + grid-template-columns: 288px 288px 288px; grid-template-rows: auto auto; column-gap: 18px; gap: 18px; diff --git a/marketing/components/shared/Subscribe/Subscribe.tsx b/marketing/components/shared/Subscribe/Subscribe.tsx index 37e9c84f..4f50546a 100644 --- a/marketing/components/shared/Subscribe/Subscribe.tsx +++ b/marketing/components/shared/Subscribe/Subscribe.tsx @@ -246,7 +246,7 @@ const Subscribe = ({ classProp = '' }: SubscribePropsT) => { /> {/* BUSINESS_COPY PLAN */} - { }} /> } - /> + /> */} - {/* BUSINESS INQU*/} {!isMobileDown && } )} diff --git a/marketing/util/utilities.ts b/marketing/util/utilities.ts index e5666892..52aa2566 100644 --- a/marketing/util/utilities.ts +++ b/marketing/util/utilities.ts @@ -28,11 +28,9 @@ export const getPricePageData = ( ): PricePageDataT => { const PersonalProdId = 'prod_Mo4tS8uH9y3Mj5'; const ProfessionalProdId = 'prod_OGWdlewqBfGPy0'; - const BusinessProdId = 'prod_Mo4tS8uH9y3Mj5'; const ProductIds = { [PlansE.PERSONAL]: PersonalProdId, [PlansE.PROFESSIONAL]: ProfessionalProdId, - [PlansE.BUSINESS]: BusinessProdId, }; const BASE_URL = `https://subscriptions.firefox.com/checkout/${ProductIds[plan]}`;