diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index d3339c0..600b0e8 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -15,14 +15,14 @@ export default async function Hero({ locale }: HeroProps) { const getLabel = (key: string, fallback: string) => cmsMessages[key] || fallback; return ( -
- {/* Liquid Ambient Background */} -
+
+ {/* Liquid Ambient Background — overflow-hidden here so the blobs are clipped, not the image/badge */} +
-
+
{/* Left: Text Content */}