diff --git a/app/not-found.tsx b/app/not-found.tsx index a41154d..0311184 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -11,27 +11,31 @@ export default function NotFound() {
{/* Logo */} -
- -
+ {/* 404 */}
- + 404
+ {/* Divider */} +
+ {/* Message */}

Page not found

-

+

The tool or page you're looking for doesn't exist or has been moved.

@@ -39,11 +43,11 @@ export default function NotFound() { {/* CTA */}
Back to Home diff --git a/components/Footer.tsx b/components/Footer.tsx index 9ce4345..2780637 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,16 +5,16 @@ export default function Footer() { return (