From 745d4410b79a034930da20efd1e1121293f8b964 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:53 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3a10330..d655678 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,6 +83,10 @@ export default function AboutPage() { animationType="slide-up" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground/80" + cardTitleClassName="text-foreground" + cardDescriptionClassName="text-foreground/75" /> @@ -101,6 +105,9 @@ export default function AboutPage() { ]} textboxLayout="default" useInvertedBackground={false} + quoteClassName="text-foreground/85" + nameClassName="text-foreground" + roleClassName="text-foreground/70" /> @@ -114,6 +121,8 @@ export default function AboutPage() { 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" /> @@ -125,4 +134,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From a0ff081d6a19d680d9c90e53ddae68d195b7886d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:53 +0000 Subject: [PATCH 2/6] 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 +} -- 2.49.1 From 54435423e5b92404d19c32ecfd4f7c09f990778e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:54 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 0429e47..f33c2e1 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -83,6 +83,10 @@ export default function GalleryPage() { animationType="slide-up" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground/80" + cardTitleClassName="text-foreground" + cardDescriptionClassName="text-foreground/75" /> @@ -101,6 +105,8 @@ export default function GalleryPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + valueClassName="text-foreground" + metricDescriptionClassName="text-foreground/75" /> @@ -114,6 +120,8 @@ export default function GalleryPage() { 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" /> @@ -125,4 +133,4 @@ export default function GalleryPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 011004c78c587c6ed5635e2a9b7bdcc48104340f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:55 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d6faf6..ac2235a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 952baaf3d992d2057d0be902dcfe1be946840071 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:56 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2de0e97..c83b0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,6 +82,8 @@ export default function HomePage() { { text: "Book Now", href: "/contact" }, { text: "Get a Quote", href: "/contact" }, ]} + titleClassName="text-white" + descriptionClassName="text-white/90" /> @@ -104,6 +106,8 @@ export default function HomePage() { animationType="slide-up" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + cardTitleClassName="text-foreground" + cardDescriptionClassName="text-foreground/80" /> @@ -122,6 +126,8 @@ export default function HomePage() { animationType="slide-up" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + valueClassName="text-foreground" + metricDescriptionClassName="text-foreground/75" /> @@ -146,6 +152,9 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={false} + quoteClassName="text-foreground/85" + nameClassName="text-foreground" + roleClassName="text-foreground/70" /> @@ -159,6 +168,8 @@ export default function HomePage() { 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" /> @@ -170,4 +181,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From f1373fb453aabb6b19ce6fa80b9382ab9d8e50d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:27:56 +0000 Subject: [PATCH 6/6] 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 +} -- 2.49.1