2024-11-17 16:31:17 +11:00
|
|
|
{{ define "main" }}
|
|
|
|
<!-- Hero Section -->
|
2024-11-17 22:49:12 +11:00
|
|
|
{{ if .Content }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|
2024-11-17 16:31:17 +11:00
|
|
|
|
|
|
|
<!-- CTA Section -->
|
|
|
|
<section class="section bg-primary-600">
|
|
|
|
<div class="container">
|
|
|
|
<div class="text-center max-w-3xl mx-auto">
|
|
|
|
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">Ready to Transform Your User Experience?</h2>
|
|
|
|
<p class="text-xl text-primary-100 mb-8">Join thousands of companies already using our platform to drive growth.</p>
|
|
|
|
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
|
|
|
<a href="#" class="btn bg-white text-primary-600 hover:bg-gray-100">
|
|
|
|
Get Started Free
|
|
|
|
</a>
|
|
|
|
<a href="#" class="btn border-2 border-white text-white hover:bg-primary-700">
|
|
|
|
Schedule Demo
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{{ end }}
|