Skip to content

Commit 24f3a28

Browse files
committed
Add Premium Subscription to homepage
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 11cad8f commit 24f3a28

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

_includes/landing-page/landing-bottom-cta-cards.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey
1818
</div>
1919

2020
<a href="https://docs.openfaas.com/deployment/" target="_blank" class="button is-primary is-large">
21-
<span class="icon"><i class="fas fa-file-alt"></i></span>
21+
<span class="icon"><i class="fas fa-cloud"></i></span>
2222
<span>DEPLOY OPENFAAS NOW</span>
2323
</a>
2424
</div>
@@ -31,16 +31,16 @@ <h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey
3131
</figure>
3232
</div>
3333
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
34-
Upgrade to OpenFaaS Cloud
34+
Upgrade to a Premium Subscription
3535
</h1>
3636
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
37-
OpenFaaS supercharged with multi-user capabilities, CI/CD, governance and dashboards.
37+
Enable enterprise-grade authentication, get an architecture review, and prioritized responses on GitHub.
3838
</h1>
3939

4040
</div>
41-
<a href="https://docs.openfaas.com/openfaas-cloud/intro/" target="_blank" class="button is-primary is-large">
42-
<span class="icon"><i class="fas fa-cloud"></i></span>
43-
<span>LEARN MORE</span>
41+
<a href="/support/" target="_blank" class="button is-primary is-large">
42+
<span class="icon"><i class="fas fa-file-alt"></i></span>
43+
<span>BUY NOW</span>
4444
</a>
4545
</div>
4646
</div>

_includes/landing-page/landing-contact.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ <h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
77
Alex Ellis is the creator and founder of OpenFaaS Ltd and a CNCF Ambassador
88
</h1>
99
<h1 class="title has-text-weight-light is-size-4 is-size-4-desktop has-text-grey">
10-
Partner with OpenFaaS Ltd for consulting, professional services, and training on: Serverless, Kubernetes and Cloud Native.
10+
Partner with OpenFaaS Ltd for consulting, support, and training.
1111
</h1>
1212
</div>
13-
<a href="mailto:sales@openfaas.com" target="_top" class="button is-primary is-large">
14-
<span class="icon"><i class="fas fa-envelope-open-text"></i></span>
15-
<span>CONTACT SALES</span>
13+
<a href="/consulting/" target="_top" class="button is-primary is-large">
14+
<span class="icon"><i class="far fa-file-alt"></i></span>
15+
<span>CONSULTING</span>
1616
</a>
1717
</div>
1818
</div>

_includes/support-page/support-cards.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ <h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey
1717
<p style="padding-bottom: 20px">Buy a Premium Subscription and enjoy:</p>
1818

1919
<ul style="text-align: left; padding-left: 20px; list-style-type: square;">
20-
<li>Commercial add-ons: OIDC / OAuth2 authentication module</li>
21-
<li>Prioritization for GitHub issues and PRs</li>
20+
<li>Initial Cloud Native Architecture Review</li>
21+
<li>Prioritized responses on GitHub Issues and PRs</li>
22+
<li>Backlog review and prioritization every 3-6 months</li>
2223
<li>Expert OSS advice and advocacy in upstream projects</li>
23-
<li>Backlog review and prioritization every 3 months</li>
2424
<li>Notification of security issues and CVEs</li>
25+
<li>Commercial add-ons: OIDC / OAuth2 authentication and SSO</li>
2526
</ul>
2627
</h1>
2728

0 commit comments

Comments
 (0)