Components
Loading preview...
An editorial-style testimonial with a bold typographic.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/editorial-testimonialimport 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>
)
}