diff --git a/src/components/sections/testimonial/TestimonialCardTwo.tsx b/src/components/sections/testimonial/TestimonialCardTwo.tsx index b745d66..f28ba4e 100644 --- a/src/components/sections/testimonial/TestimonialCardTwo.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwo.tsx @@ -98,27 +98,6 @@ 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 }) => ( - - - -);

@@ -172,7 +151,7 @@ const TestimonialCardTwo = ({ textBoxTagClassName = "", textBoxButtonContainerClassName = "", textBoxButtonClassName = "", - textBoxButtonTextClassName = "",, + textBoxButtonTextClassName = "", }: TestimonialCardTwoProps) => { const theme = useTheme(); const shouldUseLightText = shouldUseInvertedText(useInvertedBackground, theme.cardStyle);