const templatesList = [{ id: 1, title: 'Art Gallery Management', category: 'Creative', thumbnail: 'https://picsum.photos/200/300?1', tags: 'a,b,c', description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' }, { id: 2, title: 'Digital video production', category: 'Creative', thumbnail: 'https://picsum.photos/200/300?2', tags: 'a,b,c', description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' }, { id: 3, title: 'Content calendar', category: 'Creative', thumbnail: 'https://picsum.photos/200/300?3', tags: 'a,b,c', description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' }, { id: 4, title: 'Event Marketing', category: 'Event Planning', thumbnail: 'https://picsum.photos/200/300?4', tags: 'a,b,c', description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' }, { id: 5, title: 'Wedding Planning', category: 'Event Planning', thumbnail: 'https://picsum.photos/200/300?5', tags: 'a,b,c', description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' }] export default templatesList