import React from 'react'; import * as Icon from 'react-feather'; const ContactInfo = () => { return (

Call Here

+123 456 7890

) } export default ContactInfo;