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

Call Here

0711-322424

) } export default ContactInfo;