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} />