Small copy tweaks to prefooter elements
This commit is contained in:
parent
a0316d3766
commit
6b6f3ce3d4
|
@ -9,7 +9,7 @@ export default function ConsulEnterpriseComparison() {
|
|||
label: 'Open Source',
|
||||
imageUrl: require('./img/consul-oss.svg?url'),
|
||||
description:
|
||||
'Consul open source enables individuals to discover services and securely manage connections between them across cloud, on-premise, and hybrid environments.',
|
||||
'Consul Open Source enables individuals to discover services and securely manage connections between them across cloud, on-prem, and hybrid environments.',
|
||||
link: {
|
||||
text: 'View Open Source Features',
|
||||
url: 'https://www.hashicorp.com/products/consul/pricing/',
|
||||
|
|
|
@ -4,7 +4,7 @@ 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."
|
||||
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={[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue