Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c252c2e20e | |||
| 480df1bb2f | |||
| c2c1444bb5 | |||
| 1390061c1a | |||
| 8d70b9e2ea | |||
| edcdaa8c20 | |||
| a2fbc119fe | |||
| f062b8ec87 | |||
| 5d43a41019 | |||
| 65998b707c | |||
| 603cc49b1f | |||
| 96b02be075 | |||
| b1bd29c462 |
@@ -53,9 +53,9 @@ 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 Nosso Ecossistema", href: "#ecossistema"},
|
text: "Explore nosso ecossistema", href: "#ecossistema"},
|
||||||
{
|
{
|
||||||
text: "Ver Vagas Disponíveis", href: "#carreiras"},
|
text: "Ver vagas abertas", href: "#carreiras"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -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>
|
||||||
|
|
||||||
@@ -150,6 +153,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvTbQ6632znbLsaKaGRmU4D1rf/professional-diverse-corporate-team-coll-1775369575929-65dc04f8.png"
|
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"
|
buttonText="Acessar Portal de Vagas"
|
||||||
|
onSubmit={() => { window.location.href = "https://inhire.com.br"; }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0B1D3A;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1A56DB;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #0B1D3A;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #B8860B;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #070E1A;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user