// Pricing teaser function Pricing({ t }) { return ( {t.tiers.map((tier, i) => ( ))} {t.foot} ); } function Tier({ tier }) { return (
{tier.body}