diff --git a/src/pages/about.astro b/src/pages/about.astro
index 3dcd2f1..d30677c 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -1,6 +1,4 @@
---
-import Footer from "@/components/Footer.astro";
-import PostList from "@/components/Posts/PostList.astro";
import BaseLayout from "@/layouts/BaseLayout.astro";
import "@/styles/global.css";
@@ -20,8 +18,4 @@ const pageTitle = "About Me";
This site will update as I complete more of the tutorial, so keep checking
back and see how my journey is going!
-
-
My Astro Learning Blog
-
This is where I will post about my journey learning Astro.