diff --git a/src/data/team.ts b/src/data/team.ts index 86d8305d..6247bdbc 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -2,26 +2,26 @@ export const teamMembers = [ { username: 'eshanized', role: 'Lead Developer & Maintainer', - description: 'Leading the development of Snigdha OS core system and architecture', + description: 'Oversees the development and maintenance of the Snigdha OS core system, ensuring a robust and scalable architecture.', }, { username: 'd3v1l0n', - role: 'Co Maintainer & Tools Developer', - description: 'Managing security tools integration and package maintenance', + role: 'Co-Maintainer & Tools Developer', + description: 'Specializes in integrating security tools and maintaining critical packages for enhanced system functionality.', }, { username: 'iconized', - role: 'Co Maintainer & Server Designer', - description: 'Managing security tools integration and package maintenance', + role: 'Co-Maintainer & Server Designer', + description: 'Focuses on designing and optimizing server infrastructures for seamless tool integration and performance.', }, { username: 'alokified', - role: 'Co Web Infrastructure Developer', - description: 'Managing security tools integration and package maintenance', + role: 'Web Infrastructure Developer', + description: 'Develops and maintains the web infrastructure, ensuring efficient and secure online operations.', }, { username: 'utkrshift', - role: 'DM/WM UI Moders', - description: 'Managing security tools integration and package maintenance', + role: 'UI/UX Designer for DM/WM', + description: 'Leads the design and customization of desktop and window manager interfaces to enhance user experience.', }, -]; \ No newline at end of file +];