feat(landing): LandingView scaffold with Nav + Hero

Temporary route /landing-preview added for dev iteration. Will flip /
to this view once all 6 sections are in place (Task 6).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mini
2026-04-19 20:11:06 +08:00
parent 064a4b7614
commit 9dae8724e3
2 changed files with 105 additions and 0 deletions

View File

@@ -36,6 +36,15 @@ const routes: RouteRecordRaw[] = [
title: 'Home'
}
},
{
path: '/landing-preview',
name: 'LandingPreview',
component: () => import('@/views/landing/LandingView.vue'),
meta: {
requiresAuth: false,
title: 'PURO AI'
}
},
{
path: '/login',
name: 'Login',