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 (
Click here to go back to the main page.