Testimonial Component that stands apart from the boring boxes of quotes. Dark mode compatible, no frame motion used.
import { StaggerTestimonials } from "@/components/ui/stagger-testimonials"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <StaggerTestimonials /> </div> ); }; export { DemoOne };