From 687740d6105d0e704ca31a99faef877ff1b6de26 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Sun, 29 Dec 2024 04:34:12 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20animation=20scale=20change?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/FeatureCard.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/home/FeatureCard.tsx b/src/components/home/FeatureCard.tsx index cb7a9edf..b2337fae 100644 --- a/src/components/home/FeatureCard.tsx +++ b/src/components/home/FeatureCard.tsx @@ -14,15 +14,15 @@ export function FeatureCard({ title, description, icon: Icon, delay = 0 }: Featu
@@ -32,16 +32,20 @@ export function FeatureCard({ title, description, icon: Icon, delay = 0 }: Featu {/* Icon centered with hover effect */}
{/* Title with enhanced typography */} -

{title}

+

+ {title} +

{/* Description with improved readability */} -

{description}

+

+ {description} +

);