diff --git a/src/components/Hero2.astro b/src/components/Hero2.astro
new file mode 100644
index 0000000..2e062d8
--- /dev/null
+++ b/src/components/Hero2.astro
@@ -0,0 +1,16 @@
+
+
\ No newline at end of file
diff --git a/src/components/Nav.astro b/src/components/Nav.astro
new file mode 100644
index 0000000..2be9760
--- /dev/null
+++ b/src/components/Nav.astro
@@ -0,0 +1,27 @@
+---
+const { Navitems, Navbtn } = Astro.props ;
+---
+
+
+