diff --git a/apps/web/src/app/not-found.tsx b/apps/web/src/app/not-found.tsx index e9b7de0a..3b173995 100644 --- a/apps/web/src/app/not-found.tsx +++ b/apps/web/src/app/not-found.tsx @@ -4,34 +4,35 @@ import { Undo2 } from "lucide-react"; import Image from "next/image"; export const metadata = { - title: "404 | Page Not Found - OpenCut", - description: - "Oops! The page you’re looking for isn’t available. Head back to the homepage or continue exploring OpenCut.", + title: "404 | Page Not Found - OpenCut", + description: + "Oops! The page you’re looking for isn’t available. Head back to the homepage or continue exploring OpenCut.", }; export default function NotFound() { - return ( -
-
-
- 404 - Page Not Found + return ( +
+
+
+ 404 - Page Not Found +
+

+ Sorry, the page you're looking for can't be found. +

+ + +
-

- Sorry, the page you're looking for can't be found. -

- -
-
- ); + ); }