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) => ( {testimonials.map((testimonial, index) => (
<TestimonialCard <TestimonialCard
key={index} key={index}
text={testimonial.text} quote={testimonial.text}
name={testimonial.name} author={testimonial.name}
role={testimonial.role} role={testimonial.role}
image={testimonial.image} image={testimonial.image}
magicMoment={testimonial.magicMoment} magicMoment={testimonial.magicMoment}