+ {CARDS_DATA.map((item) => (
-
-
-
-
- {/* Kinetic slide-up and fade subtitle reveal */}
-
- {item.desc}
-
-
-
-
- {/* Underline track & sweep animated red bar */}
-
-
+
+ {item.icon}
+
{item.title}
+
{item.desc}
))}
diff --git a/src/components/sections/WomenSection.tsx b/src/components/sections/WomenSection.tsx
index 9ae1952..e693224 100644
--- a/src/components/sections/WomenSection.tsx
+++ b/src/components/sections/WomenSection.tsx
@@ -284,7 +284,7 @@ export default function WomenSection() {