feat(site): add default layout and homepage content mirroring existing site using Nuxt UI

This commit is contained in:
2025-08-16 09:06:17 -06:00
parent 00dad9fd3f
commit 6fb19ff89c
3 changed files with 76 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
<NuxtPage />
</div>
</template>