feat: add landing page

This commit is contained in:
Maulana Sodiqin
2025-04-26 20:32:58 +07:00
parent 86290cc820
commit b389235971
23 changed files with 6756 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "landing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/landing",
"projectType": "application",
"tags": [],
"// targets": "to see all targets run: nx show project landing --web",
"targets": {}
}