diff --git a/src/components/Head.astro b/src/components/Head.astro
index fa99373..816ea3c 100644
--- a/src/components/Head.astro
+++ b/src/components/Head.astro
@@ -8,10 +8,6 @@ const defaultDescription =
let { title, description = defaultDescription } = Astro.props;
-title = `${
- title ? `${title} | ` : ""
-}Ayo Ayco | Software Engineer + Web Developer`;
-
const baseURL = "https://ayo.ayco.io";
---
@@ -34,13 +30,13 @@ const baseURL = "https://ayo.ayco.io";
+
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 2f1069b..1908b2e 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,7 +4,7 @@ import Card from "../components/Card.astro";
import Footer from "../components/Footer.astro";
---
-
+