Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25602d9826 | ||
|
|
76540c4455 |
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 */}
|
{/* Hero */}
|
||||||
<section className="hero">
|
<section className="hero">
|
||||||
<div className="app-container hero-content">
|
<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>
|
<h1>
|
||||||
{profile?.name || 'Dr. André Knie'}
|
{profile?.name || 'Dr. André Knie'}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user