const emptyStates = { today: { img: { src: todayTaskEmptyState, width: 226, height: 260, }, title: 'What do you need to get done today?', description: 'By default, tasks added here will be due today. Click + to add a task.', }, inbox: { img: { src: inboxTaskEmptyState, width: 344, height: 260, }, title: 'What’s on your mind?', description: 'Capture tasks that don’t have a specific category. Click + to add a task.', }, upcoming: { img: { src: upcomingTaskEmptyState, width: 208, height: 260, }, title: 'Plan ahead with ease!', description: 'Tasks added here will be due in the future. Click + to schedule a task.', }, completed: { img: { src: completedTaskEmptyState, width: 231, height: 260, }, title: 'You’ve been productive!', description: 'All the tasks you’ve completed will appear here. Keep up the great work!', }, project: { img: { src: projectTaskEmptyState, width: 228, height: 260, }, title: 'Let’s build something amazing!', description: 'Add tasks specific to this project. Click + to start planning.', }, };