mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Update the homepage hero CTAs (#11301)
This commit is contained in:
@@ -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' },
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user