Components
Loading preview...
Testimonial Component that stands apart from the boring boxes of quotes. Dark mode compatible, no frame motion used.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/stagger-testimonialsimport { StaggerTestimonials } from "@/components/ui/stagger-testimonials";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<StaggerTestimonials />
</div>
);
};
export { DemoOne };