From 1b28e6b454cae564f3cafcae7a72784d63046e7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:06:44 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c0670a5..f5b3706 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,6 +79,11 @@ export default function ContactPage() { background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact us section" + titleClassName="text-foreground" + descriptionClassName="text-foreground" + inputClassName="text-foreground" + buttonTextClassName="text-foreground" + termsClassName="text-foreground" /> @@ -135,6 +140,10 @@ export default function ContactPage() { ]} 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" /> -- 2.49.1 From 15bbc3f80d2de4ef1d4fb9c918f9efd650ed5d05 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:06:45 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 046ba3b..d795292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,9 @@ export default function LandingPage() { containerClassName="w-full mx-auto" mediaWrapperClassName="w-full h-auto max-w-4xl mx-auto" imageClassName="w-full h-auto object-cover" + logoTextClassName="text-foreground" + descriptionClassName="text-foreground" + buttonTextClassName="text-foreground" /> @@ -92,6 +95,10 @@ export default function LandingPage() { containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" cardClassName="w-full h-auto" gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6" + metricTitleClassName="text-foreground" + valueClassName="text-foreground" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" /> @@ -135,6 +142,11 @@ export default function LandingPage() { containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" mediaWrapperClassName="w-full h-auto max-w-lg mx-auto" mediaCardClassName="w-full h-auto" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" + featureTitleClassName="text-foreground" + featureDescriptionClassName="text-foreground" + listItemClassName="text-foreground" /> @@ -153,6 +165,10 @@ export default function LandingPage() { ariaLabel="WhitePop Pro benefits section" mediaWrapperClassName="w-full h-auto max-w-lg mx-auto" mediaClassName="w-full h-auto object-cover" + titleClassName="text-foreground" + descriptionClassName="text-foreground" + tagClassName="text-foreground" + buttonTextClassName="text-foreground" /> @@ -184,6 +200,13 @@ export default function LandingPage() { cardClassName="w-full h-auto" cardAvatarClassName="w-10 h-10 sm:w-12 sm:h-12" carouselClassName="w-full" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" + cardTitleClassName="text-foreground" + cardQuoteClassName="text-foreground" + cardAuthorClassName="text-foreground" + cardNameClassName="text-foreground" + cardDateClassName="text-foreground" /> @@ -221,6 +244,12 @@ export default function LandingPage() { cardClassName="w-full h-auto" planImageWrapperClassName="w-full h-auto max-w-xs mx-auto" planImageClassName="w-full h-auto object-cover" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" + planTitleClassName="text-foreground" + planPriceClassName="text-foreground" + planButtonTextClassName="text-foreground" + featureTextClassName="text-foreground" /> @@ -258,6 +287,10 @@ export default function LandingPage() { mediaWrapperClassName="w-full h-auto max-w-sm mx-auto" mediaClassName="w-full h-auto object-cover" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" + accordionTitleClassName="text-foreground" + accordionContentClassName="text-foreground" /> @@ -301,6 +334,10 @@ export default function LandingPage() { copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile." ariaLabel="WhitePop Pro footer" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" + logoTextClassName="text-foreground" + columnTitleClassName="text-foreground" + columnItemClassName="text-foreground" + copyrightTextClassName="text-foreground" /> -- 2.49.1 From dafa43519681b61bf08c8cc044138f0dfffba154 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:06:45 +0000 Subject: [PATCH 3/3] 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" /> -- 2.49.1