diff --git a/src/developers/components/DeveloperLanding.vue b/src/developers/components/DeveloperLanding.vue index 34a2a810..35388dd8 100644 --- a/src/developers/components/DeveloperLanding.vue +++ b/src/developers/components/DeveloperLanding.vue @@ -27,7 +27,7 @@ onMounted(() => { diff --git a/src/developers/partnerConfig.js b/src/developers/partnerConfig.js index 48c391c9..4f6c5955 100644 --- a/src/developers/partnerConfig.js +++ b/src/developers/partnerConfig.js @@ -25,23 +25,23 @@ const partnerConfig = { // Hero Section pageHeroBanner: { - title: 'Find top Vue.js developers for your team', - description1: 'Access certified Vue.js developers available for your next project.', - description2: 'Proxify handles the vetting process to ensure top-tier quality and reliability.', + title: '为你的团队寻找顶级的 Vue.js 开发者', + description1: '访问可用于你的下一个项目的经过认证的 Vue.js 开发者', + description2: 'Proxify 负责筛选过程,以确保顶级的质量和可靠性', hireButton: { url: hireUrl, - label: 'Find Vue.js developers now' + label: '立即寻找 Vue.js 开发者' }, - footer: "Get matched with a top Vue.js developer in less than 48 hours", + footer: '在不到 48 小时内与顶级 Vue.js 开发者匹配' }, // Hero Section pageJoinSection: { - title: 'Become a listed developer', - description: 'Get a long-term part-time or full-time position at company looking for a Vue.js developer.', + title: '成为一名注册开发者', + description: '获得一个长期的兼职或全职职位,适合正在寻找 Vue.js 开发者的公司', applyButton: { url: applyUrl, - label: 'Apply to join' + label: '申请加入' } },