diff --git a/public/img/img-404.png b/public/img/img-404.png
new file mode 100644
index 0000000..7f3e5ae
Binary files /dev/null and b/public/img/img-404.png differ
diff --git a/src/components/ErrorPageButton.vue b/src/components/ErrorPageButton.vue
new file mode 100644
index 0000000..dde7295
--- /dev/null
+++ b/src/components/ErrorPageButton.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+ ×
+
+
+
Contact Us
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Thank You
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/page-404.astro b/src/pages/page-404.astro
index a4f247f..523923d 100644
--- a/src/pages/page-404.astro
+++ b/src/pages/page-404.astro
@@ -1,18 +1,22 @@
---
import Layout from "../layouts/Layout.astro";
import Menu from "../components/Menu.astro";
+import ErrorPageButton from "../components/ErrorPageButton.vue";
import Footer from "../components/Footer.vue";
---
-
+
-
+
Page Not Found
-
Sorry, the page you asked for couldn’t be found.
+
Sorry, the page you asked for couldn’t be found.
+
+
+
@@ -23,7 +27,7 @@ import Footer from "../components/Footer.vue";