function CtaSection() { return (

PRONTO PARA COLOCAR
SEU NEGÓCIO NO MAPA?

Converse com a CodeKid sobre um site para apresentar sua loja, seus serviços e seus contatos.

{ e.preventDefault(); window.scrollToSection ? window.scrollToSection('contato') : (location.hash = '#contato'); }}> Começar Agora
{[ { title: 'SEM CARÊNCIA', desc: 'Comece agora sem burocracia.', color: 'var(--cyan)', icon: }, { title: 'SITE EM HTTPS', desc: 'O formulário não armazena sua mensagem neste site; abre seu aplicativo de contato.', color: 'var(--purple)', icon: <> }, { title: 'SUPORTE HUMANO', desc: 'Fale com a equipe sobre seu site.', color: 'var(--green)', icon: <> } ].map((c, i) => (
{c.icon}
{c.title}
{c.desc}
))}
); } function Footer() { const cfg = window.CODEKID_CONTATO || {}; const waLink = cfg.whatsapp ? 'https://wa.me/' + String(cfg.whatsapp).replace(/\D/g, '') : null; const linkStyle = { color: 'var(--text-dim)', fontSize: 13, textDecoration: 'none' }; const hover = on => e => e.currentTarget.style.color = on ? '#fff' : 'var(--text-dim)'; return ( ); } function FooterSocials() { const cfg = window.CODEKID_CONTATO || {}; const socials = [ { key: 'instagram', label: 'IG', bg: 'rgba(124,58,237,0.15)' }, { key: 'youtube', label: 'YT', bg: 'rgba(255,0,80,0.12)' }, { key: 'linkedin', label: 'In', bg: 'rgba(0,119,181,0.18)' }, { key: 'tiktok', label: 'TT', bg: 'rgba(0,229,255,0.12)' } ].filter(s => cfg[s.key]); if (!socials.length) return null; return (
{socials.map(s => ( {s.label} ))}
); } window.CtaSection = CtaSection; window.Footer = Footer; window.FooterSocials = FooterSocials;