import Link from '@/components/Link' 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
) }