export default function SingleCenterCard(props: { logo?: boolean; insetLogo?: boolean; title?: string | React.ReactNode; subtitle?: string | React.ReactNode; children: React.ReactNode; }) { return (
{props.subtitle}