import Link from '@/components/Link' // import { PageSEO } from '@/components/SEO' export default function NotFound() { return ( <> {/* */}

404

Sorry we couldn't find this page.

But dont worry, you can find plenty of other things on our homepage.

Back to homepage
) }