From f1373fb453aabb6b19ce6fa80b9382ab9d8e50d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:56 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 257e78d..2f6c267 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -93,6 +93,8 @@ export default function ServicesPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground/80" /> @@ -126,6 +128,8 @@ export default function ServicesPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground/80" /> @@ -139,6 +143,8 @@ export default function ServicesPage() { termsText="We'll send you booking details and service information. Privacy guaranteed." background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} + titleClassName="text-foreground" + descriptionClassName="text-foreground/80" /> @@ -150,4 +156,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}