diff --git a/app/not-found.tsx b/app/not-found.tsx index 301799e..4efb454 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -4,12 +4,14 @@ import Link from "next/link"; export default function NotFound() { return (
-

+

404 . Not Found !

-

Could not find this page!

+

+ Could not find this page! Better to be back Home ;) +

);