mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 05:47:52 +00:00
fix: Corrigindo a Interface do TestimonialCard
This commit is contained in:
parent
a45ebd2719
commit
00cd9edb1c
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user