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