feat(i18n): 添加首页英雄区域的多语言支持
为首页英雄区域添加中英文翻译内容,包括服务列表、描述文本和按钮文字 同时优化AppLogo组件的动画安全检查和HomeHero组件的布局与动画效果
This commit is contained in:
@@ -14,5 +14,16 @@
|
||||
"home": {
|
||||
"title": "首页",
|
||||
"welcome": "欢迎来到 Arctic New One"
|
||||
},
|
||||
"hero": {
|
||||
"services": {
|
||||
"webDesign": "网页设计",
|
||||
"socialMedia": "社交媒体",
|
||||
"marketing": "市场运营",
|
||||
"development": "程序开发",
|
||||
"seo": "SEO 优化"
|
||||
},
|
||||
"description": "拒绝千篇一律的网站。拒绝空洞的承诺。只提供实用的工具和明智的策略,以推动增长并建立品牌。",
|
||||
"letsTalk": "联系我们"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user