A reusable testimonial component block
npx shadcn@latest add https://21st.dev/r/avanishverma4/testimonial-v2
Loading preview...
import Component from "@/components/ui/testimonial-v2"; export default function DemoOne() { return <Component />; }