diff --git a/src/components/sections/testimonial/TestimonialCardSixteen.tsx b/src/components/sections/testimonial/TestimonialCardSixteen.tsx index f4a1a89..b19f423 100644 --- a/src/components/sections/testimonial/TestimonialCardSixteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardSixteen.tsx @@ -85,7 +85,7 @@ const TestimonialCard = memo(({ overlayClassName = "", ratingClassName = "", nameClassName = "", - roleClassName = "", +roleClassName = "", companyClassName = "", }: TestimonialCardProps) => { const [mousePosition, setMousePosition] = useState({ x: 0, y: 0 }); @@ -112,7 +112,7 @@ const TestimonialCard = memo(({ return (