From 5f035b29895414f360323fbcf17fa589ab5415ef Mon Sep 17 00:00:00 2001 From: Dinesh Sivalanka Date: Mon, 18 May 2026 17:39:52 +0530 Subject: [PATCH] Enhanced hover effects for feature cards --- src/components/Features.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Features.tsx b/src/components/Features.tsx index a8ce652..8125cb4 100644 --- a/src/components/Features.tsx +++ b/src/components/Features.tsx @@ -72,8 +72,8 @@ const Features = () => { {features.map((feature, index) => { const IconComponent = feature.icon; return ( -
-
+
+

{feature.title}