diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index ad6e71c4..81065847 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -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', diff --git a/frontend/src/views/landing/LandingView.vue b/frontend/src/views/landing/LandingView.vue new file mode 100644 index 00000000..f1e10ced --- /dev/null +++ b/frontend/src/views/landing/LandingView.vue @@ -0,0 +1,96 @@ + + + + +