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