-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (110 loc) · 4.12 KB
/
index.html
File metadata and controls
133 lines (110 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: default
canonicalUrl: "https://www.testingpays.com/"
---
<section id="hero" class="hero-section d-flex align-items-top">
<div class="container">
<div class="row">
<div class="col text-center">
<h1 hidden>Payments Testing</h1>
<h2 class="title mb-4">
We are changing how e-commerce is built
</h2>
<p class="description mx-auto">
Whether you are a <span class="keyword">freelancer</span> or a large <span class="keyword">enterprise</span> team, you can build, test and scale your payments systems with <span class="keyword">confidence</span>.
</p>
</div>
</div>
<div class="row">
<div class="col text-center">
<a href="https://admin.testingpays.com/sign-up" class="btn btn-lg btn-primary btn-shadow btn-long mt-2 mr-1 ml-1">Signup</a>
<a href="/features" class="btn btn-lg btn-light btn-shadow btn-long mt-2 mr-1 ml-1">Features</a>
</div>
</div>
</div>
</section>
{% include brands_bar.html %}
<section id="benefits" class="benefits-section">
<div class="container">
<div class="row">
<div class="col col-lg-4">
<div class="d-flex flex-column">
<div class="card">
<div class="card-body">
<h5 class="card-title">Painless Integrations</h5>
<p class="card-text">
Get going faster with your payments integrations and features.
</p>
<i class="fas fa-caret-right right"></i>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Payment API Simulators</h5>
<p class="card-text">
A single, turbo-charged sandbox under your control. No more sandbox frustration.
</p>
<i class="fas fa-caret-right right"></i>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">Continuous Improvement</h5>
<p class="card-text">
Leave no payment behind. Finally you can test all payments scenarios painlessly.
</p>
<i class="fas fa-caret-right right"></i>
</div>
</div>
</div>
</div>
<div class="col d-none d-lg-block dashboard-image">
<img class="dashboard-image" src="img/backend/reporting-dashboard.png">
</div>
</div>
<div class="row">
<div class="col d-lg-none text-center">
<img class="dashboard-image" src="img/backend/reporting-dashboard.png">
</div>
</div>
</div>
</section>
{% include runkit.html %}
<section id="business" class="business-section text-center">
<div class="container">
<div class="row">
<div class="col">
<h2 class="title">Why use Testing Pays</h2>
</div>
</div>
<br/>
<div class="row">
<div class="icon-container col-lg">
<i class="far fa-clock fa-3x mb-2"></i>
<br/>
<p class="title">50% Less Dev Time</p>
<p class="text mx-auto">Our simulators enable your team to roll out new payment options in half the time. The more payment options for customers, the greater your revenue. </p>
</div>
<div class="icon-container col-lg">
<i class="fas fa-chart-line fa-3x mb-2"></i>
<br/>
<p class="title">Build Better Checkout Flows</p>
<p class="text mx-auto">Our simulators give you the controls and tools to analyse and find improvements for your customer checkout experience.</p>
</div>
<div class="icon-container col-lg">
<i class="fas fa-trophy fa-3x mb-2"></i>
<br/>
<p class="title">Protect Revenues</p>
<p class="text mx-auto">We make continuous testing of you customer payments easy. Prevent software bugs that cause payments errors and outages.</p>
</div>
</div>
<br/>
<br/>
<div class="row">
<div class="col">
<a href="/getting-started" class="btn btn-primary btn-long btn-shadow">Learn More</a>
</div>
</div>
</div>
</section>
{% include testimonials.html %}