Skip to content

Commit 746efd6

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
add a new pricing card
1 parent 52de3cc commit 746efd6

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

client/src/views/lander.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,23 @@ const LandingPage = ({ t, theme, ...S }) => {
198198
<div className="pricing-table-description" style={{lineHeight: `15px`}}>100M+ requests (Unlimited Usage)</div>
199199
</div>
200200
</div>
201-
<p className="font-p2 text-gray"><a href="mailto:explorer-support@blockstream.com">Contact Support</a> now if you are looking for more tailored plans designed for high-volume and enterprise-grade applications.</p>
202201
<a href="https://dashboard.blockstream.info" target="_blank" className="g-btn primary-btn">GET YOUR API KEY</a>
203202
</div>
203+
<div className="pricing-card">
204+
<img src={`${staticRoot}img/icons/server-icon.svg`} alt="icon" />
205+
<span className="pricing-term">ENTERPRISE DEPLOYMENT</span>
206+
<div className="pricing-table">
207+
<p className="font-p2 text-gray my-1">For high-volume, mission-critical use cases, get dedicated Explorer API infrastructure with tailored setups.</p>
208+
<ul className="font-p2 text-gray">
209+
<li>Guaranteed geo-availability across regions</li>
210+
<li>Single or multi-tenant options</li>
211+
<li>Electrum RPC and REST endpoints</li>
212+
<li>Enhanced privacy and reliability</li>
213+
</ul>
214+
215+
</div>
216+
<a href="mailto:explorer-enterprise@blockstream.com" target="_blank" className="g-btn primary-btn">CONTACT US</a>
217+
</div>
204218
</div>
205219
</div>
206220

www/img/icons/server-icon.svg

Lines changed: 38 additions & 0 deletions
Loading

www/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ h3.table-title{
33053305
.pricing-card img {
33063306
max-width: 56px;
33073307
width: 100%;
3308-
margin-bottom: 16px;
3308+
margin-bottom: 26px;
33093309
}
33103310

33113311
.pricing-term {
@@ -3347,6 +3347,14 @@ h3.table-title{
33473347

33483348
.pricing-card .g-btn {
33493349
font-size: 14px;
3350+
margin-top: auto;
3351+
}
3352+
3353+
@media only screen and (max-width: 820px) {
3354+
.pricing-card .g-btn {
3355+
margin-top: 16px;
3356+
}
3357+
33503358
}
33513359

33523360
.pricing-table {

0 commit comments

Comments
 (0)