add more prominent cta to service detail
This commit is contained in:
parent
1911a1211b
commit
cbb5a4a1cb
2 changed files with 27 additions and 17 deletions
|
@ -100,7 +100,9 @@
|
|||
<div class="col-12 col-lg-9">
|
||||
<div class="pr-lg-32">
|
||||
<!-- Header -->
|
||||
<div class="pt-60 pb-lg-60 w-lg-70">
|
||||
<div class="pt-60 pb-lg-60">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<header>
|
||||
<h2 class="fs-50 fw-semibold lh-1 mb-12">{{ service.name }}</h2>
|
||||
</header>
|
||||
|
@ -118,6 +120,14 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 d-flex align-items-center justify-content-lg-end mt-4 mt-lg-0">
|
||||
<a href="#getit" class="btn btn-primary btn-lg px-4 py-2 fw-semibold d-flex align-items-center">
|
||||
<i class="bi bi-cart me-2"></i>Get It
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Description -->
|
||||
<div class="pt-40 pt-lg-34">
|
||||
<h3 class="fs-24 fw-semibold lh-1 mb-12">Overview</h3>
|
||||
|
@ -137,7 +147,7 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- CTA -->
|
||||
<div class="pt-24">
|
||||
<div class="pt-24" id="getit">
|
||||
<div class="page-action">
|
||||
{% if service.offerings.exists %}
|
||||
<h3 class="fs-24 fw-semibold lh-1 mb-12">Get it on</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue