diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index de82f3d..b8b8190 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,13 +1,17 @@ import Link from "next/link"; +import { Icon } from "@iconify/react"; export default function NotFound() { return ( -
-

404

-

Page not found

- - Return Home - +
+
+

404

+

Page not found

+ + + Return Home + +
); }