Minimalist testimonial block with a quote, author info, and decorative cross-hair mask lines framing the avatar.
import { TestimonialsSection } from "@/components/ui/testimonials-2"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-10"> <TestimonialsSection /> </div> ); }