first commit

This commit is contained in:
Inshal
2024-05-29 22:34:28 +05:00
commit e63fc41a20
1470 changed files with 174828 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
export default [
{
title: 'Dashboards',
icon: { icon: 'ri-home-smile-line' },
children: [
{
title: 'CRM',
to: 'dashboards-crm',
},
{
title: 'Analytics',
to: 'dashboards-analytics',
},
{
title: 'eCommerce',
to: 'dashboards-ecommerce',
},
{
title: 'Academy',
to: 'dashboards-academy',
},
{
title: 'Logistics',
to: 'dashboards-logistics',
},
],
badgeContent: '5',
badgeClass: 'bg-error',
},
{
title: 'Front Pages',
icon: { icon: 'ri-file-copy-line' },
children: [
{
title: 'Landing',
to: 'front-pages-landing-page',
target: '_blank',
},
{
title: 'Pricing',
to: 'front-pages-pricing',
target: '_blank',
},
{
title: 'Payment',
to: 'front-pages-payment',
target: '_blank',
},
{
title: 'Checkout',
to: 'front-pages-checkout',
target: '_blank',
},
{
title: 'Help Center',
to: 'front-pages-help-center',
target: '_blank',
},
],
},
]