From 1a84bed8496dc18e585ae34c97ad10062b134a18 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:18:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d55583..4a644bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,6 +187,7 @@ export default function LandingPage() { id: "f3", title: "Are your prices transparent?", content: "Yes, our pricing is fully transparent with no hidden fees."}, ]} faqsAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -197,6 +198,10 @@ export default function LandingPage() { tag="Get In Touch" mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/contact-us-communication-connection-business-concept_53876-126848.jpg" + background={{ + variant: "plain" + }} + useInvertedBackground={false} /> -- 2.49.1