A 3D-enabled marketplace web application built with Next.js, React Three Fiber, and Framer Motion.
- Interactive 3D models using
@react-three/fiber
- Animation controls with
framer-motion
- Responsive design with Next.js
- Team and Contact sections
# Clone the repository
git clone https://github.com/your-repo/market_web.git](https://github.com/pamaljayasinghe/3D_marketing_web.git
cd market_web
# Install dependencies
npm install
# Start development server
npm run dev
📂 market_web
┣ 📂 src/pages
┃ ┣ 📜 Navbar.js
┃ ┣ 📜 team.js
┃ ┣ 📜 footer.js
┃ ┣ 📜 Model.js
┃ ┣ 📜 coming.js
┃ ┣ 📜 useAnimationControl.js
┣ 📜 package.json
┣ 📜 README.md
npm run build
npm start
MIT