File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1084
1084
# Solutions Single
1085
1085
- id : solutions_hero_get_started
1086
1086
translation : " Jetzt loslegen"
1087
- - id : solutions_hero_book_demo
1088
- translation : " Demo buchen"
1089
1087
- id : solutions_trusted_by_title
1090
1088
translation : " Vertrauen von 100+ Organisationen weltweit"
1091
1089
- id : solutions_single_contact_title
Original file line number Diff line number Diff line change 1084
1084
# Solutions Single
1085
1085
- id : solutions_hero_get_started
1086
1086
translation : " Get Started"
1087
- - id : solutions_hero_book_demo
1088
- translation : " Book a Demo"
1089
1087
- id : solutions_trusted_by_title
1090
1088
translation : " Trusted by 100+ organizations worldwide"
1091
1089
- id : solutions_single_contact_title
Original file line number Diff line number Diff line change 11
11
</ div >
12
12
< h1 class ="font-h1 mb-6 "> {{ .Params.hero_title | default .Title }}</ h1 >
13
13
< p class ="lead mb-8 max-w-4xl mx-auto "> {{ .Params.hero_description | default .Description | safeHTML }}</ p >
14
- < div class ="flex flex-col md:flex-row gap-6 mb-6 justify-center ">
15
- < div class ="flex flex-col gap-2 ">
16
- < a href ="{{ .Site.LanguagePrefix }}/for-teams/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 " data-umami-event ="solutions-get-started "> {{ i18n "solutions_hero_get_started" . }}</ a >
17
- </ div >
18
- < div class ="flex flex-col gap-2 ">
19
- < a href ="{{ .Site.LanguagePrefix }}/book-a-demo/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 " data-umami-event ="solutions-book-demo "> {{ i18n "solutions_hero_book_demo" . }}</ a >
20
- </ div >
14
+ < div class ="flex justify-center mb-6 ">
15
+ < a href ="{{ .Site.LanguagePrefix }}/for-teams/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 " data-umami-event ="solutions-get-started "> {{ i18n "solutions_hero_get_started" . }}</ a >
21
16
</ div >
22
17
</ div >
23
18
</ header >
You can’t perform that action at this time.
0 commit comments