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) => (
|
{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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user