diff --git a/src/components/sections/testimonial/TestimonialCardTwo.tsx b/src/components/sections/testimonial/TestimonialCardTwo.tsx
index f28ba4e..b745d66 100644
--- a/src/components/sections/testimonial/TestimonialCardTwo.tsx
+++ b/src/components/sections/testimonial/TestimonialCardTwo.tsx
@@ -98,6 +98,27 @@ const TestimonialCard = memo(({
)}
+import { FaLinkedin } from 'react-icons/fa';
+
+const LinkedInIcon = ({ name }) => (
+
+
+
+);
+import { FaLinkedin } from 'react-icons/fa';
+
+const LinkedInIcon = ({ name }) => (
+
+
+
+);
+import { FaLinkedin } from 'react-icons/fa';
+
+const LinkedInIcon = ({ name }) => (
+
+
+
+);
@@ -151,7 +172,7 @@ const TestimonialCardTwo = ({
textBoxTagClassName = "",
textBoxButtonContainerClassName = "",
textBoxButtonClassName = "",
- textBoxButtonTextClassName = "",
+ textBoxButtonTextClassName = "",,
}: TestimonialCardTwoProps) => {
const theme = useTheme();
const shouldUseLightText = shouldUseInvertedText(useInvertedBackground, theme.cardStyle);