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,
|
HeroInfo,
|
||||||
Box,
|
Box,
|
||||||
Grid,
|
Grid,
|
||||||
ProfileCard,
|
|
||||||
TimelineItem,
|
TimelineItem,
|
||||||
ShowcaseCard,
|
ShowcaseCard,
|
||||||
SectionHeader,
|
SectionHeader,
|
||||||
|
NewsletterSubscription,
|
||||||
} from '../components/mdx'
|
} from '../components/mdx'
|
||||||
|
|
||||||
<Hero size="large">
|
<Hero size="large">
|
||||||
@ -238,6 +238,10 @@ import {
|
|||||||
</Box> */}
|
</Box> */}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
<Box top={{ xs: 144, lg: 336 }}>
|
||||||
|
<NewsletterSubscription />
|
||||||
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 336 }}>
|
<Box top={{ xs: 144, lg: 336 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title={
|
title={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user