This commit is contained in:
2026-01-30 13:58:06 +02:00
parent 097d4d64cf
commit f1c5f66463

View File

@@ -190,7 +190,6 @@ const TestimonialCardOne = ({
buttonTextClassName={textBoxButtonTextClassName}
ariaLabel={ariaLabel}
>
<Button variant="success">Success Button</Button> {/* Inserted button element */}
{testimonials.map((testimonial, index) => (
<TestimonialCard
key={`${testimonial.id}-${index}`}