Skip to content

Commit

Permalink
rotate homepage tutorials (#9787)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlincart authored and dizzyup committed Apr 21, 2021
1 parent c6d284e commit b59687f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
]}
/>
Expand Down

0 comments on commit b59687f

Please sign in to comment.