|
@@ -39,15 +39,15 @@ const NewsLetter = () => {
|
39
|
39
|
|
40
|
40
|
<Box sx={{
|
41
|
41
|
width: { xs: "80%", md: "40%" },
|
42
|
|
- backgroundColor: "rgba(255,255,255, 0.5)",
|
43
|
|
- px: 15,
|
44
|
|
- py: 10,
|
|
42
|
+ backgroundColor: "rgba(255,255,255, 0.8)",
|
|
43
|
+ px: 14,
|
|
44
|
+ py: 8,
|
45
|
45
|
textAlign: "center",
|
46
|
46
|
color: "black"
|
47
|
47
|
}}>
|
48
|
48
|
|
49
|
|
- <Typography variant='h3'>
|
50
|
|
- Let's Stay in touch
|
|
49
|
+ <Typography variant='h4' sx={{fontWeight:"bold", fontSize:"1.8rem !important", pb:2}}>
|
|
50
|
+ Let's stay in touch
|
51
|
51
|
</Typography>
|
52
|
52
|
<Typography variant='body1'>
|
53
|
53
|
Enjoy 15% off your first order when you join our mailing list.
|