import Image from "next/image"; import { Navbar } from "./Navbar"; export function Hero() { return (
{/* Background photo */} Harvey Specter {/* Backdrop blur band — desktop only */}
{/* Content */}
{/* Desktop: spacer pushes hero text down */}
{/* Hero content — fills remaining space on mobile, fixed layout on desktop */}
{/* Name block */}
[ Hello I'm ]

Harvey   Specter

{/* Description + CTA */}

H.Studio is a{" "} full-service {" "}creative studio creating beautiful digital experiences and products. We are an{" "} award winning {" "}desing and art group specializing in branding, web design and engineering.

); }