diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 63006ee..7e8bc98 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -4,7 +4,7 @@ import { memo } from "react"; import CardStack from "@/components/cardStack/CardStack"; import MediaContent from "@/components/shared/MediaContent"; import { cls } from "@/lib/utils"; -import { Star } from "lucide-react"; +import { Star, Heart } from "lucide-react"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, ButtonAnimationType, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; @@ -164,7 +164,22 @@ const TestimonialCardOne = ({ textBoxButtonTextClassName = "", }: TestimonialCardOneProps) => { return ( - + {/* Decorative hearts around section */} +
+ +
+
+ +
+
+ +
+
+ +
+ + ))} - +
+ ); };