import type { ReactNode } from "react"; export function CalloutPositive({ title, children, }: { title?: string; children: ReactNode; }) { return (