aboutsummaryrefslogtreecommitdiff
path: root/pages/en/contact.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/en/contact.js')
-rw-r--r--pages/en/contact.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/pages/en/contact.js b/pages/en/contact.js
deleted file mode 100644
index 385bdb1..0000000
--- a/pages/en/contact.js
+++ /dev/null
@@ -1,22 +0,0 @@
-import { NewNavbar } from "@/components/shared/NavBar";
-import Footer from "@/components/shared/footer";
-
-const Contact = () => {
- return (
- <>
- <NewNavbar withNav={true} scrollP={5} shrink={true} />
- <div className=" flex h-screen w-screen flex-col items-center justify-center font-karla font-bold">
- <h1>Contact Us</h1>
- <p>If you have any questions or comments, please email us at:</p>
- <p>
- <a href="mailto:[email protected]?subject=[Moopa]%20-%20Your%20Subject">
- </a>
- </p>
- </div>
- <Footer />
- </>
- );
-};
-
-export default Contact;