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.
76 lines
3.1 KiB
JSON
76 lines
3.1 KiB
JSON
{
|
||
"index": {
|
||
"trustedBy": "Trusted by over {count} users worldwide",
|
||
"heroDescription": "Technology Meets Imagination.",
|
||
"capabilities": {
|
||
"title": "Our Capabilities",
|
||
"features": [
|
||
{
|
||
"title": "Custom Website Development",
|
||
"description": "Tailored websites and backend systems built with modern frameworks like Nuxt and Next, delivering performance, scalability, and visual impact."
|
||
},
|
||
{
|
||
"title": "Software & Tool Engineering",
|
||
"description": "Custom-built applications, internal dashboards, and automation tools that streamline workflows and enhance productivity."
|
||
},
|
||
{
|
||
"title": "Game Design & Development",
|
||
"description": "From Game Jam prototypes to commercial releases — we design and develop immersive, creative, and technically robust gaming experiences."
|
||
},
|
||
{
|
||
"title": "Interactive Media & Event Systems",
|
||
"description": "Creating dynamic, large-screen visuals and real-time interactive systems for events, exhibitions, and banquets."
|
||
},
|
||
{
|
||
"title": "Tech Exploration & Evaluation",
|
||
"description": "Experimenting with emerging technologies and evaluating software and hardware to stay ahead of the innovation curve."
|
||
},
|
||
{
|
||
"title": "Creative Consulting & Digital Strategy",
|
||
"description": "Providing expert guidance on product architecture, digital transformation, and long-term technology strategy for brands and startups."
|
||
}
|
||
]
|
||
},
|
||
"techStack": {
|
||
"title": "Tech Stacks"
|
||
},
|
||
"featuredProjects": {
|
||
"title": "Featured Projects",
|
||
"viewDemo": "Visit Site"
|
||
},
|
||
"whyChooseUs": {
|
||
"title": "Why Choose Us",
|
||
"subtitle": "We don’t just build code — we craft digital experiences.",
|
||
"features": [
|
||
{
|
||
"title": "Fully Custom-Built",
|
||
"description": "Every website, system, and game is built from scratch to match your unique brand identity and performance needs."
|
||
},
|
||
{
|
||
"title": "Tech-Driven, Not Just Design",
|
||
"description": "Our engineers lead every project, optimizing architecture, performance, and security at every level."
|
||
},
|
||
{
|
||
"title": "Cross-Domain Expertise",
|
||
"description": "From web systems to games and interactive tools — we merge creativity and engineering to deliver seamless experiences."
|
||
},
|
||
{
|
||
"title": "End-to-End Service",
|
||
"description": "From concept, prototyping, and frontend to deployment and long-term support — we handle everything in-house."
|
||
},
|
||
{
|
||
"title": "Proven Project Value",
|
||
"description": "We’ve delivered projects for educational institutions, brands, and game developers — with real impact and measurable value."
|
||
},
|
||
{
|
||
"title": "Future-Oriented",
|
||
"description": "Beyond client work, we’re building our own products and experiments, pushing the boundaries of what’s possible."
|
||
}
|
||
]
|
||
},
|
||
"seo": {
|
||
"title": "Homepage"
|
||
}
|
||
}
|
||
}
|