@@ -29,18 +29,30 @@ export function useFormSelectors() {
29
29
} ;
30
30
31
31
const availableIndustries : Record < string , string > = {
32
- agricultural_services : translate ( 'Agricultural services' ) ,
33
- business_services : translate ( 'Business services' ) ,
34
- clothing_shops : translate ( 'Clothing shops' ) ,
35
- contracted_services : translate ( 'Contracted services' ) ,
36
- government_services : translate ( 'Government services' ) ,
37
- miscellaneous_shops : translate ( 'Miscellaneous shops' ) ,
38
- professional_services_and_membership_organisations : translate (
39
- 'Professional services and membership organisations'
40
- ) ,
41
- retail_outlet_services : translate ( 'Retail outlet services' ) ,
42
- transportation_services : translate ( 'Transportation services' ) ,
43
- utility_services : translate ( 'Utility services' ) ,
32
+ technology_and_it_services : translate ( 'Technology & IT Services' ) ,
33
+ e_commerce_and_retail : translate ( 'E-commerce & Retail' ) ,
34
+ finance_and_insurance : translate ( 'Finance & Insurance' ) ,
35
+ healthcare_and_medical : translate ( 'Healthcare & Medical' ) ,
36
+ education_and_e_learning : translate ( 'Education & E-Learning' ) ,
37
+ real_estate_and_property : translate ( 'Real Estate & Property' ) ,
38
+ travel_and_hospitality : translate ( 'Travel & Hospitality' ) ,
39
+ nonprofits_and_ngos : translate ( 'Nonprofits & NGOs' ) ,
40
+ legal_and_professional_services : translate ( 'Legal & Professional Services' ) ,
41
+ entertainment_and_media : translate ( 'Entertainment & Media' ) ,
42
+ construction_and_engineering : translate ( 'Construction & Engineering' ) ,
43
+ automotive_and_transportation : translate ( 'Automotive & Transportation' ) ,
44
+ government_and_public_services : translate ( 'Government & Public Services' ) ,
45
+ marketing_and_advertising : translate ( 'Marketing & Advertising' ) ,
46
+ food_and_beverage : translate ( 'Food & Beverage' ) ,
47
+ manufacturing_and_industry : translate ( 'Manufacturing & Industry' ) ,
48
+ energy_and_utilities : translate ( 'Energy & Utilities' ) ,
49
+ sports_and_recreation : translate ( 'Sports & Recreation' ) ,
50
+ agriculture_and_farming : translate ( 'Agriculture & Farming' ) ,
51
+ arts_and_culture : translate ( 'Arts & Culture' ) ,
52
+ environmental_and_sustainability : translate ( 'Environmental & Sustainability' ) ,
53
+ fashion_and_beauty : translate ( 'Fashion & Beauty' ) ,
54
+ logistics_and_supply_chain : translate ( 'Logistics & Supply Chain' ) ,
55
+ events_and_conferences : translate ( 'Events & Conferences' ) ,
44
56
} ;
45
57
46
58
const availableProducts : Record < string , string > = {
@@ -58,11 +70,25 @@ export function useFormSelectors() {
58
70
pressable : 'Pressable.com' ,
59
71
} ;
60
72
73
+ const oldIndustries : Record < string , string > = {
74
+ agricultural_services : 'agriculture_and_farming' ,
75
+ business_services : 'legal_and_professional_services' ,
76
+ clothing_shops : 'fashion_and_beauty' ,
77
+ contracted_services : 'legal_and_professional_services' ,
78
+ government_services : 'government_and_public_services' ,
79
+ miscellaneous_shops : 'e_commerce_and_retail' ,
80
+ professional_services_and_membership_organisations : 'legal_and_professional_services' ,
81
+ retail_outlet_services : 'e_commerce_and_retail' ,
82
+ transportation_services : 'automotive_and_transportation' ,
83
+ utility_services : 'energy_and_utilities' ,
84
+ } ;
85
+
61
86
return {
62
87
availableServices,
63
88
availableLanguages,
64
89
availableProducts,
65
90
availableDirectories,
66
91
availableIndustries,
92
+ oldIndustries,
67
93
} ;
68
94
}
0 commit comments