Browse Source

contact us link

master
azri 1 week ago
parent
commit
9114c0cafe
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/components/Footer/Footer.jsx

+ 3
- 0
src/components/Footer/Footer.jsx View File

@@ -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
 

Loading…
Cancel
Save