landing page + results + features

This commit is contained in:
2025-11-20 19:54:14 +00:00
parent 68d82aec3b
commit b7405d787c
32 changed files with 1697 additions and 145 deletions

View File

@@ -10,17 +10,21 @@
"format": "biome format --write"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@phosphor-icons/react": "^2.1.10",
"gsap": "^3.13.0",
"lucide-react": "^0.546.0",
"next": "15.5.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.5"
"react-dom": "19.1.0"
},
"devDependencies": {
"typescript": "^5",
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"@biomejs/biome": "2.2.0"
"typescript": "^5"
}
}