diff --git a/app/not-found.tsx b/app/not-found.tsx new file mode 100644 index 0000000..f176abb --- /dev/null +++ b/app/not-found.tsx @@ -0,0 +1,44 @@ +import Link from 'next/link' +import { Button } from '@ciphera-net/ui' + +export default function NotFound() { + return ( +
+ {/* * --- ATMOSPHERE (Background) --- */} +
+ {/* * Center Orange Glow */} +
+ {/* * Grid Pattern with Radial Mask */} +
+
+ +
+

+ 404 +

+

+ Page not found +

+

+ Sorry, we couldn't find the page you're looking for. It might have been moved or deleted. +

+ +
+ + + + + + +
+
+
+ ) +}