fix(hero): replace cropped box logo with clean transparent full 3D gold logo
This commit is contained in:
@@ -49,14 +49,14 @@ export default function Hero() {
|
||||
</div>
|
||||
|
||||
{/* Extracted 3D Gold Logo Image */}
|
||||
<div style={{ maxWidth: '680px', width: '100%', margin: '0 auto 24px', position: 'relative', filter: 'drop-shadow(0 12px 28px rgba(0, 0, 0, 0.8))' }}>
|
||||
<div style={{ maxWidth: '490px', width: '100%', margin: '0 auto 30px', position: 'relative', filter: 'drop-shadow(0 12px 36px rgba(212, 175, 55, 0.35)) drop-shadow(0 6px 18px rgba(224, 0, 111, 0.25))' }}>
|
||||
<Image
|
||||
src="/images/logo_main.png"
|
||||
src="/images/logo_main_transparent.png"
|
||||
alt="Wise Hearted Event Decor Logo"
|
||||
width={680}
|
||||
height={240}
|
||||
width={410}
|
||||
height={280}
|
||||
priority
|
||||
style={{ width: '100%', height: 'auto', display: 'block', margin: '0 auto', borderRadius: '12px' }}
|
||||
style={{ width: '100%', height: 'auto', display: 'block', margin: '0 auto' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user