feat(logo): upgrade to 4x supersampled clean master logo with unsharp mask and noise suppression
This commit is contained in:
@@ -33,13 +33,13 @@ export default function Hero() {
|
||||
<span style={{ color: 'var(--color-pink)', fontSize: '1rem' }}>✦</span>
|
||||
</div>
|
||||
|
||||
{/* Extracted 3D Gold Logo Image */}
|
||||
<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))' }}>
|
||||
{/* Master 4X Super-Sampled 3D Gold Logo */}
|
||||
<div style={{ maxWidth: '480px', width: '100%', margin: '0 auto 28px', position: 'relative' }}>
|
||||
<Image
|
||||
src="/images/logo_main_transparent.png"
|
||||
src="/images/logo_clean_master.png"
|
||||
alt="Wise Hearted Event Decor Logo"
|
||||
width={410}
|
||||
height={280}
|
||||
width={1640}
|
||||
height={1120}
|
||||
priority
|
||||
style={{ width: '100%', height: 'auto', display: 'block', margin: '0 auto' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user