export default { title: 'Organization', icon: 'mdi-store', items: [ { title: 'Companies', icon: 'mdi-image-frame' }, { title: 'Stores', icon: 'mdi-image-frame' }, { title: 'Sellers', icon: 'mdi-image-frame' }, { title: 'Banners', icon: 'mdi-image-frame' }, { title: 'Catalogues', icon: 'mdi-puzzle' }, { title: 'Landing Pages', icon: 'mdi-view-list' }, { title: 'Pages', icon: 'mdi-note-text' }, { title: 'Zones', icon: 'mdi-map-legend' }, ] }