Skip to content

Commit 4386a3e

Browse files
committed
Update contact page to clarify how to get support
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent e6d0c79 commit 4386a3e

1 file changed

Lines changed: 53 additions & 5 deletions

File tree

contact.html

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,65 @@
33
---
44

55
<div class="bg-white py-16 px-4 overflow-hidden sm:px-6 lg:px-8 lg:py-24">
6-
<div class="relative max-w-3xl mx-auto">
7-
<div class="texyarn add @tailwindcss/uit-center">
6+
<div class="relative max-w-5xl mx-auto">
7+
<div class="text-center">
88
<h2 class="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
99
Contact us
1010
</h2>
1111
<p class="mt-4 text-lg leading-6 text-gray-500">
12-
There are a myriad of ways to use inlets for network automation and connectivity. Reach out to us via the form below to talk to our team.
12+
Choose the right route for your enquiry so we can respond quickly.
13+
</p>
14+
<p class="mt-3 text-base leading-6 text-gray-500">
15+
Inlets is a product developed by OpenFaaS Ltd.
16+
</p>
17+
</div>
18+
19+
<div class="mt-10 rounded-lg border border-yellow-200 bg-yellow-50 p-5">
20+
<h3 class="text-base leading-6 font-semibold text-yellow-900">
21+
The contact form is not for support requests
22+
</h3>
23+
<p class="mt-2 text-sm leading-5 text-yellow-800">
24+
If you use the form for support or billing questions, you will be asked to send an email as directed below.
1325
</p>
1426
</div>
15-
<div class="mt-12">
16-
<a class="underline inlets-blue-900" href="https://forms.gle/YpbcKgMEnKeMCZkV6">Send your details</a>
27+
28+
<div class="mt-8 grid gap-6 sm:grid-cols-2">
29+
<div class="rounded-lg border border-indigo-200 bg-indigo-50 p-6">
30+
<p class="text-sm leading-5 font-semibold uppercase tracking-wide text-indigo-700">
31+
Support and billing
32+
</p>
33+
<h3 class="text-lg leading-6 font-semibold text-gray-900">
34+
Existing inlets customers
35+
</h3>
36+
<p class="mt-3 text-base leading-6 text-gray-600">
37+
If you already have an inlets license, please email support for technical help, license questions, billing, renewals, or account changes.
38+
</p>
39+
<a class="mt-5 inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700" href="mailto:support@openfaas.com">
40+
Email support@openfaas.com
41+
</a>
42+
</div>
43+
44+
<div class="rounded-lg border border-gray-200 bg-white p-6">
45+
<p class="text-sm leading-5 font-semibold uppercase tracking-wide text-gray-500">
46+
Before you buy
47+
</p>
48+
<h3 class="text-lg leading-6 font-semibold text-gray-900">
49+
Pre-sales enquiries
50+
</h3>
51+
<p class="mt-3 text-base leading-6 text-gray-600">
52+
If you are evaluating inlets, use the form for pricing, architecture, trial, procurement, or fit questions.
53+
</p>
54+
<div class="mt-4 rounded-md bg-gray-50 p-4 text-sm leading-5 text-gray-600">
55+
<p class="font-medium text-gray-900">How you'll hear from us</p>
56+
<ul class="mt-2 list-disc pl-5">
57+
<li>Replies may come from @openfaas.com or @inlets.dev.</li>
58+
<li>Check spam or quarantine if you do not see a response within 1-2 working days.</li>
59+
</ul>
60+
</div>
61+
<a class="mt-5 inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700" href="https://forms.gle/YpbcKgMEnKeMCZkV6">
62+
Open pre-sales form
63+
</a>
64+
</div>
1765
</div>
1866
</div>
1967
</div>

0 commit comments

Comments
 (0)