import Button from '@hashicorp/react-button' import TextSplit from '@hashicorp/react-text-split' import s from './style.module.css' export default function CtaHero() { return (
) } function Cta() { return (
Consul stack

Try HCP Consul

Hosted on HashiCorp Cloud Platform, HCP Consul is a fully managed service mesh that discovers and securely connects any service.

) }