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 +}