Skip to content

Commit

Permalink
fix: tweak CTAs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcphee committed Dec 9, 2024
1 parent be1d0e9 commit a1bd27f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/marketing/templates/landing-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,9 @@ <h3 class="card-title">Real Results</h3>
<!-- CTA Section -->
<section class="py-16 bg-primary text-primary-content">
<div class="container text-center">
<h2 class="text-4xl font-bold mb-6">Ready to Transform Your Innovation Engine?</h2>
<h2 class="text-4xl font-bold mb-6">Ready to Transform Your Innovation Speed?</h2>
<div class="space-x-4">
<a href="/signup" class="btn btn-secondary btn-lg">Try It Free</a>
<a href="/contact" class="btn btn-outline btn-lg">Schedule a Demo</a>
<a href="{% url "marketing:contact" %}" class="btn btn-outline btn-lg">Get in touch</a>
</div>
</div>
</section>
Expand Down

0 comments on commit a1bd27f

Please sign in to comment.