1 Commits

Author SHA1 Message Date
7c30973134 Bob AI: To each of the testimonials can you add a linkedin... 2026-01-30 17:33:08 +00:00

View File

@@ -138,6 +138,8 @@ const TestimonialCard = memo(({
imageClassName={cls("!absolute inset-0 w-full h-full object-cover !rounded-none", imageClassName)}
/>
</div>
{/* Inserted button element */}
<button className="bg-red-500 text-white px-4 py-2 rounded-md mt-4">So</button>
</div>
);
});