From 573872b84bc5878f6ec5e538d577341ab9e2cc08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:19:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 483026a..9fad953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -207,7 +207,7 @@ export default function HomePage() { textPosition="left" faqs={[ { - id: "1", title: "Is my financial data secure?", content: "Yes, we use bank-level 256-bit encryption and comply with all financial regulations including PCI DSS. Your data is never shared with third parties without your consent."}, + id: "1", title: "Is my financial data secure?", content: "Yes, we use bank-level 256-bit encryption and comply with all financial regulations including PCI DSS. Our platform holds SOC 2 Type II certification and undergoes annual third-party security audits by leading cybersecurity firms to ensure the highest protection standards. Your data is never shared with third parties without your explicit consent."}, { id: "2", title: "Can I connect my bank accounts?", content: "Absolutely. We securely connect to over 10,000 financial institutions. Your credentials are encrypted and we never store them on our servers."}, { -- 2.49.1