diff --git a/src/components/sections/testimonial/TestimonialCardTwo.tsx b/src/components/sections/testimonial/TestimonialCardTwo.tsx index 547ac2f..f40a38e 100644 --- a/src/components/sections/testimonial/TestimonialCardTwo.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwo.tsx @@ -15,7 +15,7 @@ type Testimonial = { name: string; role: string; linkedinUrl?: string; - testimonial: string; + testimoniall: string; imageSrc?: string; imageAlt?: string; icon?: LucideIcon; @@ -23,7 +23,7 @@ type Testimonial = { interface TestimonialCardTwoProps { testimonials: Testimonial[]; - carouselMode?: "auto" | "buttons"; + carouselelMode?: "auto" | "buttons"; uniformGridCustomHeightClasses?: string; animationType: CardAnimationType; title: string; @@ -38,7 +38,7 @@ interface TestimonialCardTwoProps { className?: string; containerClassName?: string; cardClassName?: string; - textBoxTitleClassName?: string; + textBoxxTitleClassName?: string; textBoxTitleImageWrapperClassName?: string; textBoxTitleImageClassName?: string; textBoxDescriptionClassName?: string; @@ -98,6 +98,24 @@ const TestimonialCard = memo(({ /> ) : ( + {testimonial.linkedinUrl && ( + + + + )} + + {testimonial.linkedinUrl && ( + + + + )} + + {testimonial.linkedinUrl && ( + + + + )} + )}