From 477d50fb6067870ee2626be4afc76199bb112ba6 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Mon, 11 May 2026 13:18:29 +0100 Subject: [PATCH] fix(hero): reduce title clamp and narrow container to prevent T-Rex overlap --- src/components/sections/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index 5784afa..95e2445 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -79,13 +79,13 @@ export function Hero({ hero }: HeroProps) {
{/* Align with header: max-w-[1204px] + px-[30px] mirrors HeaderClient inner container */}
-
+
{title && (