diff --git a/pages/contact-sales.tsx b/pages/contact-sales.tsx new file mode 100644 index 00000000..f7fb633a --- /dev/null +++ b/pages/contact-sales.tsx @@ -0,0 +1,49 @@ +import { ColorModeProvider } from '@pluralsh/design-system' +import Head from 'next/head' +import Script from 'next/script' + +import { FooterVariant } from '@src/components/FooterFull' +import { GradientBG } from '@src/components/layout/GradientBG' +import { HeaderPad } from '@src/components/layout/HeaderPad' +import { propsWithGlobalSettings } from '@src/utils/getGlobalProps' + +import { HubspotForm } from '../src/components/HubspotForm' +import { StandardPage } from '../src/components/layout/FullPage' + +import { ContactHeader } from './contact' + +export default function Index() { + return ( + <> +
+ + +