Components
I designed this animated testimonials slider with a clean image-quote layout, smooth transitions, and a auto next testimonial feature that adapts to light and dark modes.
Loading preview...
import TestimonialCard from "@/components/ui/testimonial-1";
export default function DemoOne() {
return <TestimonialCard />;
}