6 Commits

Author SHA1 Message Date
65998b707c Update src/app/page.tsx 2026-04-05 06:18:04 +00:00
603cc49b1f Merge version_4 into main
Merge version_4 into main
2026-04-05 06:17:01 +00:00
96b02be075 Update src/app/page.tsx 2026-04-05 06:16:55 +00:00
b1bd29c462 Merge version_3 into main
Merge version_3 into main
2026-04-05 06:15:53 +00:00
66ce47d1ea Update src/app/page.tsx 2026-04-05 06:15:47 +00:00
c9db8e4a66 Merge version_2 into main
Merge version_2 into main
2026-04-05 06:14:39 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
tag="HOLDING OPERACIONAL • BPO • CENTRO DE SERVIÇOS" tag="HOLDING OPERACIONAL • BPO • CENTRO DE SERVIÇOS"
buttons={[ buttons={[
{ {
text: "Conheça o Ecossistema", href: "#ecossistema"}, text: "Conheça o Nosso Ecossistema", href: "#ecossistema"},
{ {
text: "Ver Vagas Disponíveis", href: "#carreiras"}, text: "Ver Vagas Disponíveis", href: "#carreiras"},
]} ]}
@@ -98,14 +98,17 @@ export default function LandingPage() {
{ {
id: "glp", title: "GLP Gás", tags: [ id: "glp", title: "GLP Gás", tags: [
"Logística", "Operação 24/7", "+30 Anos"], "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"}, imageAlt: "GLP Gás", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-uniform-with-protective-gloves-handling-forklift_23-2148773474.jpg"},
{ {
id: "sa", title: "Simeão Advogados", tags: [ id: "sa", title: "Simeão Advogados", tags: [
"Jurídico", "Compliance", "Blindagem"], "Jurídico", "Compliance", "Blindagem"],
imageAlt: "Simeão Advogados", imageSrc: "http://img.b2bpic.net/free-vector/flame-oval-set_78370-7466.jpg"}, imageAlt: "Simeão Advogados", imageSrc: "http://img.b2bpic.net/free-vector/luxury-hand-drawn-logos-with-letter_23-2147540524.jpg"},
]} ]}
title="Um ecossistema. Três forças integradas." title="Um ecossistema. Três forças integradas."
description="Cada empresa opera com identidade própria, mas funciona como parte de um organismo único." description="Cada empresa opera com identidade própria, mas funciona como parte de um organismo único."
buttons={[
{ text: "Conheça Detalhes", href: "#" }
]}
/> />
</div> </div>