feat: FluxKit Landing Page mit modernem Design

🎨 Neues Design:
- Animierte Hero Section mit Gradient Orbs
- Floating Cards mit Mouse-Tracking
- Smooth Scroll Animationen
- Glassmorphism Effekte
- Responsive Navbar mit Scroll-Detection
- Feature Cards mit Hover-Glow
- CTA Section mit Radial Glow

 Features:
- Dynamische Farbverläufe
- Pulse & Float Animationen
- Custom Scrollbar
- Inter Font
- DE/EN Übersetzungen
This commit is contained in:
2026-02-11 09:07:32 +00:00
parent 46b6a87505
commit a26fe4c487
9 changed files with 4011 additions and 151 deletions

View File

@@ -9,19 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.0",
"vue-router": "^4.2.0",
"vue-i18n": "^9.9.0",
"pinia": "^2.1.0",
"primevue": "^4.0.0",
"@primevue/themes": "^4.0.0",
"primeicons": "^7.0.0"
"@vueuse/motion": "^3.0.3",
"pinia": "^2.1.0",
"primeicons": "^7.0.0",
"primevue": "^4.0.0",
"vue": "^3.4.0",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0",
"tailwindcss": "^3.4.0",
"@vitejs/plugin-vue": "^5.2.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0"
"tailwindcss": "^3.4.0",
"vite": "^5.4.21"
}
}