From cf08727e53c7c51dcfe6acda3eb9667ff620e77f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 06:51:32 +0000 Subject: [PATCH] Update About page CTA, highlight message, and extend timeline to start from 2011 cgen-909097ff43c742a7a221429b0740fcd5 --- client/pages/About.tsx | 90 +++++++++++++++++++++++++++++++----------- 1 file changed, 66 insertions(+), 24 deletions(-) diff --git a/client/pages/About.tsx b/client/pages/About.tsx index f79cb420..904bcd52 100644 --- a/client/pages/About.tsx +++ b/client/pages/About.tsx @@ -73,10 +73,17 @@ export default function About() { About AeThex

- We craft reliable, scalable software—shipping fast without - compromising quality. From prototypes to global platforms, we - partner end-to-end: strategy, design, engineering, and growth. + AeThex is a community-driven platform for builders, game + developers, and clients to create together. We craft reliable, + scalable software—shipping fast without compromising quality. + From prototypes to global platforms, we partner end-to-end: + strategy, design, engineering, and growth.

+
+ What this site is about: a social, collaborative hub to share + work, post updates, discover projects, and level up through + mentorship, open-source, and real-time community features. +
TypeScript React @@ -86,10 +93,10 @@ export default function About() {
@@ -166,30 +173,65 @@ export default function About() { Timeline - Highlights from recent builds and launches. + From humble beginnings to a thriving community (2011 → today). -
-
-
-
2024 • Network + Dashboard
-
- Shipped a creator-centric dashboard and social graph - foundations. + {[ + { + year: "2011", + title: "First open-source experiments", + desc: "Indie tools and game mods shared with small dev circles.", + }, + { + year: "2013", + title: "Early indie projects", + desc: "Shipped community prototypes; grew a network of collaborators.", + }, + { + year: "2015", + title: "Community hub v1", + desc: "Forums, showcases, and lightweight collaboration features.", + }, + { + year: "2017", + title: "Cloud-native foundations", + desc: "Scaled infra, observability, and CI/CD to support growth.", + }, + { + year: "2019", + title: "Realtime systems", + desc: "Live updates, notifications, and multiplayer primitives.", + }, + { + year: "2021", + title: "Open-source toolkit", + desc: "Reusable UI, data, and deployment patterns for rapid builds.", + }, + { + year: "2023", + title: "Community events", + desc: "Mentorship programs, workshops, and collaborative sprints.", + }, + { + year: "2024", + title: "Network + Dashboard", + desc: "Creator-centric dashboard and social graph foundations.", + }, + { + year: "2025", + title: "Realtime feed", + desc: "Vertical feed with follows, reactions, and guided onboarding.", + }, + ].map((item) => ( +
+
+
+
{item.year} • {item.title}
+
{item.desc}
-
-
-
-
-
2025 • Realtime Feed
-
- Vertical feed with follow, reactions, and frictionless - profile onboarding. -
-
-
+ ))}