A completely unique asymmetric layout testimonial. Features include a vertical left column with rotated "Testimonials" text and an animated progress bar.
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> ) }