import React from 'react' import Link from 'next/link' const ContactInfo = () => { return ( <>
Email US

Please feel free to drop us a line. We will respond as soon as possible.

Leave a message
Careers

Sit ac ipsum leo lorem magna nunc mattis maecenas non vestibulum

Send an application
) } export default ContactInfo