Components
Loading preview...
Here is Testimonials components
npx shadcn@latest add https://21st.dev/r/meschacirung/testimonialsimport Testimonials from "@/components/ui/testimonials";
export default function DemoOne() {
return <Testimonials />;
}