diff --git a/.husky/pre-commit b/.husky/pre-commit
deleted file mode 100755
index 011497b..0000000
--- a/.husky/pre-commit
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-
-. "$(dirname -- "$0")/_/husky.sh"
-npx lint-staged
diff --git a/apps/web/public/logo.svg b/apps/web/public/logo.svg
index c22ed8c..5174b28 100644
--- a/apps/web/public/logo.svg
+++ b/apps/web/public/logo.svg
@@ -1,3 +1 @@
-
+
\ No newline at end of file
diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx
new file mode 100644
index 0000000..bc2cb0f
--- /dev/null
+++ b/apps/web/src/app/page.tsx
@@ -0,0 +1,30 @@
+/* eslint-disable react/no-unescaped-entities */
+// The not-found file is used to render UI when the notFound function
+// is thrown within a route segment. Along with serving a custom UI,
+// Next.js will also return a 404 HTTP status code.
+
+export default function page() {
+ return (
+