feat: email subscription form on landing page

This commit is contained in:
Hossein Mehrabi 2023-11-17 13:02:00 +03:30
parent 319a1ecb1c
commit 4f7d23d2c2
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -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={