feat: add favicon and remove logo background

Replace default Next.js favicon with the Blackheart logo. Remove white
background from logo PNG for proper transparency in dark mode. Add
unoptimized prop to next/image to preserve alpha channel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 18:26:48 +03:00
parent f263765597
commit 3ecc6c592a
6 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 27 KiB

BIN
src/app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

BIN
src/app/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -19,6 +19,7 @@ export function Header() {
alt={BRAND.name}
width={32}
height={32}
unoptimized
className="dark:invert"
/>
<span className="font-display text-lg font-bold tracking-tight">

View File

@@ -15,6 +15,7 @@ export function Hero() {
width={280}
height={280}
priority
unoptimized
className="hero-logo mx-auto mb-8 dark:invert"
/>
<h1 className="hero-title font-display text-5xl font-bold tracking-tight sm:text-6xl lg:text-8xl">