export const people = [ { id: 1, name: "Alan Montgomery", title: "Mobile Team Lead", avatar: "https://pbs.twimg.com/profile_images/1420489989163524096/GwHdYSky_400x400.jpg", following: false }, { id: 2, name: "Max Lynch", title: "CEO | Co Founder", avatar: "https://pbs.twimg.com/profile_images/1318970727173885953/bln98FNj_400x400.jpg", following: false }, { id: 3, name: "Mike Hartington", title: "Senior Dev Rel", avatar: "https://pbs.twimg.com/profile_images/1084993841898446849/DJ8XtR6L_400x400.jpg", following: false }, { id: 4, name: "Matt Netkow", title: "Head of Product Marketing", avatar: "https://pbs.twimg.com/profile_images/1323383930150621187/GKc0nVzi_400x400.jpg", following: false }, { id: 5, name: "Ben Sperry", title: "CDO | Co Founder", avatar: "https://pbs.twimg.com/profile_images/1407747959345795072/McJb-RvC_400x400.jpg", following: false }, { id: 6, name: "Liam DeBeasi", title: "Software Engineer", avatar: "https://pbs.twimg.com/profile_images/1105953692669366273/ZNK4lRAJ_400x400.jpg", following: false } ];