From 643c28889bf073273c084ab72e6502a7128e5eb3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 20:28:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6147568..d32bbf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,7 @@ export default function LandingPage() { imageSrc={getAssetUrl("about-plumber-team")} imagePosition="right" imageAlt={getAssetAlt("about-plumber-team")} + useInvertedBackground={false} />
@@ -151,6 +152,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" tag="Our Expertise" + useInvertedBackground={false} />
@@ -165,6 +167,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" tag="Our Impact" + useInvertedBackground={false} />
@@ -183,6 +186,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" tag="Client Feedback" + useInvertedBackground={false} />
@@ -198,6 +202,7 @@ export default function LandingPage() { faqsAnimation="opacity" textPosition="left" animationType="smooth" + useInvertedBackground={false} />
@@ -215,6 +220,7 @@ export default function LandingPage() { buttonText="Send Message" imageSrc={getAssetUrl("contact-tools")} imageAlt={getAssetAlt("contact-tools")} + useInvertedBackground={false} />