From 32794a110812a38c1775b12818435c994f0feea6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 03:06:53 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4ba8eeb..65bfadc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,6 +39,7 @@ export default function ContactPage() { background={{ variant: "radial-gradient" }} text="Reach Out to ProBiz Solutions for Your Digital Needs. Our CRM-integrated contact forms ensure your inquiries are tracked, secured with anti-spam, and efficiently configured for lead capture. Fill out the form below, and we'll be in touch to discuss your project." buttons={[{ text: "Submit Inquiry", onClick: () => alert('Form functionality to be integrated via CRM system.') }]} + useInvertedBackground={false} /> -- 2.49.1