Components
A testimonials section that auto-rotates through customer quotes with animated avatars and an animated progress indicator.
Loading preview...
import TestimonialsSimple from "@/components/ui/testimonials-1";
export default function TestimonialsDemo() {
return (
<div className="flex min-h-[420px] w-full items-center justify-center bg-background">
<TestimonialsSimple />
</div>
);
}