fix/landing-page-issues #18

Merged
Hammond merged 4 commits from fix/landing-page-issues into master 2025-11-21 23:50:28 +00:00
Showing only changes of commit 1247b7dc0c - Show all commits

View File

@ -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)'
}}
/>