...
This commit is contained in:
@@ -25,14 +25,13 @@ export function CtaSection({ block }: { block: CtaSectionBlock }) {
|
||||
{t(block.title)}
|
||||
</h2>
|
||||
{block.subtitle && (
|
||||
<p
|
||||
<div
|
||||
className={cn(
|
||||
"mt-4 text-base sm:text-lg leading-relaxed",
|
||||
isPrimary ? "text-primary-foreground/85" : "text-foreground/80",
|
||||
)}
|
||||
>
|
||||
{t(block.subtitle)}
|
||||
</p>
|
||||
dangerouslySetInnerHTML={{ __html: t(block.subtitle) }}
|
||||
/>
|
||||
)}
|
||||
<Button
|
||||
asChild
|
||||
|
||||
Reference in New Issue
Block a user