From 2083f345862a918e374b0b34e1ea3d50879c58b5 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 22:56:35 +0000 Subject: [PATCH] Add loading screen and enhance hero section animations cgen-7e67706b910b4a459d395a24037290f1 --- client/pages/Index.tsx | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index fea0e6ef..b79edfca 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -91,34 +91,54 @@ export default function Index() { } ]; + if (isLoading) { + return ; + } + return ( {/* Hero Section */} -
-
+
+ {/* Animated Background */} +
+ {[...Array(50)].map((_, i) => ( +
+ ))} +
+ +
-
- - +
+ + Innovation & Technology

- The Home of Innovation + 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.

-
- -