diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index e2599802f4..d009bbc2aa 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -1,309 +1,3 @@ -import Hero from '@hashicorp/react-hero' -import BeforeAfterDiagram from '../../components/before-after' -import SectionHeader from '@hashicorp/react-section-header' -import consulEnterpriseLogo from '../../public/img/consul-connect/logos/consul-enterprise-logo.svg?include' -import consulLogo from '../../public/img/consul-connect/logos/consul-logo.svg?include' - export default function HomePage() { - return ( - <> -
- Use Consul service discovery and service mesh features with - Kubernetes.{' '} -
-- Secure and observe communication between your services - without modifying their code. -
-- Automate load balancer configuration with Consul and - HAProxy, Nginx, or F5. -
-- Provision clusters on any infrastructure, connect to - services over TLS via proxy integrations, and Serve TLS - certificates with pluggable Certificate Authorities. -
-- Consul Open Source addresses the technical complexity of - connecting services across distributed infrastructure. -
-- Consul Enterprise addresses the organizational complexity of - large user bases and compliance requirements with collaboration - and governance features. -
-