diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3e59d31..2ddcd20 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,6 +36,7 @@ export default function ContactPage() { title="Let's work together" description="Have questions or want to collaborate? Send us a message and we'll be in touch." centered={true} + useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Send Message" onSubmit={(email) => console.log("Form submitted for:", email)}