// Reusable section header component // eslint-disable-next-line react/prop-types export function SectionHeader({ title, subtitle, className }) { return (
{subtitle}