diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index a036da7..4e98f66 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -3,7 +3,12 @@ import Link from 'next/link' import { Container } from '@/components/Container' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faEnvelope } from '@fortawesome/free-solid-svg-icons' -import { faDiscord, faGithub, faGitlab, faTwitter } from '@fortawesome/free-brands-svg-icons' +import { + faDiscord, + faGithub, + faGitlab, + faTwitter, +} from '@fortawesome/free-brands-svg-icons' function NavLink({ href, children }) { return ( @@ -23,30 +28,60 @@ export function Footer() {
-
+
About Projects Ideas Apply
-

+

© 2016-2023 AOSSIE. All rights reserved.

- - + + - - + + - - + + - - + + - - + +
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 2193d69..185c7bb 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -53,36 +53,46 @@ export default function Home() {