// PSM Expert — Página de Contato (somente canais diretos) function Channel({ href, target, iconBg, iconColor, icon, title, value, hint, primary }) { const inner = ( {title} {value} {hint ? {hint} : null} {href ? : null} ); const style = { ...ct.card, ...(primary ? ct.cardPrimary : {}) }; const hoverIn = (e) => { e.currentTarget.style.transform = "translateY(-3px)"; e.currentTarget.style.boxShadow = "0 18px 40px rgba(7,28,54,.12)"; e.currentTarget.style.borderColor = "#F5A623"; }; const hoverOut = (e) => { e.currentTarget.style.transform = "none"; e.currentTarget.style.boxShadow = "0 1px 0 rgba(7,28,54,.04)"; e.currentTarget.style.borderColor = primary ? "#CFE9D8" : "#E8ECF1"; }; if (!href) return
{inner}
; return ( {inner} ); } function ContatoPage() { return (

Canais diretos

Escolha como prefere falar com a nossa equipe técnica. Atendemos empresas de todo o Brasil, presencial ou remotamente.

Atendimento rápido e personalizado. Sem compromisso · proposta técnica detalhada · resposta em até 48 horas.