abmp-npm 1.8.41 → 1.8.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/consts.js +4 -0
package/package.json
CHANGED
package/public/consts.js
CHANGED
|
@@ -92,6 +92,9 @@ const FREE_WEBSITE_TEXT_STATES = {
|
|
|
92
92
|
|
|
93
93
|
const DEFAULT_BUSINESS_NAME_TEXT = 'Business name not provided';
|
|
94
94
|
|
|
95
|
+
const DEFAULT_SEO_DESCRIPTION =
|
|
96
|
+
'Find a licensed ABMP massage therapist or bodyworker near you! Powered by Associated Bodywork & Massage Professionals. ';
|
|
97
|
+
|
|
95
98
|
const DEFAULT_PROFILE_IMAGE =
|
|
96
99
|
'https://static.wixstatic.com/media/1d7134_e052e9b1d0a543d0980650e16dd6d374~mv2.jpg';
|
|
97
100
|
|
|
@@ -117,6 +120,7 @@ module.exports = {
|
|
|
117
120
|
ABMP_MEMBERS_HOME_URL,
|
|
118
121
|
FREE_WEBSITE_TEXT_STATES,
|
|
119
122
|
DEFAULT_BUSINESS_NAME_TEXT,
|
|
123
|
+
DEFAULT_SEO_DESCRIPTION,
|
|
120
124
|
DEFAULT_PROFILE_IMAGE,
|
|
121
125
|
ABMP_LOGO_URL,
|
|
122
126
|
SITE_ASSOCIATION,
|