From fe8eccdbb6495e6c2f4a0d6aa0247f67e9345fe9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 00:57:12 +0000 Subject: [PATCH] Improve Index hero responsiveness cgen-b6b272f897c6436a9341e49b2a148a5d --- client/pages/Index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 6ae109b9..33c048eb 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -135,7 +135,7 @@ export default function Index() { {/* Title */}
-

+

AeThex

@@ -149,7 +149,7 @@ export default function Index() {

{/* Interactive Features Grid */} -
+
{features.map((feature, index) => { const Icon = feature.icon; const isActive = activeSection === index; @@ -163,7 +163,7 @@ export default function Index() { }`} onClick={() => setActiveSection(index)} > - +
@@ -184,7 +184,7 @@ export default function Index() {