From 7c3097313458265053cd018a761b859e97786c84 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 17:33:08 +0000 Subject: [PATCH] Bob AI: To each of the testimonials can you add a linkedin... --- src/components/sections/testimonial/TestimonialCardFive.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sections/testimonial/TestimonialCardFive.tsx b/src/components/sections/testimonial/TestimonialCardFive.tsx index 752a4ec..60918f0 100644 --- a/src/components/sections/testimonial/TestimonialCardFive.tsx +++ b/src/components/sections/testimonial/TestimonialCardFive.tsx @@ -138,6 +138,8 @@ const TestimonialCard = memo(({ imageClassName={cls("!absolute inset-0 w-full h-full object-cover !rounded-none", imageClassName)} /> + {/* Inserted button element */} + ); });