import { copy } from './copy'; export function NotFoundPage() { return

{copy.notFound.eyebrow}

{copy.notFound.title}

{copy.notFound.detail}

{copy.notFound.home}{copy.notFound.inventory}
; }