Skip to content

Commit b9c7035

Browse files
committed
Simplify solution pages to single CTA button
1 parent a24b13b commit b9c7035

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

i18n/de.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@
10841084
# Solutions Single
10851085
- id: solutions_hero_get_started
10861086
translation: "Jetzt loslegen"
1087-
- id: solutions_hero_book_demo
1088-
translation: "Demo buchen"
10891087
- id: solutions_trusted_by_title
10901088
translation: "Vertrauen von 100+ Organisationen weltweit"
10911089
- id: solutions_single_contact_title

i18n/en.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@
10841084
# Solutions Single
10851085
- id: solutions_hero_get_started
10861086
translation: "Get Started"
1087-
- id: solutions_hero_book_demo
1088-
translation: "Book a Demo"
10891087
- id: solutions_trusted_by_title
10901088
translation: "Trusted by 100+ organizations worldwide"
10911089
- id: solutions_single_contact_title

layouts/solutions/single.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@
1111
</div>
1212
<h1 class="font-h1 mb-6">{{ .Params.hero_title | default .Title }}</h1>
1313
<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>
2116
</div>
2217
</div>
2318
</header>

0 commit comments

Comments
 (0)