export function TypographyH2() { return <h2 className="heading-2">The People of the Kingdom</h2>; }
npx shadcn@latest add @kanpeki/typography-h2-demo
import { TypographyH2Demo } from "@/components/typography-h2-demo"
<TypographyH2Demo />