Enhance Navbar responsiveness and theming

- Refactor `MobileNav` with theme context support and improved animations.
- Adjust `DesktopNav` background behavior for better clarity.
- Update `Hero` image style with scaling for visual impact.
This commit is contained in:
2025-04-06 00:20:59 +02:00
parent 35e3632011
commit 4193e45592
3 changed files with 46 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ const Hero = () => {
alt="Rhein river aerial view"
layout="fill"
objectFit="cover"
className="blur-md"
className="blur-md scale-105"
priority
/>
{/* Dark overlay for better text contrast */}