From a0fe83ef1d474a98454a71d23b7141de5715b338 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:54:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 537e3e5..29d2b1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,6 +135,8 @@ export default function LandingPage() { description="Common questions about our building services." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/construction-site_1112-938.jpg" + textboxLayout="split" + useInvertedBackground={false} /> @@ -144,6 +146,7 @@ export default function LandingPage() { title="Ready to start your project?" description="Get in touch with our expert team today." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1