Add landing

This commit is contained in:
Cagatay Civici
2024-07-30 12:12:41 +03:00
parent 9cab42f25d
commit d45aee8fdb
3 changed files with 457 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ const model = ref([
icon: 'pi pi-fw pi-briefcase',
to: '/pages',
items: [
{
label: 'Landing',
icon: 'pi pi-fw pi-globe',
to: '/landing'
},
{
label: 'Auth',
icon: 'pi pi-fw pi-user',