diff --git a/content/pages/support.mdx b/content/pages/support.mdx index e78beace8e3..413172a8aae 100644 --- a/content/pages/support.mdx +++ b/content/pages/support.mdx @@ -5,13 +5,4 @@ export const meta = { heading: 'Commercial Support', description: 'Need a little more help?' }, - intro: { - heading: 'Venafi', - description: - 'Venafi is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support for cert-manager is available as part of Venafi\'s Long Term Support (LTS) offering which includes access to expertise to help organisations scale effectively and securely with cert-manager.', - cta: { - logo: '/images/venafi-lts-support.png', - href: 'https://venafi.com/lts-for-cert-manager/' - } - } } diff --git a/pages/support.jsx b/pages/support.jsx index 5f784932291..dc74aa6c824 100644 --- a/pages/support.jsx +++ b/pages/support.jsx @@ -1,11 +1,8 @@ import { withRouter } from 'next/router' import { NextSeo } from 'next-seo' import getCurrentUrl from 'lib/currentUrl' -import Link from 'next/link' import CirclesBackground from '../components/snippets/CirclesBackground' -import Dots from '../components/Dots' import Hero from '../components/Hero' -import Image from '../components/Image' import { meta as page } from '../content/pages/support.mdx' function Support({ router }) { @@ -28,22 +25,25 @@ function Support({ router }) {
- -

{page.intro.heading}

-
-

{page.intro.description}

-
- - {page.intro.heading} - +
+
+

+ + + + + + + + + + + +

+
+

Venafi is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support for cert-manager is available as part of Venafi's Long Term Support (LTS) offering which includes access to expertise to help organisations scale effectively and securely with cert-manager.

+
Find Out More
diff --git a/public/images/venafi-lts-support.png b/public/images/venafi-lts-support.png deleted file mode 100644 index 8f29e280b5f..00000000000 Binary files a/public/images/venafi-lts-support.png and /dev/null differ