diff --git a/apps/web/app/not-found.tsx b/apps/web/app/not-found.tsx new file mode 100644 index 00000000..fe55443f --- /dev/null +++ b/apps/web/app/not-found.tsx @@ -0,0 +1,39 @@ +import { ArrowRight } from 'lucide-react' +import Image from 'next/image' +import Link from 'next/link' +import learnhouseIcon from 'public/black_logo.png' + +export default function NotFound() { + return ( +
+
+ logo +
+
+

+ 404! +

+

+ We are very sorry for the inconvinience. It looks like you're trying to +

access a page that has been deleted or never existed before
+

+
+
+ +
+
+ ) +} +