feat: add typewriter animation effect to hero text

- Added typewriter-effect package for animated text rendering
- Implemented sequential typing animation for welcome message and signature
- Added client-side rendering check to prevent hydration issues
- Adjusted text opacity and timing delays for better readability
- Created invisible placeholder text to maintain layout during animation loading
This commit is contained in:
2025-10-24 05:06:16 +02:00
parent c3bb18d495
commit a6a0bbef0b
4 changed files with 96 additions and 12 deletions

View File

@@ -33,7 +33,8 @@
"react-use-measure": "^2.1.7",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.7",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.6",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"eslint": "^8.56.0",