corp homepage

This commit is contained in:
Tim
2024-04-13 17:02:03 -04:00
parent dd9fbb7af7
commit 3c755c27af
10 changed files with 175 additions and 9 deletions

11
src/components/Soon.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<v-chip text="Coming Soon" size='x-small' color="grey" variant="text"/>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>