import Meta from '../components/meta' import Link from 'next/link' export default function PageError() { return ( <>

404!

Looks like you have entered the void... or maybe you are lost?

Head back home to not become lost

) }