import React from 'react'; import { Box, Container, Grid, Typography, Link, IconButton } from '@mui/material'; import FacebookIcon from '@mui/icons-material/Facebook'; import TwitterIcon from '@mui/icons-material/Twitter'; import InstagramIcon from '@mui/icons-material/Instagram'; import { Link as RouterLink } from 'react-router-dom'; const Footer = () => { return ( theme.palette.mode === 'light' ? theme.palette.grey[200] : theme.palette.grey[800], }} > Rocks, Bones & Sticks Your premier source for natural curiosities and unique specimens from my backyards. Quick Links Home Shop All Rocks Bones Sticks Connect With Us Subscribe to our newsletter for updates on new items and promotions. © {new Date().getFullYear()} Rocks, Bones & Sticks. All rights reserved. ); }; export default Footer;