Darken the hero overlay so the headline stays readable.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
armando 2026-09-16 05:23:11 -03:00
parent 8dc07f6de1
commit 89f7a2c71c
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ h3,
z-index: 2; z-index: 2;
inset: 0; inset: 0;
pointer-events: none; pointer-events: none;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, transparent 48%, rgba(0, 0, 0, 0.22) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0.46) 100%);
} }
.orbit-loader { .orbit-loader {
@ -128,7 +128,7 @@ h3,
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
padding: 6.5rem 1.5rem 5rem; padding: 6.5rem 1.5rem 5rem;
background: radial-gradient(ellipse at 28% 42%, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 55%, transparent 78%); background: radial-gradient(ellipse at 28% 42%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.16) 80%);
opacity: calc(1 - min(1, var(--scrub, 0) * 2.6)); opacity: calc(1 - min(1, var(--scrub, 0) * 2.6));
} }

View File

@ -41,7 +41,7 @@ export function SinkaLanding() {
<h1 className="mt-0 max-w-3xl font-display text-4xl font-extrabold leading-[1.02] md:text-5xl"> <h1 className="mt-0 max-w-3xl font-display text-4xl font-extrabold leading-[1.02] md:text-5xl">
A inteligência que move sua operação. A inteligência que move sua operação.
</h1> </h1>
<p className="mt-5 max-w-lg text-base text-[#E8F4E5]/65"> <p className="mt-5 max-w-lg text-base text-[#E8F4E5]/80">
Simule fretes, analise custos e transforme dados logísticos em decisões mais Simule fretes, analise custos e transforme dados logísticos em decisões mais
inteligentes. inteligentes.
</p> </p>