|
@@ -49,7 +49,7 @@ const NewsLetter = () => {
|
49
|
49
|
<Typography variant='h4' sx={{fontWeight:"500", fontSize:"1.8rem !important", pb:2}}>
|
50
|
50
|
Let's stay in touch
|
51
|
51
|
</Typography>
|
52
|
|
- <Typography variant='body1'>
|
|
52
|
+ <Typography variant='body1' sx={{fontSize:{xs:"0.875rem", sm:"0.875rem", md:"1rem" }}}>
|
53
|
53
|
Enjoy 15% off your first order when you join our mailing list.
|
54
|
54
|
</Typography>
|
55
|
55
|
<TextField
|
|
@@ -122,7 +122,7 @@ const NewsLetter = () => {
|
122
|
122
|
}}
|
123
|
123
|
/>
|
124
|
124
|
|
125
|
|
- <Typography variant='body1'>
|
|
125
|
+ <Typography variant='body1' sx={{fontSize:{xs:"0.875rem", sm:"0.875rem", md:"1rem" }}}>
|
126
|
126
|
We respect your privacy, so we never share your info.
|
127
|
127
|
</Typography>
|
128
|
128
|
</Box>
|