Update the homepage hero CTAs (#11301)

This commit is contained in:
Brandon Romano
2021-04-07 11:43:32 -07:00
committed by GitHub
parent 97c99ceeaa
commit 105b1350af

View File

@@ -30,8 +30,9 @@ export default function Homepage({ content }) {
buttons={[ buttons={[
{ {
external: false, external: false,
title: 'Get Started', title: 'Try Cloud',
url: 'https://www.vaultproject.io/intro/getting-started', url:
'https://cloud.hashicorp.com/?utm_source=vault_io&utm_content=hero',
}, },
{ {
external: false, external: false,
@@ -40,9 +41,8 @@ export default function Homepage({ content }) {
}, },
{ {
type: 'inbound', type: 'inbound',
title: 'Try Cloud', title: 'Get Started with Vault',
url: url: 'https://www.vaultproject.io/intro/getting-started',
'https://cloud.hashicorp.com/?utm_source=vault_io&utm_content=hero',
theme: { variant: 'tertiary' }, theme: { variant: 'tertiary' },
}, },
]} ]}