|
@@ -80,19 +80,19 @@ const Footer = () => {
|
80
|
80
|
</Typography>
|
81
|
81
|
<nav>
|
82
|
82
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
83
|
|
- <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Delivery Information</a>
|
|
83
|
+ <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Delivery Information</a>
|
84
|
84
|
</Typography>
|
85
|
85
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
86
|
|
- <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Sale Terms & Conditions</a>
|
|
86
|
+ <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Sale Terms & Conditions</a>
|
87
|
87
|
</Typography>
|
88
|
88
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
89
|
|
- <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Returns & Refunds</a>
|
|
89
|
+ <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Returns & Refunds</a>
|
90
|
90
|
</Typography>
|
91
|
91
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
92
|
|
- <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Privacy Notice</a>
|
|
92
|
+ <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Privacy Notice</a>
|
93
|
93
|
</Typography>
|
94
|
94
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
95
|
|
- <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Shopping FAQs</a>
|
|
95
|
+ <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Shopping FAQs</a>
|
96
|
96
|
</Typography>
|
97
|
97
|
</nav>
|
98
|
98
|
</Grid>
|