export function SectionLabel({ children }: { children: React.ReactNode }) { return (

{children}

); }