fix(theme): remove pinkish gradient wash, set deep luxury jet black background across entire website
This commit is contained in:
+1
-16
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user