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