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

8
public/grid.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#grid)" />
</svg>

After

Width:  |  Height:  |  Size: 339 B