Skip to content

Commit 6fe4a9d

Browse files
committed
Simplify Hub CTA
1 parent 4ffec79 commit 6fe4a9d

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

i18n/de.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,10 @@
385385
translation: "Datensicherheit statt bloßem Datenschutz"
386386
- id: hub_header_description
387387
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."
388-
- id: hub_header_demo_cta
389-
translation: "Live-Demo buchen"
390-
- id: hub_header_contact_cta
391-
translation: "Vertrieb kontaktieren"
392-
- id: hub_header_deployment_link
393-
translation: "Bereit, mit Cryptomator Hub zu starten?"
388+
- id: hub_header_managed_cta
389+
translation: "Jetzt anmelden"
390+
- id: hub_header_managed_cta_description
391+
translation: "Startet eure kostenlose 30-Tage-Testversion noch heute, keine Kreditkarte erforderlich."
394392
- id: hub_header_group_magic_alt
395393
translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
396394

i18n/en.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,10 @@
385385
translation: "Data security, not just data protection"
386386
- id: hub_header_description
387387
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."
388-
- id: hub_header_demo_cta
389-
translation: "Book a Live Demo"
390-
- id: hub_header_contact_cta
391-
translation: "Contact Sales"
392-
- id: hub_header_deployment_link
393-
translation: "Ready to get started with Cryptomator Hub?"
388+
- id: hub_header_managed_cta
389+
translation: "Sign Up Now"
390+
- id: hub_header_managed_cta_description
391+
translation: "Start your free 30-day trial today, no credit card required."
394392
- id: hub_header_group_magic_alt
395393
translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
396394

layouts/for-teams/single.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@
1818
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1919
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
2020
<div class="flex flex-col md:flex-row gap-6 mb-4">
21-
<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>
22-
<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>
21+
<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>
2322
</div>
24-
<p class="font-p">
25-
<a href="#deployment" class="text-gray-700 hover:text-gray-900" data-umami-event="hub-header-deployment-link">
26-
<i class="fa-solid fa-arrow-down"></i> {{ i18n "hub_header_deployment_link" . }}
27-
</a>
28-
</p>
23+
<p class="font-p">{{ i18n "hub_header_managed_cta_description" . | safeHTML }}</p>
2924
</div>
3025
</header>
3126
</section>

0 commit comments

Comments
 (0)