const team = [ { name: 'Whitney Francis', role: 'Manager', imageUrl: 'https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=8&w=1024&h=1024&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, { name: 'Charly Stuart', role: 'Team Leader', imageUrl: 'https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, { name: 'Fox Lister', role: 'Growth Specialist', imageUrl: 'https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, { name: 'Steven Francis', role: 'Head of Marketing', imageUrl: 'https://images.unsplash.com/photo-1605462863863-10d9e47e15ee?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, { name: 'David Wisley', role: 'Sales Manager', imageUrl: 'https://images.unsplash.com/photo-1577880216142-8549e9488dad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, { name: 'Colt Denson', role: 'Customer Support', imageUrl: 'https://images.unsplash.com/photo-1567515004624-219c11d31f2e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80', twitterUrl: 'https://twitter.com/', linkedinUrl: 'https://www.linkedin.com/', }, ] export default team;