website: add urls to homepage buttons (#9152)
This commit is contained in:
parent
39452fee3f
commit
f0840f55d0
|
@ -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…
Reference in New Issue