import Layout from "../components/Layout"; import Container from "../components/Container"; import PageTitle from "../components/page/PageTitle"; import ContactForm from "../components/contact/ContactForm"; import MailIcon from "../components/icons/svg/mail.svg"; import LockIcon from "../components/icons/svg/lock.svg"; export default function Contact() { return ( Contact Me } />

Fill out this quick form and I'll get back to you as soon as I can! You can also{" "} email me directly, send me a{" "} direct message on Twitter , or text me.

You can grab my public key here:{" "} 6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39 .

); }