const { useState: useState3 } = React; /* ========================================================= COMMUNITY — Telegram / Viber ========================================================= */ window.Community = function Community() { const groups = [ { network:'Telegram', name:t('com_g1_n'), desc:t('com_g1_d'), link:'https://t.me/folioltd', color:'#229ED9', icon:'chat' }, { network:'Viber', name:t('com_g3_n'), desc:t('com_g3_d'), link:'https://invite.viber.com/?g2=folioltd', color:'#7360F2', icon:'phone' }, ]; return ( {t('com_eyebrow')} {t('com_h2_a')} {t('com_h2_em')} {t('com_sub')} {groups.map((g,i) => ( {g.network.toUpperCase()} {g.name} {g.desc} {t('com_join')} ))} ); }; /* ========================================================= TESTIMONIALS ========================================================= */ window.Testimonials = function Testimonials() { return ( {t('test_eyebrow')} {t('test_h2_a')} {t('test_h2_em')}{t('test_h2_b')} {t('test_all')} {window.TESTIMONIALS.slice(0, 6).map((tt, i) => ( {[...Array(tt.stars)].map((_,k)=>( ))} «{tt.quote}» {tt.name}, {tt.age} {tt.city} ))} ); }; /* ========================================================= FAQ ========================================================= */ window.FaqSection = function FaqSection() { const items = [ {q:t('faq_q1'), a:t('faq_a1')}, {q:t('faq_q2'), a:t('faq_a2')}, {q:t('faq_q3'), a:t('faq_a3')}, {q:t('faq_q4'), a:t('faq_a4')}, {q:t('faq_q5'), a:t('faq_a5')}, {q:t('faq_q6'), a:t('faq_a6')}, ]; return ( {t('faq_eyebrow')} {t('faq_h2_a')} {t('faq_h2_em')} {items.map((f,i) => ( {f.q} {f.a} ))} ); }; /* ========================================================= FINAL CTA ========================================================= */ window.FinalCTA = function FinalCTA() { const [submitted, setSubmitted] = useState3(false); const lang = window.getLang(); const cn = window.COUNTRY_NAMES[lang] || window.COUNTRY_NAMES.UA; return ( {t('cta_eyebrow')} {t('cta_h2_a')}{t('cta_h2_b')} {t('cta_h2_em')} {t('cta_sub')} {t('cta_t1')} {t('cta_t2')} {t('cta_t3')} 342 {t('cta_apps')} {t('cta_apps_meta')} {e.preventDefault(); setSubmitted(true);}}> {submitted ? ( {t('cta_thanks')} {t('cta_thanks_msg')} ) : ( <> {t('f_name')} {t('f_phone')} {t('f_country')} {t('f_country_ph')} {window.COUNTRIES.map(c => {c.flag} {cn[c.code] || c.name})} {t('f_submit')} {t('f_note')} > )} ); }; /* ========================================================= FOOTER ========================================================= */ window.Footer = function Footer() { const lang = window.getLang(); const cn = window.COUNTRY_NAMES[lang] || window.COUNTRY_NAMES.UA; return ( ); };
{t('com_sub')}
{g.desc}
{t('cta_sub')}
{t('cta_thanks_msg')}
{t('f_note')}