Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/pages/business.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { GetServerSidePropsContext } from 'next';
import Button from '@/components/shared/Button';
import { getImage } from '@/lib/getImage';
import { PromoCodeName } from '@/lib/types';
import { ContactSalesForm } from '@/components/shared/ContactSalesForm';
import HorizontalScrollableSection from '@/components/shared/HorizontalScrollableSection';
import BusinessCtaSection from '@/components/business/BusinessCtaSection';
import Image from 'next/image';
Expand Down Expand Up @@ -135,6 +134,7 @@ export const BusinessPage = ({
textContent={textContent.PriceTable}
onCheckoutButtonClicked={onCheckoutButtonClicked}
sectionDetails="linear-gradient(360deg, #F4F8FF 0%, #FFFFFF 100%) lg:py-20"
hidePlanSelectorAndSwitch
/>

<div className=" lg:pt-10">
Expand Down Expand Up @@ -195,8 +195,6 @@ export const BusinessPage = ({

<TestimonialsSectionForBusiness textContent={textContent.TestimonialsSection} />

<ContactSalesForm textContent={textContent.ContactSales} isBusiness />

<FAQSection textContent={textContent.FaqSection} />

<Footer textContent={footerText} lang={locale} />
Expand Down
Loading