diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 35e398b..6115114 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -48,9 +48,9 @@ const TestimonialCardFlip = memo(({ testimonial, className }: { testimonial: Tes className="w-24 h-24 rounded-full object-cover mb-4 border-4 border-white dark:border-slate-700 shadow-lg" /> )} -

- {testimonial.name} -

+

+ {testimonial.firstName} {testimonial.lastName} +

{testimonial.role}