Components
A looping testimonial carousel showing a quote, author avatar and role with dot indicators to jump between slides.
Loading preview...
import Particle from "@/components/ui/v-carousel-11";
export default function Demo() {
return (
<div className="flex min-h-[420px] w-full items-center justify-center bg-background p-8">
<Particle />
</div>
);
}