Just push the simple contact page for now

This commit is contained in:
Alexis
2025-06-09 18:59:40 +02:00
parent 80c265de59
commit 566c996e92
7 changed files with 551 additions and 468 deletions

View File

@@ -12,13 +12,14 @@
"dependencies": {
"@astrojs/tailwind": "^6.0.0",
"@astrojs/vue": "^5.0.6",
"@vueuse/core": "^12.5.0",
"astro": "^5.2.4",
"@vueuse/core": "^12.7.0",
"astro": "^5.3.0",
"scrambling-text": "^1.2.0",
"swiper": "^11.2.4",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.83.4"
"sass": "^1.85.0"
}
}