import { Themes } from '@/config'; /*************************** LANDING - DATA ***************************/ export const landings = [ { title: 'CRM', theme: Themes.THEME_CRM, image: '/assets/images/mega-menu/crm-light.svg', status: 'Pro' }, { title: 'AI', theme: Themes.THEME_AI, image: '/assets/images/mega-menu/ai-light.svg', status: 'Pro' }, { title: 'Crypto', theme: Themes.THEME_CRYPTO, image: '/assets/images/mega-menu/crypto-light.svg', status: 'Pro' }, { title: 'Hosting', theme: Themes.THEME_HOSTING, image: '/assets/images/mega-menu/hosting-light.svg', status: 'Pro' }, { title: 'PMS', theme: Themes.THEME_PMS, image: '/assets/images/mega-menu/pms-light.svg', status: 'Pro' }, { title: 'HRM', theme: Themes.THEME_HRM, image: '/assets/images/mega-menu/hrm-light.svg', status: 'Pro' }, { title: 'Plugin', theme: Themes.THEME_PLUGIN, image: '/assets/images/mega-menu/plugin-light.svg', status: 'Pro' }, { title: 'LMS', theme: Themes.THEME_LMS, image: '/assets/images/mega-menu/lms-light.svg', status: 'Pro' } ];