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

@@ -27,7 +27,7 @@ export function TrustPanel() {
<h2 className="text-3xl font-bold tracking-tight text-cloud sm:text-4xl">
Your Security & Trust Are Our Priority
</h2>
<p className="mt-6 text-lg leading-8 text-slate-300">
<p className="mt-6 text-lg leading-8 text-cloud/90">
We understand the sensitive nature of your financial information. That's why we've implemented the highest security standards to protect your data.
</p>
</div>
@@ -42,7 +42,7 @@ export function TrustPanel() {
<CardTitle className="text-cloud">{feature.title}</CardTitle>
</CardHeader>
<CardContent>
<CardDescription className="text-slate-300">
<CardDescription className="text-cloud/90">
{feature.description}
</CardDescription>
</CardContent>