diff --git a/client/pages/Contact.tsx b/client/pages/Contact.tsx new file mode 100644 index 00000000..ca42e3ff --- /dev/null +++ b/client/pages/Contact.tsx @@ -0,0 +1,24 @@ +import Layout from "@/components/Layout"; + +export default function Contact() { + return ( + +
+
+

Contact Us

+

Have a project or question? Reach out and we’ll get back within 1–2 business days.

+
+
+

Email

+

support@aethex.biz

+
+
+

Community

+

Join the community hub to ask questions and collaborate.

+
+
+
+
+
+ ); +}