feat: added pages, forms, and functionality.
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s

This commit is contained in:
2026-02-08 21:11:57 +05:30
parent 3fb4c5bbe0
commit 1c6627bdfb
41 changed files with 6696 additions and 19 deletions

View File

@@ -10,8 +10,16 @@
},
"dependencies": {
"@astrojs/netlify": "^6.6.4",
"@astrojs/react": "^4.4.2",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"tailwindcss": "^4.1.18"
"clsx": "^2.1.1",
"framer-motion": "^12.33.0",
"lucide-react": "^0.563.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7"
}
}