Fix next-intl locale, remove wave animations, and unoptimize hero image

Co-authored-by: dennis <dennis@konkol.net>
This commit is contained in:
Cursor Agent
2026-01-12 16:18:03 +00:00
parent 6f1ad8eb4d
commit e2616ae0f7
3 changed files with 11 additions and 41 deletions

View File

@@ -117,6 +117,10 @@ const Hero = () => {
fill
className="object-cover scale-105 hover:scale-[1.08] transition-transform duration-1000 ease-out"
priority
// Next/Image optimizer is returning 400 for this file in some dev setups
// (seen as: "isn't a valid image ... received null"). Bypass optimization.
unoptimized
sizes="(max-width: 768px) 256px, 320px"
/>
{/* Glossy Overlay for Liquid Feel */}