From c4771ee1da4ee7569b8da7d7ffb227785a092a5d Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 11:39:38 +0000 Subject: [PATCH] left-align hero text, remove blur band, scale up bg image --- app/components/Hero.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index a944e89..6361c37 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -4,18 +4,15 @@ import { Navbar } from "./Navbar"; export function Hero() { return (
- {/* Background photo */} + {/* Background photo — slightly scaled up */} Harvey Specter - {/* Backdrop blur band — desktop only */} -
- {/* Content */}
@@ -23,11 +20,11 @@ export function Hero() { {/* Desktop: spacer pushes hero text down */}
- {/* Hero content — fills remaining space on mobile, fixed layout on desktop */} + {/* Hero content */}
- {/* Name block */} -
+ {/* Name block — left-aligned on both mobile and desktop */} +
[ Hello I'm ] @@ -35,7 +32,7 @@ export function Hero() {