Skip to content

Commit e5a7670

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
updated content of the explorer api page
1 parent 0f6e9c2 commit e5a7670

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

client/src/views/lander.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const LandingPage = ({ t, theme, ...S }) => {
3838
<div className="hero-text">
3939
<h1 className="font-h1">Powering Bitcoin and Liquid Applications with Real-Time Blockchain Data</h1>
4040
<p className="font-p1 text-gray">Built to simplify development and enhance performance for existing Bitcoin and Liquid applications, the Blockstream Explorer API offers faster address lookups, robust DoS protection, and seamless integration.</p>
41-
<a href="https://blockstream.com/explorerbeta" target="_blank" className="g-btn primary-btn">JOIN THE OPEN BETA</a>
41+
<a href="https://dashboard.blockstream.info" target="_blank" className="g-btn primary-btn">GET YOUR API KEY</a>
4242
</div>
4343
<div className="hero-image">
4444
<img src={`${staticRoot}img/hero-explorer-api.svg`} alt="Hero Image" />
@@ -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 15M Requests</div>
172+
<div className="pricing-table-description">Next 9.5M Requests (Tier 1)</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 15M Requests</div>
181+
<div className="pricing-table-description">Following 40M Requests (Tier 2)</div>
182182
</div>
183183

184184
<div className="pricing-table-row">
@@ -187,19 +187,19 @@ 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 30M Requests</div>
190+
<div className="pricing-table-description">Beyond 50M Requests (Tier 3)</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 60M Requests Unlimited Usage</div>
198+
<div className="pricing-table-description" style={{lineHeight: `15px`}}>Above 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>
202-
<a href="https://blockstream.com/explorerbeta" target="_blank" className="g-btn primary-btn">JOIN THE OPEN BETA NOW</a>
202+
<a href="https://dashboard.blockstream.info" target="_blank" className="g-btn primary-btn">GET YOUR API KEY</a>
203203
</div>
204204
</div>
205205
</div>

www/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3359,7 +3359,7 @@ h3.table-title{
33593359
}
33603360

33613361
.pricing-table-row {
3362-
gap: 30px;
3362+
gap: 17px;
33633363
margin: 4px 0;
33643364
}
33653365

0 commit comments

Comments
 (0)