import Link from 'next/link'; export default function Custom404Page() { return (

404

This page doesn't exist.

Drive home
); }