From 8d6bbad260c1a27fccfd1ca67bbd307fd903cb33 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:03:59 +0000 Subject: [PATCH] Bob AI: Increase spacing between testimonial cards by adding gap/mar --- .../sections/testimonial/TestimonialCardSixteen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardSixteen.tsx b/src/components/sections/testimonial/TestimonialCardSixteen.tsx index f4a1a89..b19f423 100644 --- a/src/components/sections/testimonial/TestimonialCardSixteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardSixteen.tsx @@ -85,7 +85,7 @@ const TestimonialCard = memo(({ overlayClassName = "", ratingClassName = "", nameClassName = "", - roleClassName = "", +roleClassName = "", companyClassName = "", }: TestimonialCardProps) => { const [mousePosition, setMousePosition] = useState({ x: 0, y: 0 }); @@ -112,7 +112,7 @@ const TestimonialCard = memo(({ return (