feat: 重构首页并添加国际化支持

- 完全重构首页布局,添加轮播图、公司介绍、产品中心等模块
- 新增多个关于页面路由结构
- 调整国际化配置,移除日语支持并更新翻译文本
- 优化导航菜单和页脚内容
This commit is contained in:
砂糖
2025-11-21 15:35:36 +08:00
parent 8b73b47d02
commit 7f5ae85d34
14 changed files with 490 additions and 158 deletions

View File

@@ -8,24 +8,12 @@
"Header": {
"links": [
{
"name": "Blog",
"name": "Tin tức",
"href": "/blog"
},
{
"name": "Về chúng tôi",
"href": "/about"
},
{
"name": "Mã nguồn",
"href": "https://github.com/weijunext/nextjs-starter",
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"name": "Phiên bản cao cấp",
"href": "https://nexty.dev",
"target": "_blank",
"rel": "noopener noreferrer"
}
]
},
@@ -35,31 +23,6 @@
"TermsOfService": "Điều khoản dịch vụ",
"Links": {
"groups": [
{
"title": "Ngôn ngữ",
"links": [
{
"href": "/en",
"name": "English",
"useA": true
},
{
"href": "/zh",
"name": "Tiếng Trung",
"useA": true
},
{
"href": "/ja",
"name": "Tiếng Nhật",
"useA": true
},
{
"href": "/vi",
"name": "Tiếng Việt",
"useA": true
}
]
},
{
"title": "Dự án mã nguồn mở",
"links": [