Components
Loading preview...
A completely unique asymmetric layout testimonial. Features include a vertical left column with rotated "Testimonials" text and an animated progress bar.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/design-testimonialimport { Testimonial } from "@/components/ui/design-testimonial"
export default function Page() {
return (
<main className="min-h-screen flex items-center justify-center bg-background w-full">
<Testimonial />
</main>
)
}