From 1d70770633958fdfffc110f6684b43f3c46b31f5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 15:24:45 +0200 Subject: [PATCH] Bob AI: Add a red heart icon to each testimonial card in the Testimo --- .../sections/testimonial/TestimonialCardThirteen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/sections/testimonial/TestimonialCardThirteen.tsx b/src/components/sections/testimonial/TestimonialCardThirteen.tsx index 4a464d4..9779531 100644 --- a/src/components/sections/testimonial/TestimonialCardThirteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardThirteen.tsx @@ -5,7 +5,7 @@ import CardStack from "@/components/cardStack/CardStack"; import TestimonialAuthor from "@/components/shared/TestimonialAuthor"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; -import { Quote, Star } from "lucide-react"; +import { Heart, Quote, Star } from "lucide-react"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, ButtonAnimationType, CardAnimationTypeWith3D, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; @@ -118,6 +118,7 @@ const TestimonialCard = memo(({

{testimonial.testimonial}

+