export const footerEn = { 'self-reflection': 'Turn inward and examine yourself when you encounter difficulties in life.', 'thiefEasy': 'Thief difficult mountain thief easily, breaking heart.', } export const footerZhCn = { 'self-reflection': '行有不得,反求诸己', 'thiefEasy': '破山中贼易,破心中贼难', } export const footer = { en: footerEn, zhCn: footerZhCn, }