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