Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added coffee shop image #9

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Cafe3d 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={Cafe3d}
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.