type Props = { title: string; description?: string; }; export function SectionHeader({ title, description }: Props) { return (
{description}