import { Link } from "react-router-dom"; const ContactInfo = () => { return (
); } export default ContactInfo;