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(({