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) => (