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

Sorry, we couldn’t find the page you’re looking for.

Back to home
); }