diff --git a/src/components/home/TestimonialsSection.tsx b/src/components/home/TestimonialsSection.tsx index 431e60a33..79fe372ef 100644 --- a/src/components/home/TestimonialsSection.tsx +++ b/src/components/home/TestimonialsSection.tsx @@ -20,23 +20,24 @@ interface TestimonialsSectionProps { textComponent?: ReactNode; } -const AvatarAndText = ({ testimonial,textColor }: TestimonialProps): JSX.Element => ( +const AvatarAndText = ({ testimonial, textColor }: TestimonialProps): JSX.Element => (
- {testimonial.testimonialName} -
-- {testimonial.company} -
+{testimonial.testimonialName}
+{testimonial.company}
- {textContent.title.normal} {textContent.title.blue} -
+ {textComponent} +{textContent.title}
- {testimonial.review} -
+{testimonial.review}