From 7a77013c1c699eab2fee63dfdd24feb85efe842c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 15 Jan 2026 13:25:31 +0100 Subject: [PATCH] Auto-commit: add instagram button that will lead user to instagram page https://www.instagram.com/aaa to each pho --- src/components/sections/testimonial/TestimonialCardTen.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index bcd51ea..f30fb1a 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; + + + tag?: string; tagIcon?: LucideIcon; buttons?: ButtonConfig[];