Components
npx shadcn@latest add https://21st.dev/r/tommyjepsen/testimonialsLoading preview...
import { Testimonials } from "@/components/ui/testimonials";
function TestimonialsDemo() {
return (
<div className="block">
<Testimonials />
</div>
);
}
export { TestimonialsDemo };