feat: Convert product showcase to personal portfolio with dynamic 3D terrain and updated content.

This commit is contained in:
2025-12-15 19:20:37 +00:00
parent 2fc4394b9f
commit be43e23d30
6 changed files with 76 additions and 81 deletions

7
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"gsap": "^3.14.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"simplex-noise": "^4.0.3",
"three": "^0.182.0"
},
"devDependencies": {
@@ -3100,6 +3101,12 @@
"node": ">=8"
}
},
"node_modules/simplex-noise": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/simplex-noise/-/simplex-noise-4.0.3.tgz",
"integrity": "sha512-qSE2I4AngLQG7BXqoZj51jokT4WUXe8mOBrvfOXpci8+6Yu44+/dD5zqDpOx3Ux792eamTd2lLcI8jqFntk/lg==",
"license": "MIT"
},
"node_modules/source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",