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
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;