From f59cd576f53e0f2505a84233e4b8e5dd7e246540 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 12:57:08 +0000 Subject: [PATCH] Update src/components/sections/testimonial/TestimonialCardTwelve.tsx --- .../testimonial/TestimonialCardTwelve.tsx | 50 +++++-------------- 1 file changed, 12 insertions(+), 38 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTwelve.tsx b/src/components/sections/testimonial/TestimonialCardTwelve.tsx index 0531220..0dbe0d9 100644 --- a/src/components/sections/testimonial/TestimonialCardTwelve.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwelve.tsx @@ -44,29 +44,27 @@ export default function TestimonialCardTwelve({ ]; return ( -
+
- {TagIcon && } - - {cardTag} - + {TagIcon && } + {cardTag}
-

- {cardTitle} -

+

{cardTitle}

{testimonials.map((testimonial) => (
toggleFlip(testimonial.id)} >
{/* Front of card */}
-

- {testimonial.name} -

+

{testimonial.name}

{socialLinks.map((link) => ( ))}
+

Click to flip back

))}
- -
); } \ No newline at end of file