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} +

);