import { ArrowDown, Download } from 'lucide-react'; export default function Hero() { return (
{/* Profile Image Placeholder */}
JD
{/* Name and Title */}

John Doe

Full Stack Developer & UI/UX Designer

Passionate about creating beautiful, functional, and user-centered digital experiences. Specialized in building modern web applications with cutting-edge technologies.

{/* CTA Buttons */}
View My Work Get In Touch
{/* Stats */}
5+
Years Experience
50+
Projects Completed
30+
Happy Clients
{/* Built with anycoder */} Built with anycoder {/* Scroll Indicator */}
); }