Skip to content

Commit c44988c

Browse files
committed
updated hub cta
1 parent 94dff85 commit c44988c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

i18n/de.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,13 @@
276276
- id: hub_header_managed_title
277277
translation: "Managed"
278278
- id: hub_header_managed_cta
279-
translation: "Jetzt registrieren"
279+
translation: "Jetzt loslegen"
280280
- id: hub_header_self_hosted_title
281281
translation: "Self-Hosted"
282282
- id: hub_header_self_hosted_cta
283283
translation: "Jetzt einrichten"
284+
- id: hub_header_cta_description
285+
translation: "Starte deine kostenlose 14-Tage-Testversion noch heute, keine Kreditkarte erforderlich."
284286
- id: hub_header_group_magic_alt
285287
translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
286288

@@ -339,7 +341,7 @@
339341
- id: hub_pricing_standard_description
340342
translation: "pro Sitz, pro Monat"
341343
- id: hub_pricing_managed_cta
342-
translation: "Jetzt registrieren"
344+
translation: "Jetzt loslegen"
343345
- id: hub_pricing_self_hosted_cta
344346
translation: "Jetzt einrichten"
345347
- id: hub_pricing_standard_benefit_1

i18n/en.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,13 @@
278278
- id: hub_header_managed_title
279279
translation: "Managed"
280280
- id: hub_header_managed_cta
281-
translation: "Register Now"
281+
translation: "Get Started"
282282
- id: hub_header_self_hosted_title
283283
translation: "Self-Hosted"
284284
- id: hub_header_self_hosted_cta
285285
translation: "Deploy Now"
286+
- id: hub_header_cta_description
287+
translation: "Start your free 14-day trial today, no credit card required."
286288
- id: hub_header_group_magic_alt
287289
translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
288290

@@ -341,7 +343,7 @@
341343
- id: hub_pricing_standard_description
342344
translation: "per seat, per month"
343345
- id: hub_pricing_managed_cta
344-
translation: "Register Now"
346+
translation: "Get Started"
345347
- id: hub_pricing_self_hosted_cta
346348
translation: "Jetzt einrichten"
347349
- id: hub_pricing_standard_benefit_1

layouts/hub/single.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<h1 class="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1515
<p class="text-lg md:text-xl leading-relaxed text-gray-700 mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
16-
<div class="flex flex-col md:flex-row gap-6">
16+
<div class="flex flex-col md:flex-row gap-6 mb-4">
1717
<div class="flex flex-col gap-2">
1818
<p class="block uppercase tracking-wide text-gray-700 text-xs font-bold">{{ i18n "hub_header_managed_title" . }}</p>
1919
<a href="{{ .Site.LanguagePrefix }}/hub/managed/" role="button" class="btn btn-primary text-lg px-8">{{ i18n "hub_header_managed_cta" . }}</a>
@@ -23,6 +23,7 @@ <h1 class="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6">{{
2323
<a href="{{ .Site.LanguagePrefix }}/hub/self-hosted/" role="button" class="btn btn-primary text-lg px-8">{{ i18n "hub_header_self_hosted_cta" . }}</a>
2424
</div>
2525
</div>
26+
<p class="text-sm md:text-base leading-relaxed text-gray-700">{{ i18n "hub_header_cta_description" . | safeHTML }}</p>
2627
</div>
2728
</header>
2829
</section>

0 commit comments

Comments
 (0)