From 558026375c9697c8b18b822dd3daf1547cffa9b4 Mon Sep 17 00:00:00 2001 From: Kota-Jagadeesh Date: Wed, 14 Jan 2026 12:17:50 +0530 Subject: [PATCH] Add: subtle hover and icon animation to hero stat cards --- src/components/Home/Hero.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/Home/Hero.tsx b/src/components/Home/Hero.tsx index f08a541..b5aa051 100644 --- a/src/components/Home/Hero.tsx +++ b/src/components/Home/Hero.tsx @@ -156,8 +156,23 @@ export const Hero: React.FC = ({ onNavigate }) => { { icon: Users, color: 'text-green-400', value: '12K+', label: 'Learners' }, { icon: Star, color: 'text-sky-400', value: '98%', label: 'Success Rate' }, ].map((stat, index) => ( -
- +
+
{stat.value}
{stat.label}