import React from 'react'; import Image from 'next/image'; const ContactInfo = () => { return (

Reach out to our team

We're here here to help with your research and innovation needs.

Contact Us
); }; export default ContactInfo;