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

About AeThex

+

+ AeThex crafts digital realities through cutting-edge engineering and design. Our team builds products, + tools, and experiences that empower developers, creators, and organizations. +

+
+
+

Mission

+

Deliver world-class software that turns bold ideas into reality.

+
+
+

What we do

+

Apps, platforms, research, and consulting across web, game, and AI.

+
+
+

Values

+

Quality, transparency, long-term partnerships.

+
+
+
+
+
+ ); +}