fix(about): remove white box and 'ALTERNATIVE LOGO' label, render pure transparent gold monogram
This commit is contained in:
@@ -31,7 +31,7 @@ export default function AboutSection() {
|
||||
overflow: 'hidden',
|
||||
}}>
|
||||
|
||||
<div style={{ position: 'relative', width: '220px', height: '220px', margin: '0 auto 24px' }}>
|
||||
<div style={{ position: 'relative', width: '220px', height: '220px', margin: '0 auto 24px', filter: 'drop-shadow(0 8px 24px rgba(212, 175, 55, 0.3)) drop-shadow(0 4px 12px rgba(224, 0, 111, 0.25))' }}>
|
||||
<Image
|
||||
src="/images/logo_monogram.webp"
|
||||
alt="Wise Hearted Monogram Logo"
|
||||
|
||||
Reference in New Issue
Block a user