feat: Add Counsellor link to sidebar and implement call request section in study destination template

This commit is contained in:
2025-08-20 11:41:26 +05:45
parent f422cba1ac
commit ec8d3505f8
4 changed files with 49 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
<div class="cta-wrapper open-intouch">
<div class="phone-icon-top">
<svg viewBox="0 0 24 24">
<path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>
</svg>
</div>
<a href="#" class="cta-button-call">
<span class="cta-text">Click here to book a Free Counselling</span>
<div class="cta-accent"></div>
</a>
</div>

View File

@@ -162,5 +162,6 @@
</div>
</section>
@endif
@include('client.raffles.pages.call-request')
</section>
@endsection