menu and services

This commit is contained in:
haniyeroozmand
2026-05-17 10:32:53 +03:30
parent 470511f28c
commit 54b1e83983
9 changed files with 2335 additions and 206 deletions

View File

@@ -8,19 +8,25 @@
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"framer-motion": "^12.38.0",
"lucide-react": "^1.14.0",
"motion": "^12.0.6",
"next": "16.2.5",
"next-themes": "^0.4.6",
"postprocessing": "^6.39.1",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"