function About({ lang = 'th' }) { const t = window.tr('about', lang); return (
{t.eyebrow}

{t.h1a}
{t.h1b}

{t.p1} {t.p2}
); } window.About = About;