mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:51:54 +02:00
style: increase CTA vertical padding to py-10
This commit is contained in:
parent
a0b934f983
commit
2ad1929c01
1 changed files with 13 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
{{/* CTA Shortcode */}}
|
||||
<section class="section bg-primary-600">
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
<div class="text-center max-w-3xl mx-auto">
|
||||
<div class="bg-primary-600 rounded-lg">
|
||||
<div class="text-center max-w-3xl mx-auto px-6 py-10">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">{{ .Get "title" | default "Ready to Transform Your User Experience?" }}</h2>
|
||||
<p class="text-xl text-primary-100 mb-8">{{ .Get "description" | default "Join thousands of companies already using our platform to drive growth." }}</p>
|
||||
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
||||
|
@ -14,4 +15,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue