|
@@ -94,6 +94,9 @@ const Footer = () => {
|
94
|
94
|
<Typography variant="body2" sx={{ mb: 1 }}>
|
95
|
95
|
<a href="/shopping_faqs" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Shopping FAQs</a>
|
96
|
96
|
</Typography>
|
|
97
|
+ <Typography variant="body2" sx={{ mb: 1 }}>
|
|
98
|
+ <a href="/contact_us" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Contact Us</a>
|
|
99
|
+ </Typography>
|
97
|
100
|
</nav>
|
98
|
101
|
</Grid>
|
99
|
102
|
|