import Link from 'next/link' export default function Hero() { return (
{/* Eyebrow label */}
Software Engineer
{/* Name */}

Jonathan

{/* Tagline */}

I build clean, fast web applications — focused on great user experiences and solid engineering.

{/* Actions */}
View Projects Contact Me
) }