diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro
new file mode 100644
index 0000000..917e19b
--- /dev/null
+++ b/src/components/Navigation.astro
@@ -0,0 +1,72 @@
+---
+const navItems = ['Home', 'Bio', 'Skills', 'Projects', 'Contact'];
+---
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 03e7e9f..8a3b5ea 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,6 +1,7 @@
---
const { title } = Astro.props
import '@/styles/global.css'
+import Navigation from '@/components/Navigation.astro'
---
@@ -13,6 +14,7 @@ import '@/styles/global.css'
+
{title}
+
-
-
-
+
+