<template>
<main>
<h1>Cat or Not</h1>
<nuxt-link to="/check">
<Button text="GET STARTED" />
</nuxt-link>
</main>
</template>