From 73a1d314df9bdb300bb0ad66d3d3cf01808431fc Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Thu, 18 Feb 2021 14:02:08 -0800 Subject: [PATCH] rotate homepage tutorials (#9787) --- website/pages/home/index.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index a8cbbcd132..cf1e43b9af 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -81,19 +81,19 @@ export default function HomePage() { brand="consul" items={[ { - title: 'Try Consul Service Mesh on kind', + title: 'Deploy HCP Consul with Terraform', category: 'Step-by-Step Tutorial', - time: '15 mins', + time: '12 mins', link: - 'https://learn.hashicorp.com/tutorials/consul/kubernetes-kind', + 'https://learn.hashicorp.com/tutorials/cloud/terraform-hcp-consul-provider', image: require('./img/learn/getting-started.svg?url'), }, { - title: 'Secure Consul with Vault', + title: 'Migrate to Microservices on Kubernetes', category: 'Step-by-Step Tutorials', time: '45 mins', - link: 'https://learn.hashicorp.com/collections/consul/vault-secure', - image: require('./img/learn/Vault.svg?url'), + link: 'https://learn.hashicorp.com/collections/consul/microservices', + image: require('./img/learn/kubernetes.svg?url'), }, ]} />