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