Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 4 additions & 28 deletions source/pricing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,6 @@
</div>
</section>

{{-- Talk to our team --}}
<section class="py-5 bg-light text-center" id="contact-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7">
<h2 class="fw-bold mb-3">{{ $page->t("Talk to our team") }}</h2>
<p class="fs-5 text-muted mb-4">
{{ $page->t("While public pricing is not yet available, our team can help you understand the best option for your organization.") }}
</p>
<a href="{{ locale_url($page, 'contact-us') }}" class="btn ud-btn-solid-brand">
{{ $page->t("Talk to our team") }}
</a>
</div>
</div>
</div>
</section>

{{-- Available commercial options --}}
<section class="py-5 bg-white" id="pricing-plans">
<div class="container py-4">
Expand All @@ -62,11 +45,6 @@
<h3>{{ $page->t("Business") }}</h3>
<p class="ud-pricing-tagline">{{ $page->t("For organizations that need support, guidance, and a tailored LibreSign adoption path.") }}</p>
</div>
<div class="ud-pricing-footer">
<a href="{{ locale_url($page, 'contact-us') }}" class="btn ud-btn-outline-brand">
{{ $page->t("Request information") }}
</a>
</div>
</div>
</div>

Expand All @@ -76,11 +54,6 @@
<h3>{{ $page->t("API Integration") }}</h3>
<p class="ud-pricing-tagline">{{ $page->t("For organizations that want to integrate LibreSign with existing systems and workflows.") }}</p>
</div>
<div class="ud-pricing-footer">
<a href="{{ locale_url($page, 'contact-us') }}" class="btn ud-btn-outline-brand">
{{ $page->t("Discuss integration") }}
</a>
</div>
</div>
</div>

Expand All @@ -92,7 +65,10 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7">
<h2 class="fw-bold mb-3">{{ $page->t('Need more features?') }}</h2>
<h2 class="fw-bold mb-3">{{ $page->t("Talk to our team") }}</h2>
<p class="fs-5 text-muted mb-4">
{{ $page->t("While public pricing is not yet available, our team can help you understand the best option for your organization.") }}
</p>
<a href="{{ locale_url($page, 'contact-us') }}" class="btn ud-btn-solid-brand">
{{ $page->t('Talk to sales') }}
</a>
Expand Down
Loading