import { NextSeo } from "next-seo"; import PageTitle from "../components/page/PageTitle"; import ContactForm from "../components/contact/ContactForm"; import { MailIcon, LockIcon } from "../components/icons"; import Content from "../components/Content"; const Contact = () => ( <> 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 .

); export default Contact;