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

Mail Here

admin@startp.com

info@startp.com

Visit Here

Catania Hotel Bangau

Call Here

+123 456 7890

+241 452 4526

) } export default ContactInfo;