// Some fake filler data export const images = [ 'https://images.unsplash.com/photo-1608091526083-86ae8489ae5c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80', 'https://images.unsplash.com/photo-1608050072262-7b26ba63fb46?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80', 'https://images.unsplash.com/photo-1607975218223-94f82613e833?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=934&q=80', 'https://images.unsplash.com/photo-1608108707326-215150457c9f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80', 'https://images.unsplash.com/photo-1608057681073-9399f209e773?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=934&q=80', ]; export const homeItems = [ { title: 'Welcome', type: 'Blog', text: 'Welcome to the app!', author: 'Max', image: images[0], }, { title: 'How to get started', type: 'Article', text: 'Getting started with the app is easy! Just follow these 100 steps', author: 'Max', image: images[1], }, { title: 'Need help?', type: 'Support', text: "We're here to help. Available between the hours of 3am and 3:01am every day", author: 'Max', image: images[2], }, { title: 'Welcome', type: 'Blog', text: 'Welcome to the app!', author: 'Max', image: images[3], }, { title: 'Welcome', type: 'Blog', text: 'Welcome to the app!', author: 'Max', image: images[4], }, ];