import React from 'react';
import Navbar from "@/components/_App/NavbarHome";
import Footer from "@/components/_App/Footer";
import PageBanner from '@/components/Common/PageBanner';
import ContactInfo from '@/components/ContactUs/ContactUs';
import ContactForm from '@/components/ContactUs/ContactForm';
const Contact = () => {
return (
<>
>
)
}
export default Contact;