rotate homepage tutorials (#9787)

This commit is contained in:
kaitlincarter-hc 2021-02-18 14:02:08 -08:00 committed by GitHub
parent 5622d8b74d
commit 804b24ae6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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'),
},
]}
/>