| 1 | --- |
| 2 | layout: landing |
| 3 | --- |
| 4 | |
| 5 | import { Landing } from "../components/Landing" |
| 6 | import { HomePage, Sponsors } from 'vocs/components' |
| 7 | |
| 8 | <HomePage.Root> |
| 9 | <HomePage.Logo /> |
| 10 | <Landing /> |
| 11 | <HomePage.Buttons> |
| 12 | <HomePage.Button href="/getting-started" variant="accent">Get started</HomePage.Button> |
| 13 | <HomePage.Button href="https://github.com/stevedylandev/bhvr">GitHub</HomePage.Button> |
| 14 | </HomePage.Buttons> |
| 15 | </HomePage.Root> |
| 16 | |
| 17 | <Sponsors /> |