Deploy Kairas landing page

This commit is contained in:
Codex
2026-05-04 21:39:54 +01:00
commit 2706f565e4
15 changed files with 7331 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;