From 89b437d3e9d6baa43c93a070542eda73a159f64d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 20 Jan 2026 18:31:10 +0200 Subject: [PATCH] Edit: in the Expert Perspectives section add linkedin icons near each name --- .../testimonial/TestimonialCardTwo.tsx | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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);