diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index bcd51ea..ae15abe 100644 --- a/src/components/sections/testimonial/TestimonialCardTen.tsx +++ b/src/components/sections/testimonial/TestimonialCardTen.tsx @@ -28,6 +28,9 @@ interface TestimonialCardTenProps { title: string; titleSegments?: TitleSegment[]; description: string; + + Instagram + tag?: string; tagIcon?: LucideIcon; buttons?: ButtonConfig[];