diff --git a/src/components/Logo.astro b/src/components/Logo.astro
new file mode 100644
index 0000000..0d72aa6
--- /dev/null
+++ b/src/components/Logo.astro
@@ -0,0 +1,16 @@
+---
+import { Image } from "astro:assets";
+import { config } from "../config";
+---
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c9d31d0..f3cde8c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,6 +4,7 @@ import SocialLinks from "../components/SocialLinks.astro";
import TechLinks from "../components/TechLinks.astro";
import Layout from "../layouts/Layout.astro";
import { config } from "../config";
+import Logo from "../components/Logo.astro";
---
-
+
{config.personalInfo.name}