chore: add email signup back

pull/2925/head
Adam 2025-10-02 08:46:21 -05:00
parent 095fe68786
commit 124e355a3c
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
2 changed files with 4 additions and 0 deletions

View File

@ -799,6 +799,8 @@ export default function Home() {
</div>
</section>
<EmailSignup />
<Footer />
</div>
</div>

View File

@ -327,6 +327,8 @@ export default function Home() {
</ul>
</section>
<EmailSignup />
<Footer />
</div>
</div>