From aa1bbe44b4db54ba48cfcf4fb6b9dad2e944e80b Mon Sep 17 00:00:00 2001 From: eshanized Date: Sat, 11 Jan 2025 22:57:03 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20minor=20changes=20in=20ani?= =?UTF-8?q?mation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/TestimonialCard.tsx | 37 +++++++++++++++++++------ 1 file changed, 29 insertions(+), 8 deletions(-) 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 */} -
+ ); }