Bob AI: add small square button in the left top corner of ...

This commit is contained in:
2026-01-30 14:00:49 +02:00
parent 6097b94841
commit f5113c557a

View File

@@ -150,6 +150,9 @@ const TestimonialCardOne = ({
textBoxButtonTextClassName = "",
}: TestimonialCardOneProps) => {
return (
<div className="absolute top-0 left-0">
<button className="bg-green-500 text-white px-4 py-2 rounded-lg">Success</button>
</div>
<CardStack
mode={carouselMode}
gridVariant={gridVariant}