Loading preview...
Here is Testimonial component
@prebuiltui
npx shadcn@latest add https://21st.dev/r/prebuiltui/testimonial
import Example from "@/components/ui/testimonial"; export default function DemoOne() { return <Example />; }