diff --git a/frontend/components/Contributors/Contributors.jsx b/frontend/components/Contributors/Contributors.jsx index b5c2d1e..554b828 100644 --- a/frontend/components/Contributors/Contributors.jsx +++ b/frontend/components/Contributors/Contributors.jsx @@ -4,6 +4,9 @@ import styles from '../../styles/Contributors.module.css' import Image from 'next/image' import profilepic from 'assets/ContributorsImages/sampleImage.jpg' import { GitHub } from '@mui/icons-material' +import Head from "next/head"; +import Script from "next/script"; + export default function Contributors() { const [contributors, setContributors] = useState([ { @@ -62,13 +65,24 @@ export default function Contributors() { }, ]) return ( + <> + + + +