farmstar-survey-ui/pages/index.vue

20 lines
435 B
Vue

<template>
<div class="mt-4 flex flex-col md:flex-row md:space-x-4">
<Card
title="Registration"
subtitle="For all participants."
link="/registration"
/>
<Card
title="Farmers Survey"
subtitle="For farmers using Evergrow."
link="/farmer"
/>
<Card
title="Transaction Record"
subtitle="For all EverGrow purchases."
link="/transaction"
/>
</div>
</template>