disaster-recovery-website/_layouts/pricing.html

35 lines
1.0 KiB
HTML
Raw Normal View History

2024-06-26 15:57:15 +00:00
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<main>
<section class="flex-container">
<div class="flex-container-inner">
<h1>Pricing</h1>
2024-09-05 16:59:32 +00:00
<p>
We use simple pricing. There is no setup fee. Our flat
fee is USD $10,000/yr which includes up to 10mb of
storage. All paying customers additionally get
discounted expedited recoveries.
</p>
<p>
Expedited recoveries start at $30,000, and depend on the
complexity of the Recovery Rules the client uses. You
may contact `sales at distrust.co` for more details.
</p>
2024-06-26 15:57:15 +00:00
</div>
</section>
</main>
{%- include footer.html -%}
</div>
</body>
</html>