website: add urls to homepage buttons (#9152)

pull/9166/head
Kyle MacDonald 6 years ago committed by GitHub
parent 39452fee3f
commit f0840f55d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,13 +8,18 @@ export default function Homepage() {
<img src="/img/logo-hashicorp.svg" alt="HashiCorp Packer Logo" />
<h1 className="g-type-display-3">Build Automated Machine Images</h1>
<div className="buttons">
<Button title="Get Started" theme={{ brand: 'packer' }} />
<Button
title="Get Started"
theme={{ brand: 'packer' }}
url="/intro"
/>
<Button
title={`Download ${VERSION}`}
theme={{
variant: 'secondary',
background: 'light',
}}
url="/downloads"
/>
</div>
</section>

Loading…
Cancel
Save