feat: update CMS service handlers and main application logic.

This commit is contained in:
2025-12-22 13:54:35 -03:00
parent 57b8d7c0a1
commit 32f71852d9
59 changed files with 9125 additions and 59 deletions
+6 -2
View File
@@ -11,7 +11,11 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.21"
"next": "14.2.21",
"lucide-react": "^0.395.0",
"framer-motion": "^11.2.10",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"typescript": "^5",
@@ -23,4 +27,4 @@
"eslint": "^8",
"eslint-config-next": "14.2.21"
}
}
}