From 83924901e6889b1478b83bbb4f72e5bf3db5e9e6 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sat, 23 May 2026 21:48:32 +0100 Subject: [PATCH] fix: hero banner no bg, bigger image clamp(200,28vw,400px), full width --- src/components/landing/Hero.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/landing/Hero.tsx b/src/components/landing/Hero.tsx index 35617b2d..42bbd0ad 100644 --- a/src/components/landing/Hero.tsx +++ b/src/components/landing/Hero.tsx @@ -150,16 +150,15 @@ export default function Hero() { shouldAnimate={shouldAnimate} /> - {/* Hero banner */} -
-
- Cohorta — Synthetic Research. Real Insights. -
+ {/* Hero banner — transparent bg, aligned to content grid */} +
+ Cohorta — Synthetic Research. Real Insights.