From d4657003b526f273970d44bc0da01d9c4d480e3e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 21 Jan 2026 18:28:08 +0200 Subject: [PATCH] Edit: in the Expert Perspectives section add blue button with linkedin styling on the --- .../sections/testimonial/TestimonialCardTwo.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTwo.tsx b/src/components/sections/testimonial/TestimonialCardTwo.tsx index 7142154..8af0acf 100644 --- a/src/components/sections/testimonial/TestimonialCardTwo.tsx +++ b/src/components/sections/testimonial/TestimonialCardTwo.tsx @@ -1,6 +1,5 @@ "use client"; -import { Linkedin } from 'lucide-react'; import { memo } from "react"; import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; @@ -14,7 +13,6 @@ type Testimonial = { id: string; name: string; role: string; - linkedinUrl?: string; testimonial: string; imageSrc?: string; imageAlt?: string; @@ -100,13 +98,8 @@ const TestimonialCard = memo(({ )} -
- {testimonial.linkedinUrl && ( - - - - )} -
+LinkedIn +

{testimonial.name} @@ -169,7 +162,7 @@ const TestimonialCardTwo = ({ gridVariant="uniform-all-items-equal" uniformGridCustomHeightClasses={uniformGridCustomHeightClasses} animationType={animationType} - + title={title} titleSegments={titleSegments} description={description}