export type TNavSectionProps = { backLinkPath: string | undefined; suptitle: string | undefined; title: string; };