/* Stub page EN — "coming soon" */ /* global React */ function StubPage({ page, eyebrow, title, body, extra }) { return (
{eyebrow}

{title}

{body}

{extra}
{ e.preventDefault(); const anchor = document.createElement('a'); anchor.href = 'index.html#newsletter'; anchor.click(); }}>Notify me at launch ← Home
); } window.StubPage = StubPage;