diff --git a/components/archive/hero.vue b/components/archive/hero.vue
index 254534d..b21c6bc 100644
--- a/components/archive/hero.vue
+++ b/components/archive/hero.vue
@@ -3,7 +3,7 @@
- Archive
+ All Blogs
Here you will find all the blog posts I have written & published on this site.
diff --git a/components/main/header.vue b/components/main/header.vue
index 036784d..62eb115 100644
--- a/components/main/header.vue
+++ b/components/main/header.vue
@@ -1,31 +1,33 @@
-
+
-
+
-
-
+
+ Blogs
+
+
+ -
+
Categories
- -
-
- Archive
-
-
- -
+
-
- Myself
+ About Me
diff --git a/pages/[...slug].vue b/pages/[...slug].vue
new file mode 100644
index 0000000..c7f8fb1
--- /dev/null
+++ b/pages/[...slug].vue
@@ -0,0 +1,5 @@
+
+
+
Catch All Routes
+
+