Merge version_8 into main #8
@@ -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"
|
||||
/>
|
||||
)}
|
||||
<h3 className="text-lg font-semibold text-slate-900 dark:text-white text-center">
|
||||
{testimonial.name}
|
||||
</h3>
|
||||
<h3 className="text-lg font-semibold text-slate-900 dark:text-white text-center">
|
||||
{testimonial.firstName} {testimonial.lastName}
|
||||
</h3>
|
||||
<p className="text-sm text-slate-600 dark:text-slate-400 text-center mt-1">
|
||||
{testimonial.role}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user