From f1e5baf13b417994c928dda459aaf4ee2f8deac7 Mon Sep 17 00:00:00 2001 From: Burhanuddin Khatri <144617735+BurhanCantCode@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:49:59 +0500 Subject: [PATCH] Updated Footer.tsx --- components/Footer.tsx | 58 ++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 28 deletions(-) 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;