diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 5855f54..1d9ee35 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,8 +1,20 @@ +import { Button } from "@/components/ui/button"; +import { HomeIcon } from "@radix-ui/react-icons"; export default function NotFoundPage() { return ( -
-

404

+
+
+

+ Page Not Found! +

+ +
); }