Content Lockup button fixed

This commit is contained in:
adilallo
2025-08-19 23:16:13 -06:00
parent 445e812e9c
commit 6e274124c3
3 changed files with 35 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
description={description}
ctaText={ctaText}
ctaHref={ctaHref}
buttonClassName="shrink-0 whitespace-nowrap min-w-[280px]"
/>
</div>