You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/i18n.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ const resources = {
17
17
"nav.documentation": "Documentation",
18
18
"nav.about": "About",
19
19
"nav.github": "GitHub",
20
-
"nav.getStarted": "Get Started",
20
+
"nav.getStarted": "Contact Us",
21
21
22
22
// Hero Section
23
23
"hero.badge": "FluxMQ · FCP",
24
24
"hero.title": "Message Infrastructure",
25
25
"hero.titleHighlight": "for Scale",
26
26
"hero.titleEnd": "",
27
27
"hero.subtitle": "FluxMQ: high-performance MQTT broker. FCP: centralized control plane for license, apps & monitoring. One platform for messaging and operations.",
28
-
"hero.getStarted": "Get Started",
28
+
"hero.getStarted": "Contact Us",
29
29
"hero.github": "View on GitHub",
30
30
"hero.download": "Download",
31
31
"hero.stats.messages": "Messages/Second",
@@ -156,7 +156,7 @@ const resources = {
156
156
"docs.buttons.viewDocs": "View Docs",
157
157
"docs.cta.title": "Ready to Get Started?",
158
158
"docs.cta.subtitle": "Join thousands of developers building with FluxMQ. Start with our comprehensive guides and scale as you grow.",
0 commit comments