import Hero from "@/components/content/Hero"; import Testimonials from "@/components/content/Testimonials"; import RotatingWord from "@/components/content/RotatingWord"; import SectionLabel from "@/components/layout/SectionLabel"; import AccentLink from "@/components/navigation/AccentLink"; import ProjectCard from "@/components/content/ProjectCard"; import { testimonials, projects } from "@/constants"; export default function HomePage() { return (

I'm{" "} .

Building software people rely on — and understanding what makes those people tick — is what drives my greatest ambitions.

I'm the kind of engineer who picks up whatever the problem needs and keeps digging — into the code, and into the people it's meant for. The throughline isn't a stack, it's the curiosity.

{/* Projects */}
{projects.slice(0,3).map((project, index) => ( ))}
{/* Testimonials */}
); }