fix(andreknie.de): restore hero portrait quality

This commit is contained in:
2026-07-29 08:05:49 +02:00
parent 76540c4455
commit 25602d9826
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>