Skip to content

Commit 8213374

Browse files
committed
added home header kicker
1 parent 3bd71c7 commit 8213374

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

i18n/de.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@
303303
translation: "Community beitreten"
304304

305305
# Home
306+
- id: home_header_kicker
307+
translation: "150.000+ Nutzer vertrauen auf unseren Schutz"
306308
- id: home_header_title
307309
translation: "Cloud verschlüsseln, Privatsphäre schützen"
308310
- id: home_header_description

i18n/en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@
303303
translation: "Join Community"
304304

305305
# Home
306+
- id: home_header_kicker
307+
translation: "150,000+ users trust us to protect their privacy"
306308
- id: home_header_title
307309
translation: "Encrypt your cloud, protect your privacy"
308310
- id: home_header_description

layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<img data-src="/img/home/woman-cloud.png" class="lazyload aspect-714/622 w-full object-scale-down mx-auto lg:w-3/4 animate-hover" alt="{{ i18n "home_header_woman_cloud_alt" . }}"/>
1818
</div>
1919
<div class="w-full md:w-2/3 lg:w-3/5">
20+
<p class="uppercase tracking-widest text-gray-300 font-medium mb-4">{{ i18n "home_header_kicker" }}</p>
2021
<h1 class="font-h1 mb-6">{{ i18n "home_header_title" . | safeHTML }}</h1>
2122
<p class="text-lg md:text-xl leading-relaxed text-gray-300 mb-6">{{ i18n "home_header_description" . | safeHTML }}</p>
2223
<div class="flex flex-col md:flex-row gap-6">

0 commit comments

Comments
 (0)