import Link from '@/components/Link' import { PageSEO } from '@/components/SEO' import siteMetadata from '@/data/siteMetadata' export default function FourZeroFour() { return ( <>

404

Sorry we couldn't find this page.

But don't worry, you can find plenty of other things on our homepage.

) }