function Footer() { const { t } = useLang(); const brandSub = t('foot.brand_sub').split('\n'); return (
{t('cta.kicker')}合作洽谈

{t('cta.desc')}

{t('cta.email')} {t('cta.whatsapp')}

); } window.Footer = Footer;