feat(ui): rebuild homepage with new sections and i18n
This commit introduces a complete overhaul of the homepage, rebuilding it from the ground up with Nuxt UI and full internationalization support. The new design better showcases the studio's capabilities and projects. - Re-architected the index page with multiple new sections: Capabilities, Featured Projects, Tech Stack, and Why Choose Us. - Implemented full i18n for English (en-US) and Chinese (zh-CN) across all new content. - Centralized the page structure into a `default.vue` layout with a global header (including color mode and locale selectors) and footer. - Replaced placeholder logos with a dynamic `UMarquee` of technology icons using Iconify.
This commit is contained in:
@@ -1,5 +1,75 @@
|
||||
{
|
||||
"index": {
|
||||
"trustedBy": "全球有超过 {count} 用户信赖"
|
||||
"trustedBy": "全球有超过 {count} 用户信赖",
|
||||
"heroDescription": "专为想要独特体验的品牌打造量身定制的数字产品。",
|
||||
"capabilities": {
|
||||
"title": "我们的核心能力",
|
||||
"features": [
|
||||
{
|
||||
"title": "网站定制开发",
|
||||
"description": "基于 Nuxt / Next 等现代框架,为企业打造高性能、可扩展且视觉出众的专属网站与后台系统。"
|
||||
},
|
||||
{
|
||||
"title": "软件与工具工程",
|
||||
"description": "为企业定制自动化工具、数据面板与业务流程系统,提高工作效率与可靠性。"
|
||||
},
|
||||
{
|
||||
"title": "游戏设计与开发",
|
||||
"description": "从 Game Jam 原型到商业发行,打造富有创意与技术深度的互动体验。"
|
||||
},
|
||||
{
|
||||
"title": "互动媒体与宴会系统",
|
||||
"description": "为展会、活动与宴会定制实时交互内容与大型屏幕视觉展示。"
|
||||
},
|
||||
{
|
||||
"title": "技术探索与评测",
|
||||
"description": "研究与评估前沿软硬件技术,保持创新优势与研发热情。"
|
||||
},
|
||||
{
|
||||
"title": "创意咨询与数字策略",
|
||||
"description": "为品牌与团队提供产品架构、数字化转型与长期技术规划咨询。"
|
||||
}
|
||||
]
|
||||
},
|
||||
"techStack": {
|
||||
"title": "我们的技术栈"
|
||||
},
|
||||
"featuredProjects": {
|
||||
"title": "特色项目",
|
||||
"viewDemo": "访问页面"
|
||||
},
|
||||
"whyChooseUs": {
|
||||
"title": "为什么选择我们",
|
||||
"subtitle": "我们不仅编写代码——我们打造数字体验。",
|
||||
"features": [
|
||||
{
|
||||
"title": "Fully Custom-Built",
|
||||
"description": "我们从不使用模板。每一个网站、系统、游戏都从零设计与开发,确保风格、性能与体验完全符合品牌个性。"
|
||||
},
|
||||
{
|
||||
"title": "Tech-Driven, Not Just Design",
|
||||
"description": "作为开发导向的团队,我们理解底层逻辑。从架构、性能、安全到交互动画,所有细节都由工程师主导优化。"
|
||||
},
|
||||
{
|
||||
"title": "Cross-Domain Expertise",
|
||||
"description": "我们横跨网站、游戏、工具与交互内容开发,让每个项目都能获得更广阔的技术整合思路。"
|
||||
},
|
||||
{
|
||||
"title": "End-to-End Service",
|
||||
"description": "从概念、原型、前端到部署与长期维护,我们全程负责,让客户专注业务,而非技术问题。"
|
||||
},
|
||||
{
|
||||
"title": "Proven Project Value",
|
||||
"description": "我们曾为教育机构、品牌活动、独立游戏等开发高价值系统,实力可见。"
|
||||
},
|
||||
{
|
||||
"title": "Future-Oriented",
|
||||
"description": "我们在研发自己的产品与工具,不止接案,也在打造未来生态。这代表我们具备持续创新与自我进化的能力。"
|
||||
}
|
||||
]
|
||||
},
|
||||
"seo": {
|
||||
"title": "首页"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user