update SEO

This commit is contained in:
2026-07-01 17:05:32 +05:30
parent 208f6258ce
commit f37e2392f3
45 changed files with 227 additions and 567 deletions

View File

@@ -8,14 +8,23 @@
"start": "next start",
"lint": "eslint"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Edge versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"not dead",
"not op_mini all"
],
"dependencies": {
"framer-motion": "^12.42.0",
"jsdom": "^29.1.1",
"lucide-react": "^1.22.0",
"next": "16.2.9",
"puppeteer-core": "^24.43.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.6.0"
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",