/* ============================================================ About page — "От первых ошибок до сотен успешных учеников" Full story of Aleksey Lobov. Long-form editorial layout. ============================================================ */ function PullStat({ value, label }) { return (
{children}
); } function AboutPage() { const { t } = useT(); React.useEffect(() => { if (window.lucide) lucide.createIcons(); }); const wrap = { maxWidth: 1100, margin: "0 auto", padding: "0 28px" }; const read = { maxWidth: 680 }; const stats = t("about.stats"); const p = t("about.p"); return ({t("about.sub")}
{p[0]}
{p[1]}
{p[2]}
{t("about.quote")}
{t("about.quoteSub")}
{p[3]}
{p[4]}
{p[5]}
{p[6]}
{t("about.ctaSub")}