From 8b6035559464de998e5e8e3e1ff15e99456a8a3e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 15 Jan 2026 14:28:14 +0200 Subject: [PATCH] fix --- src/components/sections/testimonial/TestimonialCardTen.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index f30fb1a..bcd51ea 100644 --- a/src/components/sections/testimonial/TestimonialCardTen.tsx +++ b/src/components/sections/testimonial/TestimonialCardTen.tsx @@ -28,9 +28,6 @@ interface TestimonialCardTenProps { title: string; titleSegments?: TitleSegment[]; description: string; - - - tag?: string; tagIcon?: LucideIcon; buttons?: ButtonConfig[];