From bf9b1876b55f6395df0eb68d49f937558f25467b Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Thu, 2 Apr 2026 15:43:56 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20hero=20UI=20polish=20=E2=80=94=20vignet?= =?UTF-8?q?te,=20larger=20text,=20bolder=20button,=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Vignette overlay: radial gradient darkens edges, guides eye to center - Video overlay reduced 50% → 40% for brighter backgrounds - Subtitle: larger (xl/2xl), brighter (gold/80), wider max-w-xl - Button: larger padding, pulse glow on hover, stronger shadow - Spacing: more room between logo, title, subtitle, and button --- src/components/sections/Hero.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index 16d2990..162e8f9 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -101,7 +101,7 @@ export function Hero({ data: hero }: HeroProps) { > -
+
{/* Desktop: diagonal split with all videos */} @@ -135,7 +135,7 @@ export function Hero({ data: hero }: HeroProps) { > -
+
); })} @@ -154,12 +154,17 @@ export function Hero({ data: hero }: HeroProps) { className="absolute inset-0 z-[5] bg-neutral-950 pointer-events-none transition-opacity duration-1000" /> + {/* Vignette — dark edges to guide eye to center */} +
+ {/* Floating hearts */} {/* Content */}
-
+
{hero.headline} -

+

{hero.subheadline}

-
+