Fix: Social Links unterhalb der Navigation positioniert

- Von top-4 auf top-20 verschoben (unter 64px Navigation)
- z-index auf 50 erhöht für Sichtbarkeit
- LinkedIn und GitHub Icons jetzt sichtbar

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-05 23:38:25 +01:00
co-authored by Claude Opus 4.5
parent bd5570aa87
commit cf74df445b
+2 -2
View File
@@ -51,8 +51,8 @@ const Hero = () => {
))}
</div>
{/* Top Navigation */}
<div className="absolute top-4 w-full px-8 flex justify-between items-center" style={{ zIndex: 40 }}>
{/* Social Links - unterhalb der Navigation (h-16 = 64px + 16px = top-20) */}
<div className="absolute top-20 w-full px-8 flex justify-between items-center" style={{ zIndex: 50 }}>
<div className="flex gap-4">
<a
href="https://www.linkedin.com/in/damjan-savi%C4%87-720288127/"