interface PageHeroProps { title: string breadcrumbs?: { label: string; href: string }[] } export function PageHero({ title, breadcrumbs }: PageHeroProps) { return (