Deploy Kairas landing page

This commit is contained in:
Codex
2026-05-04 21:56:58 +01:00
commit 102967242e
15 changed files with 7350 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Website
Next.js project using the App Router, TypeScript, ESLint, and Tailwind CSS.
## Scripts
```bash
npm run dev
npm run build
npm run start
npm run lint
```