Files
doormile-site/includes/sections/about/cta.php
2026-05-26 14:20:01 +05:30

21 lines
1.0 KiB
PHP

<div class="we-container">
<div class="we-cta reveal">
<div class="we-cta-inner">
<h2 class="we-cta-title">Ready to Start<br><em>Your Journey?</em></h2>
<p class="we-cta-sub">Join our Women Entrepreneurship program and become part of <br>
India's fastest-growing logistics network.</p>
<div class="we-cta-btns">
<a href="#" class="btn-we-primary" style="text-decoration: none;">
Apply Now
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12" />
<polyline points="12 5 19 12 12 19" />
</svg>
</a>
<!-- <a href="#" class="btn-we-outline">Learn More</a> -->
</div>
</div>
</div>
</div>