// Feed data to display in card widget const FeedData = { wrapclass: 'feed-card', height: '385px', title: 'Feeds', options: [ { icon: 'bell', heading: 'You have 3 pending tasks.', publishon: 'Just Now', link: '#' }, { icon: 'shopping-cart', bgclass: 'light-primary', heading: 'New order received', publishon: '30 min ago' }, { icon: 'file-text', heading: 'You have 3 pending tasks.', publishon: 'Just Now', link: '/sales' }, { icon: 'bell', heading: 'You have 3 pending tasks.', publishon: 'Just Now' }, { icon: 'shopping-cart', bgclass: 'light-primary', heading: 'You have 4 tasks Done.', publishon: '30 min ago' }, { icon: 'file-text', heading: 'You have 3 pending tasks.', publishon: 'Just Now' }, { icon: 'bell', heading: 'You have 3 pending tasks.', publishon: 'Just Now', link: '#' }, { icon: 'shopping-cart', bgclass: 'light-primary', heading: 'New order received', publishon: '30 min ago' }, { icon: 'file-text', heading: 'You have 3 pending tasks.', publishon: 'Just Now', link: '/sales' }, { icon: 'bell', heading: 'You have 3 pending tasks.', publishon: 'Just Now' }, { icon: 'shopping-cart', bgclass: 'light-primary', heading: 'You have 4 tasks Done.', publishon: '30 min ago' }, { icon: 'file-text', heading: 'You have 3 pending tasks.', publishon: 'Just Now' } ] }; export default FeedData;