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() {