chore: initialize Next.js project baseline

This commit is contained in:
2026-07-01 06:27:09 -07:00
commit 7f227c5f2a
53 changed files with 5894 additions and 0 deletions

5
app/icon.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="14" fill="#2f7d52"/>
<path d="M32 15c7 0 13 5 13 12 0 12-13 22-13 22S19 39 19 27c0-7 6-12 13-12z" fill="#f4fff8"/>
<path d="M32 21v22M22 32h20" stroke="#2f7d52" stroke-width="5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 310 B