A testimonial quote block with a serif pull-quote, author name, tagline, and a link to the source.
import { Testimonial2 } from "@/components/ui/testimonial-2"; export default function Testimonial2Demo() { return ( <div className="flex min-h-100 w-full items-center justify-center bg-background p-8"> <Testimonial2 authorName="Guillermo Rauch" authorTagline="CEO @Vercel" url="https://x.com/rauchg/status/1978913158514237669" quote="awesome. Love the components, especially slide-to-unlock. Great job" /> </div> ); }