Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25602d9826 |
Binary file not shown.
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 275 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user