From e36ba1a66c72fb07ed5a458d84c61611aefd94a8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:58:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1171e..1d595e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,6 +148,7 @@ export default function LandingPage() { { id: "q2", title: "Can I cancel easily?", content: "Yes, subscription control is simple through your AI-personalized dashboard." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -160,6 +161,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address" } ]} imageSrc="https://img.b2bpic.net/free-photo/3d-ai-contact-design.jpg" + useInvertedBackground={false} /> -- 2.49.1