feat(ui): add AnimatedTextCycle component and framer-motion

- add src/components/ui/animated-text-cycle.tsx (animated word cycle using framer-motion)
- add framer-motion dependency to package.json and update bun.lock (includes motion-dom / motion-utils)
- update About link to use YouTube playlist URL
- remove unused background images (public/bg.avif, public/bg.png) and update public/char.avif
This commit is contained in:
암냥 2025-10-23 21:29:11 +09:00
commit ea5262f7ed
7 changed files with 121 additions and 1 deletions

View file

@ -42,6 +42,7 @@
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.24",
"input-otp": "^1.4.2",
"lucide-react": "^0.544.0",
"next": "16.0.0",