diff --git a/components/containers/Card.js b/components/containers/Card.js
index 01671d82..22dfcf21 100644
--- a/components/containers/Card.js
+++ b/components/containers/Card.js
@@ -11,7 +11,9 @@ export default function Card({
{linkText}
) : (
- {linkText}
+
+ {linkText}
+
);
return (
-
-
-
-
-
+
+
+
@@ -41,17 +42,15 @@ export default function Footer() {
className={footerStyles.footer__socialItem}
key={link.text}
>
-
-
-
-
-
+
+
+
))}
diff --git a/components/layout/Nav.js b/components/layout/Nav.js
index 1555fed3..249e1c3e 100644
--- a/components/layout/Nav.js
+++ b/components/layout/Nav.js
@@ -1,5 +1,4 @@
import { useState, useEffect, useRef } from 'react';
-import Link from 'next/link';
import Image from 'next/image';
import { useRouter } from 'next/router';
import Container from '@/components/containers/Container';
@@ -57,17 +56,15 @@ export default function Nav() {
Ooops...
That page cannot be found :(
- Go back to the{' '}
-
- Homepage
-
+ Go back to the Homepage
);
diff --git a/pages/blog/index.js b/pages/blog/index.js
index a5dc7574..b74abb1b 100644
--- a/pages/blog/index.js
+++ b/pages/blog/index.js
@@ -7,9 +7,7 @@ export default function Blog() {
We're building this page. Stay tuned!
diff --git a/pages/index.js b/pages/index.js
index 4a4ecea0..ce47a997 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -41,7 +41,7 @@ export default function Home() {
altTag: 'Join the project',
content:
'Are you learning web development and need mentorship? Are you a web dev looking for help or a code buddy for a project?',
- link: "/about'",
+ link: '/about',
linkText: 'Learn more',
},
{