Components
A responsive bento-grid testimonial section with animated quote cards showing customer names, roles, and avatars.
Loading preview...
import Testimonial1 from "@/components/ui/testimonial-section-1";
export default function DemoTestimonialSection() {
return <Testimonial1 />;
}