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