diff --git a/src/components/home/TestimonialCard.tsx b/src/components/home/TestimonialCard.tsx index e3a16f6c..297b2654 100644 --- a/src/components/home/TestimonialCard.tsx +++ b/src/components/home/TestimonialCard.tsx @@ -13,33 +13,54 @@ export function TestimonialCard({ content, author, role, delay = 0 }: Testimonia {/* Floating quote icon */} -
+ -
+
{/* Testimonial content */} -

+ {content} -

+ {/* Author details */} -
+

{author}

{role}

-
+ {/* Subtle background gradient */} -
+ ); }