Components
An animated testimonial section with scrolling marquee rows of customer capsules that open a full quote in a modal on click.
Loading preview...
import Testimonial2 from "@/components/ui/testimonial-section-2";
export default function Demo() {
return <Testimonial2 />;
}