File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 276
276
- id : hub_header_managed_title
277
277
translation : " Managed"
278
278
- id : hub_header_managed_cta
279
- translation : " Jetzt registrieren "
279
+ translation : " Jetzt loslegen "
280
280
- id : hub_header_self_hosted_title
281
281
translation : " Self-Hosted"
282
282
- id : hub_header_self_hosted_cta
283
283
translation : " Jetzt einrichten"
284
+ - id : hub_header_cta_description
285
+ translation : " Starte deine kostenlose 14-Tage-Testversion noch heute, keine Kreditkarte erforderlich."
284
286
- id : hub_header_group_magic_alt
285
287
translation : " Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
286
288
339
341
- id : hub_pricing_standard_description
340
342
translation : " pro Sitz, pro Monat"
341
343
- id : hub_pricing_managed_cta
342
- translation : " Jetzt registrieren "
344
+ translation : " Jetzt loslegen "
343
345
- id : hub_pricing_self_hosted_cta
344
346
translation : " Jetzt einrichten"
345
347
- id : hub_pricing_standard_benefit_1
Original file line number Diff line number Diff line change 278
278
- id : hub_header_managed_title
279
279
translation : " Managed"
280
280
- id : hub_header_managed_cta
281
- translation : " Register Now "
281
+ translation : " Get Started "
282
282
- id : hub_header_self_hosted_title
283
283
translation : " Self-Hosted"
284
284
- id : hub_header_self_hosted_cta
285
285
translation : " Deploy Now"
286
+ - id : hub_header_cta_description
287
+ translation : " Start your free 14-day trial today, no credit card required."
286
288
- id : hub_header_group_magic_alt
287
289
translation : " Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
288
290
341
343
- id : hub_pricing_standard_description
342
344
translation : " per seat, per month"
343
345
- id : hub_pricing_managed_cta
344
- translation : " Register Now "
346
+ translation : " Get Started "
345
347
- id : hub_pricing_self_hosted_cta
346
348
translation : " Jetzt einrichten"
347
349
- id : hub_pricing_standard_benefit_1
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
< h1 class ="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6 "> {{ i18n "hub_header_title" . | safeHTML }}</ h1 >
15
15
< 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 ">
17
17
< div class ="flex flex-col gap-2 ">
18
18
< p class ="block uppercase tracking-wide text-gray-700 text-xs font-bold "> {{ i18n "hub_header_managed_title" . }}</ p >
19
19
< 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">{{
23
23
< a href ="{{ .Site.LanguagePrefix }}/hub/self-hosted/ " role ="button " class ="btn btn-primary text-lg px-8 "> {{ i18n "hub_header_self_hosted_cta" . }}</ a >
24
24
</ div >
25
25
</ div >
26
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 "> {{ i18n "hub_header_cta_description" . | safeHTML }}</ p >
26
27
</ div >
27
28
</ header >
28
29
</ section >
You can’t perform that action at this time.
0 commit comments