From 5abb43ccd790540c45e89258054452b32d29b8ae Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 20:20:22 +0000 Subject: [PATCH] Add Contact page cgen-610870d988534a65afc204938fab2d46 --- client/pages/Contact.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 client/pages/Contact.tsx 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.

+
+
+
+
+
+ ); +}