import React from "react"; import { Image } from "@/components/Image"; import { Link } from "@/components/Link"; import { Title } from "@/components/Title"; import styles from "./404.module.css"; export default function Custom404() { return (
404: Page Not Found

Error 404

We couldn’t find the page you’re looking for!

Click here to go back to the main page.

); }