import { Connector, ConnectorToLeft, ConnectorToRight, } from "@/components/shared/layout/curvy-rect"; export default function SectionTitle({ index, max, title, }: { index: number; max: number; title: string; }) { return (