Merge version_8 into main #8

Merged
bender merged 1 commits from version_8 into main 2026-02-27 10:11:39 +00:00

View File

@@ -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>