fix/landing-page-issues #18
@ -29,7 +29,7 @@ export function HeroSection() {
|
||||
<div
|
||||
className="absolute inset-0 z-[1]"
|
||||
style={{
|
||||
backgroundColor: isDark ? 'rgba(0, 0, 0, 0.35)' : 'rgba(0, 0, 0, 0.25)'
|
||||
backgroundColor: isDark ? 'rgba(0, 0, 0, 0.65)' : 'rgba(0, 0, 0, 0.55)'
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user