feat: add agency information section and dynamic field labels to profile experience data

This commit is contained in:
pradeepkumar
2026-04-14 07:54:25 +05:30
parent 369c7a0ac8
commit 66b233159a
4 changed files with 76 additions and 14 deletions

View File

@@ -31,10 +31,19 @@ const mockData = {
// Default experience data when no field values are available
const defaultExperience: ExperienceData = {
years: '-',
yearsLabel: 'Years in Experience',
contracts: '-',
contractsLabel: 'Number of contracts closed',
licensingAreas: [],
licensingAreasLabel: 'Licensing & Areas',
expertiseYears: [],
expertiseYearsLabel: 'Areas in expertise & Years',
certifications: [],
certificationsLabel: 'Certifications',
agencyName: '',
agencyDesignation: '',
agencyShowDesignation: false,
agencySectionLabel: 'Real Estate Agency & Designation',
};
// Default specialization fields data when no field values are available