diff --git a/src/app/page.tsx b/src/app/page.tsx index 7112060..0e47af3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -229,6 +229,7 @@ export default function LandingPage() { termsText="We respect your privacy and will only use your email for consultation purposes." onSubmit={(email) => console.log("Contact form submission:", email)} centered={true} + useInvertedBackground={false} />