Testimonials section with three columns of quote cards that scroll infinitely in a vertical marquee, slowing on hover.
import { TestimonialsSection } from "@/components/ui/testimonials-6"; export default function TestimonialsDemo() { return <TestimonialsSection />; }