+
+
+
+
+
+ );
+}
diff --git a/src/src/app/not-found.tsx b/src/src/app/not-found.tsx
new file mode 100644
index 0000000..e8302c4
--- /dev/null
+++ b/src/src/app/not-found.tsx
@@ -0,0 +1,19 @@
+import Link from "next/link";
+import ErrorMessage from "@/components/shared/ErrorMessage";
+
+export default function NotFound() {
+ return (
+