Skip to content

Commit 362fa14

Browse files
committed
Update landing translations and copy
Refine landing page copy in lib/config/i18n.ts: expand the hero subtitle to highlight AI tools, Kanban boards, and real-time collaboration; change hero badge to "v1.0 Now Available"; and adjust stats labels from "Features"/"Available" to "AI Powered"/"Real-Time" to emphasize the product focus.
1 parent 19dab18 commit 362fa14

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config/i18n.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -738,14 +738,14 @@ const translations: Record<Language, any> = {
738738
landing: {
739739
hero: {
740740
title: "Think. Code. Test. Ship.",
741-
subtitle: "The ultimate platform for developers who build, learn, and collaborate.",
741+
subtitle: "A complete workspace featuring AI tools, Kanban boards, and real-time collaboration. Open source and built for developers.",
742742
cta: "Enter Lab68",
743-
badge: "Next-Gen Collaboration Platform",
743+
badge: "v1.0 Now Available",
744744
},
745745
stats: {
746-
features: "Features",
746+
features: "AI Powered",
747747
openSource: "Open Source",
748-
available: "Available",
748+
available: "Real-Time",
749749
},
750750
mission: {
751751
title: "Our Mission",

0 commit comments

Comments
 (0)