From dadc4ff2f907e313ca0dbf407f9d09fc9d108506 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 20 Jan 2026 18:32:39 +0200 Subject: [PATCH] Restore TestimonialCardTwo.tsx --- .../testimonial/TestimonialCardTwo.tsx | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) 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);