Components
A completely unique asymmetric layout testimonial. Features include a vertical left column with rotated "Testimonials" text and an animated progress bar.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/design-testimonialLoading preview...
import { 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>
)
}