A Think Process redesenha o fluxo, automatiza etapas repetitivas,
constrói sistema próprio quando o problema se repete entre clientes,
e permanece até o time do cliente operar sozinho.
);
}
function HeroCanvas({ mouse, variant }) {
// Layered animated canvas — offset parallax based on mouse
const px = (mouse.x - 0.5) * 30;
const py = (mouse.y - 0.5) * 30;
if (variant === 'flow') return ;
if (variant === 'grid') return ;
return ;
}
function HeroFlow({ px, py }) {
// Flowing lines forming an abstract process diagram
return (
{/* Floating panels layer */}
Contas a pagar → aprovação
NF entrada → ERP
Onboarding cliente
74% automatizado
312h/mês
↓ 68% vs. baseline
SLA em risco (2)
Tudo operando
);
}
function HeroGrid({ px, py }) {
// Alt: minimalist type-forward with a rotating grid of process terms
const terms = ['PROCESSOS','AUTOMAÇÃO','MELHORIA','OPERAÇÕES','SISTEMAS','CONTROLE','DADOS','AUTONOMIA'];
return (