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

Get in touch

I'm currently employed, but my inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!

I also have a small company if you are interested in collaboration or services.

Say hello ↗
    {[ { label: 'Gitea', href: 'https://gitea.tietokonepaja.fi/' }, { label: 'LinkedIn', href: 'https://www.linkedin.com/in/veikko-lintuj%C3%A4rvi-5888a6175/' }, { label: 'Company', href: 'https://www.tietokonepaja.fi/' }, ].map(({ label, href }) => (
  • {label}
  • ))}
); }