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