Enhance landing page functionality by integrating Swiper for sliders and animations. Add new sections for agentic features and processes, along with corresponding styles and scripts. Update package dependencies to include Swiper and TypeScript for improved development experience.

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-10-29 23:59:08 +03:00
parent b3e1e2361d
commit e7a15b528d
5 changed files with 1308 additions and 7 deletions
+4
View File
@@ -13,10 +13,14 @@
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"swiper": "^11.1.14"
},
"devDependencies": {
"pug": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.93.2",
"typescript": "^5.6.3",
"vite": "^7.1.12"
}
}