homepage/app/src/views/GardeningView.vue

19 lines
601 B
Vue

<script setup lang="ts">
</script>
<template>
<main>
<p>
I'd like to call myself an avid gardener, with a particular interest in creating native-friendly garden habitats.
</p>
<p>
I work on my own garden that I share with my partner, and I like to help out with others' too. So if you're
thinking about (finally) killing your lawn and providing a space for non-invasive and native species to thrive,
I'd be happy to help!
</p>
<p>
<a href="/garden-details" class="link-local">Click here to view my home's garden.</a>
</p>
</main>
</template>