// Strings for the contact page. Fill zh/en with identical key structure. module.exports = { zh: { title: '联系我们', placeholderText: '内容建设中', placeholderSub: '联系方式正在整理,敬请期待' }, en: { title: 'Contact Us', placeholderText: 'Coming soon', placeholderSub: 'Contact details are being prepared. Stay tuned.' } }