fix(andreknie.de): restore hero portrait quality #6

Merged
ankn merged 1 commits from fix/andreknie-hero-image-quality into master 2026-07-29 08:06:47 +02:00
2 changed files with 9 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 275 KiB

+9 -1
View File
@@ -26,7 +26,15 @@ export default function Home() {
{/* Hero */}
<section className="hero">
<div className="app-container hero-content">
<img src="/images/andre-knie.webp" alt="Dr. André Knie" className="hero-photo" />
<img
src="/images/andre-knie.webp?v=2"
alt="Dr. André Knie"
className="hero-photo"
width="280"
height="280"
decoding="async"
fetchPriority="high"
/>
<h1>
{profile?.name || 'Dr. André Knie'}
</h1>