diff --git a/public/404.html b/public/404.html
new file mode 100644
index 00000000..a594c70a
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+ 404 — Frame Not Found | Reframe
+
+
+
+
+
+
+
+
+
+
+
404
+
+
+
Frame not found
+
This reel is empty. The page you're looking for doesn't exist.
+
+
← Back to Reframe
+
+
+
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
deleted file mode 100644
index 88d6f4cc..00000000
--- a/src/app/not-found.tsx
+++ /dev/null
@@ -1,34 +0,0 @@
-import Link from "next/link";
-
-import {Film} from 'lucide-react'
-export default function NotFound() {
- return (
-
-
-
- REFRAME
-
-
- 404
-
-
-
-
-
- Frame not found
-
-
-
- This reel is empty. The page you're looking for doesn't exist.
-
-
-
- ← Back to Reframe
-
-
- )
-}
-