export default function TypographyLead() {
return (
<p className="text-muted-foreground text-xl">
A modal dialog that interrupts the user with important content and expects
a response.
</p>
)
}
npx shadcn@latest add @taki/typography-leadimport { TypographyLead } from "@/components/typography-lead"<TypographyLead />