From 8d90456557b5c839b64056123a964a90594c2909 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:05:58 +0000 Subject: [PATCH] Replace remaining homepage sections with unique content cgen-85618a629c764ac088e3ddea2a3efb26 --- client/pages/Index.tsx | 252 ++++++++++++++--------------------------- 1 file changed, 86 insertions(+), 166 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 10621adc..17da5c8d 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -189,184 +189,104 @@ export default function Index() { - {/* Stats Section */} -
+ {/* Achievements Section */} +
- {!statsVisible ? ( - - ) : ( -
- {stats.map((stat, index) => { - const Icon = stat.icon; - return ( -
-
-
- -
-
-
-
{stat.value}
-

{stat.label}

-
-
- ); - })} -
- )} -
-
- - {/* User Paths Section */} -
-
-
-

- Choose Your Path -

-

- Whether you're a developer, client, community member, or customer, - we have a tailored experience designed just for you. -

-
- - {!pathsVisible ? ( - - ) : ( -
- {userPaths.map((path, index) => { - const Icon = path.icon; - return ( - - -
-
- -
-
- {path.title} - - {path.description} - -
-
-
- -
- {path.features.map((feature, featureIndex) => ( -
- - {feature} -
- ))} -
- -
-
- ); - })} -
- )} -
-
- - {/* 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. +
+
+

+ Powering Innovation Worldwide

-

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

+ Our impact across the digital landscape

-
- - +
+ {achievements.map((achievement, index) => ( +
+
+
+ {achievement.metric} +
+
+
+

+ {achievement.label} +

+
+ ))}

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

- 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. -

- +
+
+

+ Next-Generation Technology Stack +

+

+ Built on cutting-edge frameworks and powered by advanced algorithms +

+
+ + {/* Interactive Technology Grid */} +
+ {[ + { name: "Quantum AI", status: "Active", color: "from-purple-500 to-blue-600" }, + { name: "Neural Networks", status: "Optimizing", color: "from-blue-500 to-green-600" }, + { name: "Blockchain Core", status: "Secure", color: "from-green-500 to-yellow-600" }, + { name: "Cloud Matrix", status: "Scaling", color: "from-yellow-500 to-red-600" }, + { name: "Data Fusion", status: "Processing", color: "from-red-500 to-purple-600" }, + { name: "Edge Computing", status: "Deployed", color: "from-purple-500 to-pink-600" } + ].map((tech, index) => ( + + +
+

+ {tech.name} +

+
+
+

{tech.status}

+
+ + + ))} +
+ + {/* Call to Action */} +
+

+ Ready to Build the Future? +

+
+ + +
+