changing HCP Consul to reflect GA
currently still pointing at private beta link, need to fix for GA.
This commit is contained in:
parent
6b432e7dde
commit
9f4c52612c
|
@ -243,12 +243,12 @@ export default function HomePage() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: require('./img/cloud/hcp.jpg?url'),
|
image: require('./img/cloud/hcp.jpg?url'),
|
||||||
eyebrow: 'Private Beta',
|
eyebrow: 'General Availability',
|
||||||
title: 'HCP Consul on AWS',
|
title: 'HCP Consul on AWS',
|
||||||
description: 'HashiCorp Cloud Platform',
|
description: 'HashiCorp Cloud Platform',
|
||||||
link: {
|
link: {
|
||||||
text: 'Request Access',
|
text: 'Get Started',
|
||||||
url: 'https://www.hashicorp.com/cloud-platform/request-access/',
|
url: 'https://portal.cloud.hashicorp.com',
|
||||||
type: 'outbound',
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue