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