feat: initialize Next.js project with a comprehensive landing page structure, UI components, and assets.

This commit is contained in:
2026-01-23 03:23:33 +07:00
commit c1e5db5bce
76 changed files with 10164 additions and 0 deletions

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;