);
}
export const TestimonialsCarousel: React.FC = ({
testimonials,
title = 'What Our Customers Say',
subtitle = 'Real experiences from businesses using QR Master',
}) => {
// Duplicate for seamless loop: when first set exits left, second set is identical → no visible reset
const doubled = [...testimonials, ...testimonials];
return (