const items = [ { title: 'Portfolio site', description: 'Designing and building this site with Next.js and Tailwind CSS.', }, { title: 'Open-source CLI tool', description: 'A developer utility written in Go for automating local environments.', }, { title: 'Design system', description: 'A component library for internal use — exploring composability patterns.', }, { title: 'Learning Rust', description: 'Working through systems programming concepts and small weekend projects.', }, ] export default function CurrentWork() { return (

What I'm Working On

) }