Update dependencies, enhance global styles, and improve layout structure. Added Geist font support and integrated a contact modal in the navigation. Refactored the DraggableCard component for better performance and simplified drag-and-drop functionality. Enhanced UXSoftware and SecureT pages with new features and improved user interactions.

This commit is contained in:
albivkt
2025-07-13 13:54:52 +03:00
parent d37fb0262d
commit fb24ddbfd2
17 changed files with 4257 additions and 482 deletions

10
package-lock.json generated
View File

@ -8,6 +8,7 @@
"name": "my-app",
"version": "0.1.0",
"dependencies": {
"geist": "^1.4.2",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@ -3388,6 +3389,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/geist": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/geist/-/geist-1.4.2.tgz",
"integrity": "sha512-OQUga/KUc8ueijck6EbtT07L4tZ5+TZgjw8PyWfxo16sL5FWk7gNViPNU8hgCFjy6bJi9yuTP+CRpywzaGN8zw==",
"license": "SIL OPEN FONT LICENSE",
"peerDependencies": {
"next": ">=13.2.0"
}
},
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",