Skip to content

Commit 0732c35

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
update pricing section copy
1 parent e5a7670 commit 0732c35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/src/views/lander.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const LandingPage = ({ t, theme, ...S }) => {
169169
<span className="amount">0.01</span>
170170
<span className="rate">/100</span>
171171
</div>
172-
<div className="pricing-table-description">Next 9.5M Requests (Tier 1)</div>
172+
<div className="pricing-table-description">500K - 10M requests</div>
173173
</div>
174174

175175
<div className="pricing-table-row">
@@ -178,7 +178,7 @@ const LandingPage = ({ t, theme, ...S }) => {
178178
<span className="amount">0.01</span>
179179
<span className="rate">/200</span>
180180
</div>
181-
<div className="pricing-table-description">Following 40M Requests (Tier 2)</div>
181+
<div className="pricing-table-description">10M - 50M requests</div>
182182
</div>
183183

184184
<div className="pricing-table-row">
@@ -187,15 +187,15 @@ const LandingPage = ({ t, theme, ...S }) => {
187187
<span className="amount">0.01</span>
188188
<span className="rate">/500</span>
189189
</div>
190-
<div className="pricing-table-description">Beyond 50M Requests (Tier 3)</div>
190+
<div className="pricing-table-description">50M - 100M requests</div>
191191
</div>
192192

193193
<div className="pricing-table-row">
194194
<div className="pricing-table-price">
195195
<span className="currency">$</span>
196196
<span className="amount">4,000</span>
197197
</div>
198-
<div className="pricing-table-description" style={{lineHeight: `15px`}}>Above 100M Requests (Unlimited Usage)</div>
198+
<div className="pricing-table-description" style={{lineHeight: `15px`}}>100M+ requests (Unlimited Usage)</div>
199199
</div>
200200
</div>
201201
<p className="font-p2 text-gray"><a href="mailto:[email protected]">Contact Support</a> now if you are looking for more tailored plans designed for high-volume and enterprise-grade applications.</p>

www/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ table th {
972972

973973
/* HEADER END */
974974

975-
body > .container, .navbar > .container, > .container, .content-wrap > div > .container, footer > .container {
975+
body > .container, .navbar > .container, body > .container, .content-wrap > div > .container, footer > .container {
976976
max-width: 1000px;
977977
}
978978

0 commit comments

Comments
 (0)