From 34af142ce491605ec49430d27a76eb4e990c4de9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 13:51:53 +0200 Subject: [PATCH] Bob AI: add small square button in the left top corner of ... --- src/components/sections/testimonial/TestimonialCardOne.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index c124d77..87102c1 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -5,6 +5,7 @@ import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; import { Star } from "lucide-react"; +import { Button } from "@nextui-org/react"; // Added import statement import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; @@ -191,6 +192,7 @@ const TestimonialCardOne = ({ buttonTextClassName={textBoxButtonTextClassName} ariaLabel={ariaLabel} > + {/* Inserted button element */} {testimonials.map((testimonial, index) => (