From a0ff081d6a19d680d9c90e53ddae68d195b7886d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:53 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 608b6d0..f7a7389 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -74,6 +74,8 @@ export default function ContactPage() { termsText="We'll send you booking details, service options, and availability. Your privacy is important to us." background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} + titleClassName="text-foreground" + descriptionClassName="text-foreground/80" /> @@ -94,6 +96,10 @@ export default function ContactPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground/80" + cardTitleClassName="text-foreground" + cardDescriptionClassName="text-foreground/75" /> @@ -112,6 +118,8 @@ export default function ContactPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + valueClassName="text-foreground" + metricDescriptionClassName="text-foreground/75" /> @@ -123,4 +131,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}