export default function SectionDivider({ title }: { title: string }) { return ( <>
// {title}
); }