diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1bfdb0c..b0911bd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,6 +50,7 @@ export default function ContactPage() { buttonText="Send Message" termsText="We respect your privacy. We'll only use this information to discuss your project." centered={true} + useInvertedBackground={false} onSubmit={(email) => { console.log("Form submitted with email:", email); }}