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() {