import React from "react";
import { call, mail, map } from "../../constant/images";
import ContactForm from "../ContactForm";
import Footer from "../Footer";
import Header from "../Header";
import PageBanner from "../PageBanner";
const ContactUs = () => {
return (
<>
Contact Us
Get In Touch Today
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered.
-
Email-Us :
Contactyourmail@gmail.com
-
Call Us:
+88012 2910 1781, +88019 6128 1689
-
Office :
Mountain Green Road 2389, NY, USA
>
);
};
export default ContactUs;