Darken the hero overlay so the headline stays readable.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
8dc07f6de1
commit
89f7a2c71c
@ -86,7 +86,7 @@ h3,
|
||||
z-index: 2;
|
||||
inset: 0;
|
||||
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 {
|
||||
@ -128,7 +128,7 @@ h3,
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
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));
|
||||
}
|
||||
|
||||
|
||||
@ -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">
|
||||
A inteligência que move sua operação.
|
||||
</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
|
||||
inteligentes.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user