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}