Components
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/clean-testimonialLoading preview...
import { 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>
)
}