// Victor Henryque — Link Bio const { LinkRow } = window.VictorHenryqueDesignSystem_478d76; const BioIco = ({ n }) => ; function LinkBioPage() { const socials = [ ['youtube', 'YouTube', 'https://www.youtube.com/@victorhenryque'], ['instagram', 'Instagram', 'https://instagram.com/victorhenryque'], ]; const ventures = [ ['Grupo Nex', 'O ecossistema completo — holding do grupo', 'https://nexbrasil.com'], ['Nex Capital', 'Desenvolvimento e investimento imobiliário', 'https://nexcapitalbr.com'], ['C2R Engenharia', 'Construção & engenharia', 'https://c2rengenharia.com'], ['Nex Imobiliária', 'Imóveis, lançamentos e terrenos', 'https://neximobiliaria.com'], ['Nex Marketing', 'Branding & performance digital', 'https://nexmarketingbrasil.com'], ]; React.useEffect(() => { window.lucide && window.lucide.createIcons(); }); const delay = (i) => ({ animationDelay: `${500 + i * 320}ms` }); return ( {/* ambient background — slow, faint, non-distracting */} {/* identity */} Victor Henryque Construo negócios. Registro a jornada. Fundador do Grupo Nex · Engenheiro Civil · Empreendedor CREA-PA 152409161-8 · CRECI-PA 14444 {/* socials */} {socials.map(([icon, label, href], i) => ( } href={href}>{label} ))} Empreendimentos {/* ventures */} {ventures.map(([label, sub, href], i) => ( {label} ))} ainda construindo. @victorhenryque · 2026 ); } window.LinkBioPage = LinkBioPage;
Construo negócios. Registro a jornada.
Fundador do Grupo Nex · Engenheiro Civil · Empreendedor
CREA-PA 152409161-8 · CRECI-PA 14444
ainda construindo. @victorhenryque · 2026