From 0304810724192aac0eeb9b18f80a3fb8ebbf3fa8 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 14:10:10 +0200 Subject: [PATCH] Bob AI: add small star icon in the left top corner of eac... --- src/components/sections/testimonial/TestimonialCardOne.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 773090f..e34c96e 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -6,6 +6,7 @@ import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; +import { ArrowRight } from "lucide-react"; // Import the icon type Testimonial = { id: string; @@ -181,6 +182,9 @@ const TestimonialCardOne = ({ buttonTextClassName={textBoxButtonTextClassName} ariaLabel={ariaLabel} > +
+ {/* Inserted icon element */} +
{testimonials.map((testimonial, index) => (