mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-22 10:48:20 +00:00
feat: email subscription form on landing page
This commit is contained in:
parent
319a1ecb1c
commit
4f7d23d2c2
@ -16,10 +16,10 @@ import {
|
||||
HeroInfo,
|
||||
Box,
|
||||
Grid,
|
||||
ProfileCard,
|
||||
TimelineItem,
|
||||
ShowcaseCard,
|
||||
SectionHeader,
|
||||
NewsletterSubscription,
|
||||
} from '../components/mdx'
|
||||
|
||||
<Hero size="large">
|
||||
@ -238,6 +238,10 @@ import {
|
||||
</Box> */}
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 336 }}>
|
||||
<NewsletterSubscription />
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 336 }}>
|
||||
<CallToActionSection
|
||||
title={
|
||||
|
Loading…
x
Reference in New Issue
Block a user