From 4dffaf33926e0648c1053fcfd41fb07bb000e128 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 18:28:59 +0000 Subject: [PATCH] Aethex Labs landing page - Research & Development cgen-fb39644ff76a41788195a1a1c2277201 --- client/pages/Corp.tsx | 109 ++++++++++++++++++++++++++++++++++++ client/pages/Foundation.tsx | 109 ++++++++++++++++++++++++++++++++++++ client/pages/GameForge.tsx | 109 ++++++++++++++++++++++++++++++++++++ client/pages/Labs.tsx | 109 ++++++++++++++++++++++++++++++++++++ 4 files changed, 436 insertions(+) create mode 100644 client/pages/Corp.tsx create mode 100644 client/pages/Foundation.tsx create mode 100644 client/pages/GameForge.tsx create mode 100644 client/pages/Labs.tsx diff --git a/client/pages/Corp.tsx b/client/pages/Corp.tsx new file mode 100644 index 00000000..b76a3f82 --- /dev/null +++ b/client/pages/Corp.tsx @@ -0,0 +1,109 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Briefcase, Settings, TrendingUp, Users } from "lucide-react"; + +export default function Corp() { + return ( + +
+ {/* Hero Section */} +
+
+
+
+
+
+ + Aethex Corp +
+
+

+ Enterprise Solutions +

+

+ Strategic consulting, technology integration, and digital transformation for enterprises. We help companies navigate the future. +

+
+ + +
+
+
+
+ + {/* Services Grid */} +
+
+ + + + Consulting + + +

+ Strategic guidance for digital transformation and technology adoption. +

+
+
+ + + + + Scale & Growth + + +

+ Build robust systems designed for enterprise scale and reliability. +

+
+
+ + + + + Team Partnership + + +

+ Work with dedicated teams augmenting your existing development capacity. +

+
+
+ + + + + Solutions + + +

+ Custom solutions tailored to your business needs and technical requirements. +

+
+
+
+
+ + {/* CTA Section */} +
+
+

+ Transform Your Business +

+

+ Let's discuss how AeThex Corp can help accelerate your digital initiatives and drive growth. +

+ +
+
+
+
+ ); +} diff --git a/client/pages/Foundation.tsx b/client/pages/Foundation.tsx new file mode 100644 index 00000000..d6e1779a --- /dev/null +++ b/client/pages/Foundation.tsx @@ -0,0 +1,109 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Heart, BookOpen, Code, Globe } from "lucide-react"; + +export default function Foundation() { + return ( + +
+ {/* Hero Section */} +
+
+
+
+
+
+ + Aethex Foundation +
+
+

+ Open Source & Education +

+

+ Democratizing technology through open source and education. We believe knowledge should be free, and great tools should be accessible to everyone. +

+
+ + +
+
+
+
+ + {/* Mission Grid */} +
+
+ + + + Open Source + + +

+ Publishing and maintaining tools that benefit the entire community. +

+
+
+ + + + + Education + + +

+ Accessible learning resources for developers at all skill levels. +

+
+
+ + + + + Community + + +

+ Building a welcoming ecosystem where everyone can grow and contribute. +

+
+
+ + + + + Impact + + +

+ Creating positive change through technology and knowledge sharing. +

+
+
+
+
+ + {/* CTA Section */} +
+
+

+ Make an Impact +

+

+ Join us in our mission to make technology education and open source accessible to everyone around the world. +

+ +
+
+
+
+ ); +} diff --git a/client/pages/GameForge.tsx b/client/pages/GameForge.tsx new file mode 100644 index 00000000..a6ea5b24 --- /dev/null +++ b/client/pages/GameForge.tsx @@ -0,0 +1,109 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Gamepad2, Zap, Target, Trophy } from "lucide-react"; + +export default function GameForge() { + return ( + +
+ {/* Hero Section */} +
+
+
+
+
+
+ + GameForge +
+
+

+ The Heart of AeThex +

+

+ Month-to-month shipping cycles. Rapid iteration. Continuous delivery. We don't just build games—we build experiences with unstoppable momentum. +

+
+ + +
+
+
+
+ + {/* Features Grid */} +
+
+ + + + Monthly Releases + + +

+ Predictable shipping cycles. Every month, new features and improvements live. +

+
+
+ + + + + Rapid Iteration + + +

+ Fast feedback loops. We listen, iterate, and ship what matters. +

+
+
+ + + + + Quality Driven + + +

+ High standards. Polished experiences. Every release is battle-tested. +

+
+
+ + + + + Player First + + +

+ Always focused on player experience. We build what gets played. +

+
+
+
+
+ + {/* CTA Section */} +
+
+

+ Ship With Momentum +

+

+ Join the fastest shipping team in the industry. We're looking for creators, developers, and visionaries. +

+ +
+
+
+
+ ); +} diff --git a/client/pages/Labs.tsx b/client/pages/Labs.tsx new file mode 100644 index 00000000..841fa264 --- /dev/null +++ b/client/pages/Labs.tsx @@ -0,0 +1,109 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; +import { Beaker, Lightbulb, Zap, Users } from "lucide-react"; + +export default function Labs() { + return ( + +
+ {/* Hero Section */} +
+
+
+
+
+
+ + Aethex Labs +
+
+

+ Research & Development +

+

+ Where innovation meets experimentation. We push the boundaries of what's possible, exploring cutting-edge technologies and building the future. +

+
+ + +
+
+
+
+ + {/* Features Grid */} +
+
+ + + + Innovation + + +

+ Exploring new technologies and methodologies to stay ahead of the curve. +

+
+
+ + + + + Experimentation + + +

+ Testing ideas in controlled environments to validate concepts before production. +

+
+
+ + + + + Collaboration + + +

+ Working with researchers and developers to push technical boundaries. +

+
+
+ + + + + Documentation + + +

+ Sharing findings and insights with the community for collective growth. +

+
+
+
+
+ + {/* CTA Section */} +
+
+

+ Be Part of the Future +

+

+ Join our research initiatives and help shape the next generation of technology. +

+ +
+
+
+
+ ); +}