GNXSOFT.COM
This commit is contained in:
21
gnx-react/app/contact-us/page.tsx
Normal file
21
gnx-react/app/contact-us/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import Header from "@/components/shared/layout/header/Header";
|
||||
import ContactSection from "@/components/pages/contact/ContactSection";
|
||||
import Footer from "@/components/shared/layout/footer/Footer";
|
||||
import ContactScrollProgressButton from "@/components/pages/contact/ContactScrollProgressButton";
|
||||
import ContactInitAnimations from "@/components/pages/contact/ContactInitAnimations";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div className="tp-app">
|
||||
<Header />
|
||||
<main>
|
||||
<ContactSection />
|
||||
</main>
|
||||
<Footer />
|
||||
<ContactScrollProgressButton />
|
||||
<ContactInitAnimations />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user