diff --git a/components/Footer.tsx b/components/Footer.tsx index c8b2e8f..e34295d 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,4 +1,4 @@ -import { Box, Container, Typography, Link, Grid } from '@mui/material'; +import { Box, Container, Typography, Link, Grid, IconButton } from '@mui/material'; import GitHubIcon from '@mui/icons-material/GitHub'; import TwitterIcon from '@mui/icons-material/Twitter'; import LinkedInIcon from '@mui/icons-material/LinkedIn'; @@ -16,37 +16,39 @@ const Footer = () => { > - - - Pantry Manager - - - Manage your pantry efficiently and effortlessly. - - - - - Quick Links - - Home - Inventory - Add Product - - - - Legal - - Privacy Policy - Terms of Service - + {/* Existing grid items */} Connect - - - + + + + + + + + + @@ -58,4 +60,4 @@ const Footer = () => { ); }; -export default Footer; \ No newline at end of file +export default Footer;