Skip to content

Commit

Permalink
Merge pull request RamakrushnaBiswal#17 from Vaibhav-Kumar-K-R/main
Browse files Browse the repository at this point in the history
Added the image given
  • Loading branch information
RamakrushnaBiswal authored Oct 2, 2024
2 parents f08795a + ed3d02e commit 0fce156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Pages/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -42,7 +42,7 @@ function ParallaxImage() {
</div>
<div className="w-full flex justify-center items-center rounded-e-full z-1 shadow-lg bg-amber-200 animate-slideIn">
<motion.img
src="./mega-creator.png"
src={Cafe3dImg}
alt="3D Coffee Shop"
className="cursor-pointer"
style={parallaxEffect}
Expand Down
Binary file added src/assets/Menu_assets/mega-creator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fce156

Please sign in to comment.