import React from 'react';
import Navbar from "@/components/_App/Navbar";
import Footer from "@/components/_App/Footer";
import PageBanner from '@/components/Common/PageBanner';
import Feedback from '@/components/Common/Feedback';
import FeedbackStyleTwo from '@/components/Common/FeedbackStyleTwo';
import FeedbackStyleThree from '@/components/Common/FeedbackStyleThree';
import FeedbackStyleFour from '@/components/Common/FeedbackStyleFour';
import FeedbackStyleFive from '@/components/Common/FeedbackStyleFive';
const FeedbackPage = () => {
return (
<>
>
)
}
export default FeedbackPage;