import styles from './Contact.module.scss'; export default function Contact() { return (
03.

Get in touch

Whether you have a project in mind, a question, or just want to talk shop — my inbox is open. I'm reasonably fast at responding, unless it's a Monday.

Say hello ↗
    {[ { label: 'GitHub', href: 'https://github.com' }, { label: 'LinkedIn', href: 'https://linkedin.com' }, { label: 'Twitter / X', href: 'https://x.com' }, ].map(({ label, href }) => (
  • {label}
  • ))}
); }