diff --git a/apps/website2/src/pages/_404.tsx b/apps/website2/src/pages/_404.tsx index 36182c873..d67383a02 100644 --- a/apps/website2/src/pages/_404.tsx +++ b/apps/website2/src/pages/_404.tsx @@ -1,8 +1,9 @@ +import Section from "../components/Section"; + export function NotFound() { return ( -
-

404: Not Found

+

It's gone :(

-
+
); }