From 8578034c6f4c993202a45cc92c671980695e3d38 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:14:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ec5635..84ad260 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -57,46 +47,29 @@ export default function LandingPage() {
@@ -106,10 +79,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Proativa Capital", - "GLP Gás", - "Simeão Advogados", - ]} + "Proativa Capital", "GLP Gás", "Simeão Advogados"]} title="Empresas do Ecossistema" description="Marcas que integram nossa força operacional." /> @@ -122,38 +92,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "pc", - title: "Proativa Capital", - tags: [ - "BPO", - "Gestão", - "Governança", - ], - imageAlt: "Proativa Capital", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvTbQ6632znbLsaKaGRmU4D1rf/interactive-3d-neural-network-nodes-on-d-1775369577362-724adacf.png?_wi=7", - }, + id: "pc", title: "Proativa Capital", tags: [ + "BPO", "Gestão", "Governança"], + imageAlt: "Proativa Capital", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvTbQ6632znbLsaKaGRmU4D1rf/interactive-3d-neural-network-nodes-on-d-1775369577362-724adacf.png?_wi=7"}, { - id: "glp", - title: "GLP Gás", - tags: [ - "Logística", - "Operação 24/7", - "+30 Anos", - ], - imageAlt: "GLP Gás", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j6qegi", - }, + id: "glp", title: "GLP Gás", tags: [ + "Logística", "Operação 24/7", "+30 Anos"], + imageAlt: "GLP Gás", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j6qegi"}, { - id: "sa", - title: "Simeão Advogados", - tags: [ - "Jurídico", - "Compliance", - "Blindagem", - ], - imageAlt: "Simeão Advogados", - imageSrc: "http://img.b2bpic.net/free-vector/flame-oval-set_78370-7466.jpg", - }, + id: "sa", title: "Simeão Advogados", tags: [ + "Jurídico", "Compliance", "Blindagem"], + imageAlt: "Simeão Advogados", imageSrc: "http://img.b2bpic.net/free-vector/flame-oval-set_78370-7466.jpg"}, ]} title="Um ecossistema. Três forças integradas." description="Cada empresa opera com identidade própria, mas funciona como parte de um organismo único." @@ -167,25 +116,13 @@ export default function LandingPage() { tag="Resultados Tangíveis" metrics={[ { - id: "m1", - value: "30+", - description: "Anos de Operação", - }, + id: "m1", value: "30+", description: "Anos de Operação"}, { - id: "m2", - value: "500+", - description: "Colaboradores", - }, + id: "m2", value: "500+", description: "Colaboradores"}, { - id: "m3", - value: "3", - description: "Empresas Integradas", - }, + id: "m3", value: "3", description: "Empresas Integradas"}, { - id: "m4", - value: "24/7", - description: "Operação Contínua", - }, + id: "m4", value: "24/7", description: "Operação Contínua"}, ]} metricsAnimation="slide-up" /> @@ -196,8 +133,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Crescimento real em uma estrutura sólida." description={[ - "Desenvolvimento Acelerado, Governança de Verdade, Impacto Tangível, Ecossistema Integrado.", - ]} + "Desenvolvimento Acelerado, Governança de Verdade, Impacto Tangível, Ecossistema Integrado."]} /> @@ -208,15 +144,9 @@ export default function LandingPage() { description="Selecione a oportunidade que combina com seu perfil em nosso portal de vagas." inputs={[ { - name: "name", - type: "text", - placeholder: "Seu Nome Completo", - }, + name: "name", type: "text", placeholder: "Seu Nome Completo"}, { - name: "email", - type: "email", - placeholder: "Seu E-mail", - }, + name: "email", type: "email", placeholder: "Seu E-mail"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvTbQ6632znbLsaKaGRmU4D1rf/professional-diverse-corporate-team-coll-1775369575929-65dc04f8.png" buttonText="Acessar Portal de Vagas" @@ -227,59 +157,37 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1