Components
Loading preview...
An animated testimonials slider, pairing a person's image on the left with their quote, name, and title on the right. Users can navigate through entries with arrow controls, and the component features a subtle animated grid background with both light and dark modes.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/testimonialimport { Component } from "@/components/ui/testimonial";
export default function DemoOne() {
return <Component />;
}