Components
Loading preview...
A clean, minimal testimonial with just the essentials - a beautifully typeset quote with smooth fade/blur transitions.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/minimal-testimonialimport { TestimonialsMinimal } from "@/components/ui/minimal-testimonial"
export default function Home() {
return (
<main className="min-h-screen flex items-center justify-center bg-background p-8 w-full">
<TestimonialsMinimal />
</main>
)
}