diff --git a/public/nottimwakefield.webp b/public/nottimwakefield.webp
new file mode 100644
index 0000000..1e44c40
Binary files /dev/null and b/public/nottimwakefield.webp differ
diff --git a/public/ramsaso.webp b/public/ramsaso.webp
new file mode 100644
index 0000000..ffff341
Binary files /dev/null and b/public/ramsaso.webp differ
diff --git a/public/theliftoperator.webp b/public/theliftoperator.webp
new file mode 100644
index 0000000..eac2cb9
Binary files /dev/null and b/public/theliftoperator.webp differ
diff --git a/public/vince.webp b/public/vince.webp
new file mode 100644
index 0000000..6621f63
Binary files /dev/null and b/public/vince.webp differ
diff --git a/src/app/page.jsx b/src/app/page.jsx
index 0d5de4d..9e3dd2d 100644
--- a/src/app/page.jsx
+++ b/src/app/page.jsx
@@ -1,3 +1,4 @@
+import Script from 'next/script';
import Header from '@/components/header'
import Hero from '@/components/hero'
import Features from '@/components/features'
@@ -16,6 +17,28 @@ export default function Home() {
+
>
)
}
diff --git a/src/components/team.jsx b/src/components/team.jsx
index d0242db..33d2e09 100644
--- a/src/components/team.jsx
+++ b/src/components/team.jsx
@@ -3,16 +3,19 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'
const adminTeam = [
{ name: 'Chris Chrome', ext: '1000', image: '/chris.webp', discord: '@chrischrome' },
- { name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx' },
+ { name: 'Ramadya', ext: '1003', image: '/ramsaso.webp', discord: '@ramsaso' },
//{ name: 'Nick', ext: '1036', image: '/nick.webp', discord: '@gamewell' },
{ name: 'Faux Lemons', ext: '1011', image: '/faux_lemons.webp', discord: '@faux_lemons' },
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' },
- { name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'}
+ { name: 'Jaryn', ext: '1005', image: '/jaryn.webp', discord: 'jaryn.'},
+ { name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
]
const modTeam = [
- { name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
- { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' }
+ { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' },
+ { name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince' },
+ { name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator' },
+ { name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield' },
]
function TeamMember({ name, ext, image, discord }) {