Skip to content

Commit 56726d6

Browse files
committed
added titles to header cta
1 parent c478b5b commit 56726d6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

i18n/de.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,12 @@
307307
translation: "Mit Cryptomator liegt der Schlüssel zu deinen Daten bei dir. Durch Cryptomator sicherst und verschlüsselst du deine sensiblen Daten in deiner Lieblingscloud. So bleiben sie privat und vor unbefugtem Zugriff geschützt."
308308
- id: home_header_woman_cloud_alt
309309
translation: "Entspannte Frau auf einer Wolke, die durch ein Schloss gesichert ist"
310+
- id: home_header_for_individuals_title
311+
translation: "Kostenloser Download"
310312
- id: home_header_for_individuals_cta
311313
translation: "Für Einzelnutzer"
314+
- id: home_header_for_teams_title
315+
translation: "Kostenlose 30-Tage-Testversion"
312316
- id: home_header_for_teams_cta
313317
translation: "Für Teams"
314318
- id: home_get_started_title

i18n/en.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,12 @@
307307
translation: "With Cryptomator, the key to your data is in your hands. Cryptomator secures and encrypts your sensitive data in your favorite cloud service. So you can rest assured that only you can access your data."
308308
- id: home_header_woman_cloud_alt
309309
translation: "Relaxed woman on a cloud secured by a lock"
310+
- id: home_header_for_individuals_title
311+
translation: "Free Download"
310312
- id: home_header_for_individuals_cta
311313
translation: "For Individuals"
314+
- id: home_header_for_teams_title
315+
translation: "Free 30-Day Trial"
312316
- id: home_header_for_teams_cta
313317
translation: "For Teams"
314318
- id: home_get_started_title

layouts/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<h1 class="font-h1 mb-6">{{ i18n "home_header_title" . | safeHTML }}</h1>
2121
<p class="text-lg md:text-xl leading-relaxed text-gray-300 mb-6">{{ i18n "home_header_description" . | safeHTML }}</p>
2222
<div class="flex flex-col md:flex-row gap-6">
23-
<a href="{{ .Site.LanguagePrefix }}/for-individuals/" role="button" class="btn btn-primary text-lg w-full md:w-64 plausible-event-name=home-header-individuals-cta" data-umami-event="home-header-individuals-cta">{{ i18n "home_header_for_individuals_cta" . }}</a>
24-
<a href="{{ .Site.LanguagePrefix }}/for-teams/" role="button" class="btn btn-primary text-lg w-full md:w-64 plausible-event-name=home-header-teams-cta" data-umami-event="home-header-teams-cta">{{ i18n "home_header_for_teams_cta" . }}</a>
23+
<div class="flex flex-col gap-2">
24+
<p class="block uppercase tracking-wide text-gray-300 text-xs font-bold">{{ i18n "home_header_for_individuals_title" . }}</p>
25+
<a href="{{ .Site.LanguagePrefix }}/for-individuals/" role="button" class="btn btn-primary text-lg w-full md:w-64 plausible-event-name=home-header-individuals-cta" data-umami-event="home-header-individuals-cta">{{ i18n "home_header_for_individuals_cta" . }}</a>
26+
</div>
27+
<div class="flex flex-col gap-2">
28+
<p class="block uppercase tracking-wide text-gray-300 text-xs font-bold">{{ i18n "home_header_for_teams_title" . }}</p>
29+
<a href="{{ .Site.LanguagePrefix }}/for-teams/" role="button" class="btn btn-primary text-lg w-full md:w-64 plausible-event-name=home-header-teams-cta" data-umami-event="home-header-teams-cta">{{ i18n "home_header_for_teams_cta" . }}</a>
30+
</div>
2531
</div>
2632
</div>
2733
</header>

0 commit comments

Comments
 (0)