diff --git a/website/components/consul-enterprise-comparison/img/consul-enterprise.svg b/website/components/consul-enterprise-comparison/img/consul-enterprise.svg new file mode 100644 index 0000000000..0139d8d470 --- /dev/null +++ b/website/components/consul-enterprise-comparison/img/consul-enterprise.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/components/consul-enterprise-comparison/img/consul-oss.svg b/website/components/consul-enterprise-comparison/img/consul-oss.svg new file mode 100644 index 0000000000..8a05d36067 --- /dev/null +++ b/website/components/consul-enterprise-comparison/img/consul-oss.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/website/components/consul-enterprise-comparison/index.jsx b/website/components/consul-enterprise-comparison/index.jsx index ff705678d0..ad9184e180 100644 --- a/website/components/consul-enterprise-comparison/index.jsx +++ b/website/components/consul-enterprise-comparison/index.jsx @@ -1,39 +1,33 @@ import EnterpriseComparison from '../enterprise-comparison' -const technicalComplexity = { - title: 'Technical Complexity', - label: 'Open Source', - imageUrl: - 'https://www.datocms-assets.com/2885/1579883486-complexity-basic.png', - description: - 'Consul open source enables individuals to discover services and securely manage connections between them across cloud, on-premise, and hybrid environments.', - link: { - text: 'View Open Source Features', - url: 'https://www.hashicorp.com/products/consul/pricing/', - type: 'outbound', - }, -} - -const organizationalComplexity = { - title: 'Organizational Complexity', - label: 'Enterprise', - imageUrl: - 'https://www.datocms-assets.com/2885/1579883488-complexity-advanced.png', - description: - 'Consul Enterprise provides the foundation for organizations to build and govern an enterprise-ready service networking environment for multiple teams across multiple clouds', - link: { - text: 'View Enterprise Features', - url: 'https://www.hashicorp.com/products/consul/pricing/', - type: 'outbound', - }, -} - -export default function NomadEnterpriseInfo() { +export default function ConsulEnterpriseComparison() { return ( ) diff --git a/website/components/enterprise-comparison/index.jsx b/website/components/enterprise-comparison/index.jsx index 1b8784e398..d0b611e91d 100644 --- a/website/components/enterprise-comparison/index.jsx +++ b/website/components/enterprise-comparison/index.jsx @@ -3,7 +3,12 @@ import Button from '@hashicorp/react-button' import InlineSvg from '@hashicorp/react-inline-svg' import ArrowIcon from './img/arrow.svg?include' -export default function EnterpriseInfo({ title, itemOne, itemTwo, brand }) { +export default function EnterpriseComparison({ + title, + itemOne, + itemTwo, + brand, +}) { return (
diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index d85603edde..6b19befc73 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -216,8 +216,6 @@ export default function HomePage() { />
- - + +