This commit is contained in:
2025-08-26 15:49:04 +02:00
parent 0e6eca974b
commit 8d2135ead8
12 changed files with 101 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ export function CTASection({
<h2 className={`text-3xl font-bold tracking-tight ${textClass} sm:text-4xl`}>
{title}
</h2>
<p className={`mt-6 text-lg leading-8 ${isDark ? 'text-slate-300' : 'text-slate-100'}`}>
<p className={`mt-6 text-lg leading-8 ${isDark ? 'text-cloud/90' : 'text-slate-100'}`}>
{description}
</p>
<div className="mt-8 flex items-center justify-center gap-x-6">