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} buttonTextClassName={textBoxButtonTextClassName}
ariaLabel={ariaLabel} ariaLabel={ariaLabel}
> >
<Button variant="success">Success Button</Button> {/* Inserted button element */}
{testimonials.map((testimonial, index) => ( {testimonials.map((testimonial, index) => (
<TestimonialCard <TestimonialCard
key={`${testimonial.id}-${index}`} key={`${testimonial.id}-${index}`}