Weiter
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user