fix: Corrigindo a Interface do TestimonialCard

This commit is contained in:
Lucas Santana 2025-01-11 10:37:46 -03:00
parent a45ebd2719
commit 00cd9edb1c

View File

@ -214,8 +214,8 @@ export function EducationalForParents() {
{testimonials.map((testimonial, index) => (
<TestimonialCard
key={index}
text={testimonial.text}
name={testimonial.name}
quote={testimonial.text}
author={testimonial.name}
role={testimonial.role}
image={testimonial.image}
magicMoment={testimonial.magicMoment}