diff --git a/apps/web/pages/404.jsx b/apps/web/pages/404.jsx index 79ef6cf95..cb13a44af 100644 --- a/apps/web/pages/404.jsx +++ b/apps/web/pages/404.jsx @@ -2,11 +2,13 @@ import Image from "next/image"; import Link from "next/link"; import bgwood from "../public/img/bgwood.jpg"; +import Logo from "../components/logo"; export default function Custom404() { return ( <>
+ 404

-

+

Page not found

@@ -25,7 +27,7 @@ export default function Custom404() {

Back to home