Update src/app/page.tsx

This commit is contained in:
2026-02-19 01:47:38 +00:00
parent 357199a380
commit e543c76b79

View File

@@ -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}
/>
</div>
@@ -212,4 +213,4 @@ export default function DOJPortalPage() {
</div>
</ThemeProvider>
);
}
}