diff --git a/src/data/team.ts b/src/data/team.ts index 612971ce..c823459d 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -1,17 +1,12 @@ export const teamMembers = [ { username: 'eshanized', // Using placeholder usernames that exist on GitHub - role: 'Core Development', + role: 'Lead Developer & Maintainer', description: 'Leading the development of Snigdha OS core system and architecture', }, { username: 'd3v1l0n', - role: 'Security Tools', + role: 'Co Maintainer & Tools Developer', description: 'Managing security tools integration and package maintenance', }, - { - username: 'alokified', - role: 'Project Lead', - description: 'Overseeing project direction and community engagement', - }, ]; \ No newline at end of file