fix(theme): remove pinkish gradient wash, set deep luxury jet black background across entire website

This commit is contained in:
2026-08-29 17:17:03 -07:00
parent 004d3e2ec3
commit fa7f543c07
41 changed files with 24 additions and 49 deletions
+1 -16
View File
@@ -9,24 +9,9 @@ export default function Hero() {
paddingTop: '160px',
paddingBottom: '100px',
overflow: 'hidden',
background: 'radial-gradient(circle at 50% 20%, rgba(224, 0, 111, 0.15) 0%, rgba(212, 175, 55, 0.08) 35%, #080808 75%)',
backgroundColor: '#000000',
borderBottom: '1px solid var(--border-gold)',
}}>
{/* Decorative Glow Elements */}
<div style={{
position: 'absolute',
top: '10%',
left: '50%',
transform: 'translateX(-50%)',
width: '600px',
height: '600px',
background: 'radial-gradient(circle, rgba(224, 0, 111, 0.18) 0%, rgba(212, 175, 55, 0.12) 50%, transparent 70%)',
filter: 'blur(80px)',
zIndex: 1,
pointerEvents: 'none',
}} />
<div className="container" style={{ position: 'relative', zIndex: 2, textAlign: 'center' }}>
{/* Brand Tagline Badge */}