diff --git a/src/components/team.jsx b/src/components/team.jsx index cfe7660..433aa6e 100644 --- a/src/components/team.jsx +++ b/src/components/team.jsx @@ -5,17 +5,17 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' const adminTeam = [ - { name: 'Chris Chrome', ext: '1000', image: '/chris.webp', discord: '@chrischrome', role: 'Project Lead' }, - { name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx', role: 'Co-Lead' }, + { name: 'Chris Chrome', ext: '1000', image: '/chris.webp', discord: '@chrischrome', role: 'Head Admin' }, + { name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson', role: 'Head Admin' }, + { name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx', role: 'Admin' }, { name: 'Faux Lemons', ext: '1011', image: '/faux_lemons.webp', discord: '@faux_lemons', role: 'Admin' }, - { name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson', role: 'Admin' }, { name: 'rocord', ext: '1010', image: '/rocord.webp', discord: '@rocord', role: 'Admin' }, { name: 'Maddix', ext: '1005', image: '/maddix.webp', discord: '@maddix6859', role: 'Admin' }, { name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Admin' }, ] const modTeam = [ - { name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' }, + { name: 'Vince', ext: '4001', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' }, { name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield', role: 'Moderator' }, { name: 'Ryan', ext: '1135', image: '/ryan.webp', discord: '@ryann_207', role: 'Moderator' }, ]