From aa58394f205b655657afa238a31235a646387011 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 22:57:39 +0000 Subject: [PATCH] Enhance research section and CTA with animations cgen-c087e6419f444195b758d09fbcd3bf10 --- client/pages/Index.tsx | 68 +++++++++++++++++++++++++++++++----------- 1 file changed, 51 insertions(+), 17 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index b5a36deb..db3b3c2f 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -245,27 +245,45 @@ export default function Index() { {/* Research & Labs Section */} -
-
+
+ {/* Background Matrix Effect */} +
+ {[...Array(30)].map((_, i) => ( +
+ {Math.random().toString(36).substring(2, 8)} +
+ ))} +
+ +
-
- +
+ Research & Experimental Division

- AeThex | L.A.B.S. + AeThex | L.A.B.S.

-

+

Pushing the boundaries of technology through cutting-edge research and breakthrough discoveries that shape the future.

-
- -
@@ -274,20 +292,36 @@ export default function Index() {
{/* CTA Section */} -
-
-
-

+
+ {/* Animated Background Particles */} +
+ {[...Array(20)].map((_, i) => ( +
+ ))} +
+ +
+
+

Ready to Start Your Journey?

-

+

Join thousands of developers, clients, and innovators who are already part of the AeThex ecosystem. Your future in technology starts here.

-