export default function Heading({ title, description, }: { title: string; description?: string; }) { return (
{description}