Variable overviewSectionsConst
overviewSections: {
    architectureFeatures: { descriptionKey: string; titleKey: string };
    developmentGoals: { descriptionKey: string; titleKey: string };
    portfolioFeatures: { descriptionKey: string; titleKey: string };
    qualityHighlights: { descriptionKey: string; titleKey: string };
} = ...
Type Declaration
architectureFeatures: { descriptionKey: string; titleKey: string }
developmentGoals: { descriptionKey: string; titleKey: string }
portfolioFeatures: { descriptionKey: string; titleKey: string }
qualityHighlights: { descriptionKey: string; titleKey: string }