import Image from "next/image"; import { Navbar } from "./Navbar"; export function Hero() { return (
{/* Background photo — slightly scaled up */} Harvey Specter {/* Content */}
{/* Desktop: spacer pushes hero text down */}
{/* Hero content */}
{/* Name block — left-aligned on both mobile and desktop */}
[ 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.

); }