mirror of https://github.com/hashicorp/consul
Brandon Romano
5 years ago
2 changed files with 27 additions and 22 deletions
@ -0,0 +1,25 @@
|
||||
import CallToAction from '@hashicorp/react-call-to-action' |
||||
|
||||
export default function PrefooterCTA() { |
||||
return ( |
||||
<CallToAction |
||||
heading="Ready to get started?" |
||||
content="Consul open source addresses the technical complexity of managing production services by providing a way to discover, automate, secure and connect applications and networking configurations across distributed infrastructure and clouds." |
||||
brand="consul" |
||||
links={[ |
||||
{ |
||||
text: 'Explore HashiCorp Learn', |
||||
url: 'https://learn.hashicorp.com/consul', |
||||
type: 'outbound', |
||||
}, |
||||
{ |
||||
text: 'Explore Documentation', |
||||
url: '/docs', |
||||
type: 'inbound', |
||||
}, |
||||
]} |
||||
variant="compact" |
||||
theme="light" |
||||
/> |
||||
) |
||||
} |
Loading…
Reference in new issue