import Layout from "../components/layout"; import {motion} from "framer-motion"; export default function Contact() { return (

Contact me

Want to get in touch, or just want to have a chat? Well, here's your chance! :)

) }