diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c62e4..525981d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,7 @@ export default function DOJPortalPage() { buttonText="Subscribe" termsText="We respect your privacy and will only send updates about newly released official information." onSubmit={(email) => console.log('Email submitted:', email)} + useInvertedBackground={false} /> @@ -212,4 +213,4 @@ export default function DOJPortalPage() { ); -} +} \ No newline at end of file