const links = [ { label: 'Email', value: 'jonathan@example.com', href: 'mailto:jonathan@example.com', }, { label: 'GitHub', value: 'github.com/jonathan', href: 'https://github.com/jonathan', }, ] export default function ContactPage() { return (
The best way to reach me is by email. I'm also on GitHub.