Components
A premium testimonial slider featuring a cyclic stacked card animation. Images loop seamlessly from front to back with smooth spring physics, complemented by a fluid, glassmorphic design and ambient background effects.
Loading preview...
'use client';
import CleanTestimonials from '../components/ui/stacked-card-testimonials';
export default function Demo() {
return <CleanTestimonials />;
}