From dafa43519681b61bf08c8cc044138f0dfffba154 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:06:45 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index f331ec1..4d03f78 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -105,6 +105,9 @@ export default function PrivacyPolicyPage() { ] } ]} + titleClassName="text-foreground" + headingClassName="text-foreground" + contentClassName="text-foreground" /> @@ -147,6 +150,10 @@ export default function PrivacyPolicyPage() { ]} copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile." ariaLabel="WhitePop Pro footer" + logoTextClassName="text-foreground" + columnTitleClassName="text-foreground" + columnItemClassName="text-foreground" + copyrightTextClassName="text-foreground" />