import ArtLink from "./ArtLink"; import View from "./View"; import left from "@/public/content/logo_unicorn.png"; import right from "@/public/content/logo_lion.png"; import Image from "next/image"; const Contact = () => { return (
Stately unicorn from Dr. Feely's coat of arms

Contact Dr. Feely

at{" "} rafeely@drfeely.com
Stately lion from Dr. Feely's coat of arms
); }; export default Contact;