Implement landing page with PWA smart detection and high-quality background

This commit is contained in:
2026-03-09 15:53:35 -05:00
parent 12cc2a7eaa
commit 532e396b43
6 changed files with 620 additions and 1 deletions

View File

@ -9,6 +9,11 @@ const router = createRouter({
// ─── Vistas Públicas Core ───────────────────────────────────────────
{
path: '/',
name: 'landing',
component: () => import('@/views/LandingView.vue'),
},
{
path: '/splash',
name: 'splash',
component: () => import('@/views/SplashScreen.vue'),
},