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

5
next.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;