Browse Source

change newsletter UI

master
azri 1 week ago
parent
commit
808af017ab
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/components/NewsLetter/NewsLetter.jsx

+ 5
- 5
src/components/NewsLetter/NewsLetter.jsx View File

39
 
39
 
40
         <Box sx={{
40
         <Box sx={{
41
           width: { xs: "80%", md: "40%" },
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
           textAlign: "center",
45
           textAlign: "center",
46
           color: "black"
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
           </Typography>
51
           </Typography>
52
           <Typography variant='body1'>
52
           <Typography variant='body1'>
53
             Enjoy 15% off your first order when you join our mailing list.
53
             Enjoy 15% off your first order when you join our mailing list.

Loading…
Cancel
Save