// Sections.jsx — remaining landing sections function Proof({ t }) { return ( {t.proof.title} {t.proof.items.map((item, i) => ( {item.stat} {item.unit} {item.who} {item.note} ))} ); } function Features({ t }) { return ( {t.features.items.map((it, i) => ( {it.title} {it.body} ))} ); } function Duo({ t }) { return ( ); } function DuoCard({ kind, title, body, points }) { return (
{t.locales.body}
{t.finalCta.body}
{sub}