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