An editorial-style testimonial with a bold typographic.
import TestimonialsEditorial from "@/components/ui/editorial-testimonial" export default function Home() { return ( <main className="min-h-screen flex items-center justify-center bg-background p-8 w-full"> <TestimonialsEditorial /> </main> ) }