From 8fbdffcc45e9f0a59a92e9497629066f389869fb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:05:04 +0000 Subject: [PATCH] Replace homepage content with unique geometric design cgen-8dbef4bc443e4235a361a3415550b5da --- client/pages/Index.tsx | 140 +++++++++++++++++++++++++++++------------ 1 file changed, 100 insertions(+), 40 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index e72c0bec..10621adc 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -75,54 +75,114 @@ export default function Index() { ]; if (isLoading) { - return ; + return ; } return ( - {/* Hero Section */} -
- {/* Animated Background */} -
- {[...Array(50)].map((_, i) => ( -
- ))} -
- -
-
-
- - - Innovation & Technology - -

- The Home of Innovation -

-

- Welcome to AeThex Corporation, the central hub for our family of companies - dedicated to pushing the boundaries of development, automation, and technology. -

+ {/* Hero Section - Geometric Design */} +
+ {/* Geometric Background Pattern */} +
+
+
+ {/* Large Logo-inspired Geometric Shape */} +
+
+ Background +
-
-
+ + {/* Main Content */} +
+
+ {/* Logo and Title */} +
+
+ AeThex Logo +
+ +
+

+ AeThex +

+

+ Crafting Digital Realities +

+

+ Where innovation meets execution. We build the future through advanced + technology, creative solutions, and limitless possibilities. +

+
+
+ + {/* Interactive Features Grid */} +
+ {features.map((feature, index) => { + const Icon = feature.icon; + const isActive = activeSection === index; + return ( + setActiveSection(index)} + > + +
+ +
+

{feature.title}

+

+ {feature.description} +

+
+
+ ); + })} +
+ + {/* Action Buttons */} +
+ -