feat: add Firebase integration and update UI components with animations and styles

- Added Firebase dependency to package.json
- Implemented Firebase initialization in firebase.ts
- Updated App.tsx to enhance UI with hover effects and animations for various components
- Created a new empty reviewsApi.ts file for future API integration
This commit is contained in:
2025-06-14 18:44:46 -05:00
parent 78077c1931
commit 3a92598dbf
5 changed files with 1042 additions and 22 deletions

View File

@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"firebase": "^11.9.1",
"lucide-react": "^0.514.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"