diff --git a/website/components/use-case-cta-section/index.jsx b/website/components/use-case-cta-section/index.jsx index 8f6156c040..bab696e527 100644 --- a/website/components/use-case-cta-section/index.jsx +++ b/website/components/use-case-cta-section/index.jsx @@ -1,22 +1,25 @@ +import Button from '@hashicorp/react-button' + export default function UseCaseCtaSection() { return (

Ready to get started?

- - - - - Download - - - Explore Docs - +
)