Skip to content

Commit fd03fc4

Browse files
committed
Update Hub hero section
1 parent ac3a3e8 commit fd03fc4

File tree

3 files changed

+14
-28
lines changed

3 files changed

+14
-28
lines changed

i18n/de.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,19 +378,13 @@
378378

379379
# Hub
380380
- id: hub_header_title
381-
translation: "Sichere Zusammenarbeit in eurem Team"
381+
translation: "Datensicherheit statt bloßem Datenschutz"
382382
- id: hub_header_description
383-
translation: "Cryptomator Hub erweitert Cryptomator für euer Team oder eure Organisation – mit Zero-Knowledge-Verschlüsselung, Zugriff nur für autorisierte Personen und nahtloser Integration in eure IT-Infrastruktur. So behaltet ihr die volle Kontrolle, egal welche Cloud ihr nutzt."
384-
- id: hub_header_managed_title
385-
translation: "Managed"
386-
- id: hub_header_managed_cta
387-
translation: "Jetzt loslegen"
388-
- id: hub_header_self_hosted_title
389-
translation: "Self-Hosted"
390-
- id: hub_header_self_hosted_cta
391-
translation: "Jetzt einrichten"
392-
- id: hub_header_cta_description
393-
translation: "Startet eure kostenlose 30-Tage-Testversion noch heute, keine Kreditkarte erforderlich."
383+
translation: "Verlasse dich nicht nur auf die Versprechen deines Cloud-Anbieters. Cryptomator Hub verschlüsselt deine vertraulichen Unternehmensdaten wie personenbezogene Kundendaten oder interne Geschäftsdokumente."
384+
- id: hub_header_demo_cta
385+
translation: "Live-Demo buchen"
386+
- id: hub_header_contact_cta
387+
translation: "Vertrieb kontaktieren"
394388
- id: hub_header_group_magic_alt
395389
translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
396390

i18n/en.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,19 +378,13 @@
378378

379379
# Hub
380380
- id: hub_header_title
381-
translation: "Secure collaboration in your team"
381+
translation: "Data security, not just data protection"
382382
- id: hub_header_description
383-
translation: "Cryptomator Hub extends Cryptomator for your team or organization – with zero-knowledge encryption, access restricted to authorized users, and seamless integration into your IT infrastructure. This way, you retain full control, no matter which cloud you use."
384-
- id: hub_header_managed_title
385-
translation: "Managed"
386-
- id: hub_header_managed_cta
387-
translation: "Get Started"
388-
- id: hub_header_self_hosted_title
389-
translation: "Self-Hosted"
390-
- id: hub_header_self_hosted_cta
391-
translation: "Deploy Now"
392-
- id: hub_header_cta_description
393-
translation: "Start your free 30-day trial today, no credit card required."
383+
translation: "Don't rely solely on your cloud provider's promises. Cryptomator Hub encrypts your confidential company data, including personally identifiable information and internal business documents."
384+
- id: hub_header_demo_cta
385+
translation: "Book a Live Demo"
386+
- id: hub_header_contact_cta
387+
translation: "Contact Sales"
394388
- id: hub_header_group_magic_alt
395389
translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
396390

layouts/for-teams/single.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ <h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
2222
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
2323
<div class="flex flex-col md:flex-row gap-6 mb-4">
2424
<div class="flex flex-col gap-2">
25-
<p class="block uppercase tracking-wide text-gray-700 text-xs font-bold">{{ i18n "hub_header_managed_title" . }}</p>
26-
<a href="{{ .Site.LanguagePrefix }}/hub/managed/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-managed-cta">{{ i18n "hub_header_managed_cta" . }}</a>
25+
<a href="{{ .Site.LanguagePrefix }}/book-a-demo/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-demo-cta">{{ i18n "hub_header_demo_cta" . }}</a>
2726
</div>
2827
<div class="flex flex-col gap-2">
29-
<p class="block uppercase tracking-wide text-gray-700 text-xs font-bold">{{ i18n "hub_header_self_hosted_title" . }}</p>
30-
<a href="{{ .Site.LanguagePrefix }}/hub/self-hosted/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-self-hosted-cta">{{ i18n "hub_header_self_hosted_cta" . }}</a>
28+
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-outline-primary text-lg w-full md:w-64" data-umami-event="hub-header-contact-cta">{{ i18n "hub_header_contact_cta" . }}</a>
3129
</div>
3230
</div>
3331
<p class="font-p">{{ i18n "hub_header_cta_description" . | safeHTML }}</p>

0 commit comments

Comments
 (0)