From 14f7020025419f32f77e9d5e472d5469c0949f45 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 19:41:26 +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 5397985..861eca0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,6 +43,7 @@ export default function ContactPage() { ]} textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }} buttonText="Send Request" + useInvertedBackground={false} />
-- 2.49.1