From 7f555f574a0915c6302fb5ad7982a4529fe8a335 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 23 Nov 2025 11:32:37 +0000 Subject: feat: A better looking 404 page --- apps/web/app/dashboard/not-found.tsx | 43 ++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/web/app/dashboard/not-found.tsx b/apps/web/app/dashboard/not-found.tsx index 64df220c..c36d8612 100644 --- a/apps/web/app/dashboard/not-found.tsx +++ b/apps/web/app/dashboard/not-found.tsx @@ -1,7 +1,46 @@ +"use client"; + +import Link from "next/link"; +import { Button } from "@/components/ui/button"; +import { ArrowLeft, FileQuestion, Home } from "lucide-react"; + export default function NotFound() { return ( -
-
Not Found :(
+
+
+ {/* Not Found Icon */} +
+
+ +
+
+ + {/* Main Content */} +
+

+ Page Not Found +

+

+ We couldn't find the page you're looking for. It may have + been moved or doesn't exist. +

+
+ + {/* Action Buttons */} +
+ + + + + +
+
); } -- cgit v1.2.3-70-g09d2