import { Member } from "@/types"; export const teamMembers: Member[] = [ { name: "gdkchan", githubName: "gdkchan", avatar: "https://avatars2.githubusercontent.com/u/5624669?s=144&v=4", title: "Lead Developer", }, { name: "Ac_K", githubName: "AcK77", avatar: "https://avatars3.githubusercontent.com/u/4905390?s=144&v=4", title: "Developer", }, { name: "Thog", githubName: "Thog", avatar: "https://avatars3.githubusercontent.com/u/1760003?s=144&v=4", title: "Developer", }, { name: "riperiperi", githubName: "riperiperi", avatar: "https://avatars3.githubusercontent.com/u/6294155?s=144&v=4", title: "Developer", }, { name: "LDj3SNuD", githubName: "LDj3SNuD", avatar: "https://avatars3.githubusercontent.com/u/35856442?s=144&v=4", title: "Developer", }, { name: "emmauss", githubName: "emmauss", avatar: "https://avatars3.githubusercontent.com/u/5307160?s=144&v=4", title: "Developer", }, { name: "Moosehunter", githubName: "Thealexbarney", avatar: "https://avatars0.githubusercontent.com/u/601603?s=144&v=4", title: "Developer", }, { name: "Lordmau5", githubName: "Lordmau5", avatar: "https://avatars0.githubusercontent.com/u/1345036?s=144&v=4\"", title: "Web Designer", }, { name: "Yoshiyes", githubName: "Yoshiyes", avatar: "https://avatars.githubusercontent.com/u/20050570?s=144&v=4\"", title: "Web Designer / Developer", }, ];