feat: implementa landing page, inclui loading indicator e retorno para home

This commit is contained in:
2026-05-28 18:33:45 -05:00
parent dfe8eb3a80
commit f5375c42ee
6 changed files with 324 additions and 51 deletions

View File

@@ -1,4 +1,5 @@
<template>
<NuxtLoadingIndicator color="#292524" :height="8" />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>