export default function Page() { return (
Hello, {process.env.NEXT_PUBLIC_VISITOR ?? 'stranger'}
) }