import { ArrowDown, Terminal } from "lucide-react"; import Link from "next/link"; export function Hero() { return (
{/* Terminal Style Intro */}
~ whoami
{/* Name */}

atticl

{/* Tagline */}

Backend Developer. Co-Founder.
I build systems that scale.

{/* Subtitles */}

APIs, databases, architecture

Performance & security at scale

Co-Founder @{" "} crowware.com

{/* CTA */}
View Projects Get in Touch
{/* Scroll indicator */}
) }