diff --git a/src/Components/Pages/Menu.jsx b/src/Components/Pages/Menu.jsx index 28f8058f..cfae4d49 100644 --- a/src/Components/Pages/Menu.jsx +++ b/src/Components/Pages/Menu.jsx @@ -4,7 +4,7 @@ import Mybook from './MyBook'; import Navbar from '../Shared/Navbar'; import Footer from '../Shared/Footer'; import { GiArrowDunk } from "react-icons/gi"; - +import Cafe3dImg from "../../assets/Menu_assets/mega-creator.png" const parallaxVariants = { initial: { scale: 1 }, animate: { scale: 1.05 }, @@ -42,7 +42,7 @@ function ParallaxImage() {