diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 6b22930..6a338db 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -19,6 +19,7 @@ type Testimonial = { imageAlt?: string; videoAriaLabel?: string; backText?: string; + testimonialText?: string; }; interface TestimonialCardOneProps {