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 */} + ); });