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}

+