mirror of https://github.com/status-im/consul.git
Small copy tweaks to prefooter elements
This commit is contained in:
parent
14ef7e7c83
commit
55d1f4de56
|
@ -9,7 +9,7 @@ export default function ConsulEnterpriseComparison() {
|
||||||
label: 'Open Source',
|
label: 'Open Source',
|
||||||
imageUrl: require('./img/consul-oss.svg?url'),
|
imageUrl: require('./img/consul-oss.svg?url'),
|
||||||
description:
|
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: {
|
link: {
|
||||||
text: 'View Open Source Features',
|
text: 'View Open Source Features',
|
||||||
url: 'https://www.hashicorp.com/products/consul/pricing/',
|
url: 'https://www.hashicorp.com/products/consul/pricing/',
|
||||||
|
|
|
@ -4,7 +4,7 @@ export default function PrefooterCTA() {
|
||||||
return (
|
return (
|
||||||
<CallToAction
|
<CallToAction
|
||||||
heading="Ready to get started?"
|
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"
|
brand="consul"
|
||||||
links={[
|
links={[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue