diff --git a/src/app/[locale]/loading.tsx b/src/app/[locale]/loading.tsx index 3d2cd5a..6235b8a 100644 --- a/src/app/[locale]/loading.tsx +++ b/src/app/[locale]/loading.tsx @@ -5,7 +5,7 @@ import Image from "next/image" export default function Loading() { return (
-
+
Loading...
diff --git a/src/app/[locale]/not-found.tsx b/src/app/[locale]/not-found.tsx index c363b3b..ad040e8 100644 --- a/src/app/[locale]/not-found.tsx +++ b/src/app/[locale]/not-found.tsx @@ -1,5 +1,21 @@ +"use client" +import { jgs7 } from "@/fonts" +import Image from "next/image" export default function NotFound() { - return
Not Found
+ return ( +
+
+
+ 404 + Page not found +
+
+ Loading... +
+
+
+ ) } +