Add "Kontakt" page with contact details, map embed, and navbar link;

This commit is contained in:
2025-06-23 12:40:00 +09:00
parent 4e8b26764e
commit 2d5db10df4
5 changed files with 88 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"framer-motion": "^12.16.0",
"lucide-react": "^0.522.0",
"next": "15.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -4501,6 +4502,15 @@
"loose-envify": "cli.js"
}
},
"node_modules/lucide-react": {
"version": "0.522.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.522.0.tgz",
"integrity": "sha512-jnJbw974yZ7rQHHEFKJOlWAefG3ATSCZHANZxIdx8Rk/16siuwjgA4fBULpXEAWx/RlTs3FzmKW/udWUuO0aRw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",