import React from 'react'; import { motion } from 'framer-motion'; const Contact: React.FC = () => { return (

Get in Touch

We're here to help you with all your IT needs.

Send Message
); }; export default Contact;