export default function TypographyH2() {
return (
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">
The People of the Kingdom
</h2>
)
}
npx shadcn@latest add @taki/typography-h2import { TypographyH2 } from "@/components/typography-h2"<TypographyH2 />