Components
Loading preview...
Clean testimonial component with unique features.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/clean-testimonialimport { Testimonial } from "@/components/ui/clean-testimonial"
export default function Page() {
return (
<main className="min-h-screen flex items-center justify-center bg-background w-full">
<Testimonial />
</main>
)
}