feat: enhance Card component with hover effect and update styles

This commit is contained in:
2025-11-16 02:44:06 +01:00
parent f426caeb1e
commit bb73e1f564
4 changed files with 28 additions and 14 deletions

View File

@@ -19,7 +19,9 @@
"framer-motion": "^12.11.0",
"html2canvas": "^1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-bootstrap": "^2.10.10",
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.6"
},
"devDependencies": {
"@eslint/js": "^9.17.0",