From 50a0f0240d7fef133eb5acc1bea2b1168b08e9db Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 24 Dec 2023 13:03:54 +0700 Subject: migrate to typescript --- pages/en/contact.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pages/en/contact.tsx (limited to 'pages/en/contact.tsx') diff --git a/pages/en/contact.tsx b/pages/en/contact.tsx new file mode 100644 index 0000000..9954f95 --- /dev/null +++ b/pages/en/contact.tsx @@ -0,0 +1,22 @@ +import { Navbar } from "@/components/shared/NavBar"; +import Footer from "@/components/shared/footer"; + +const Contact = () => { + return ( + <> + +
+

Contact Us

+

If you have any questions or comments, please email us at:

+

+ + contact@moopa.live + +

+
+