"use client"; import { ReactNode } from "react"; import { ChevronRight } from "lucide-react"; export type Crumb = { label: string; href?: string }; type PageHeadProps = { crumbs?: Crumb[]; title: ReactNode; sub?: ReactNode; /** * Right-aligned action area. Design-system rule: * priority `secondary` → `secondary` → `primary`, max 3 buttons. * Pass