From 105b1350af0a1d2d2ba161e309a5ab91cd8dd737 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 7 Apr 2021 11:43:32 -0700 Subject: [PATCH] Update the homepage hero CTAs (#11301) --- website/pages/home/index.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 178fe1bad7..cbe6907dfe 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -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' }, }, ]}