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
+10
View File
@@ -0,0 +1,10 @@
{
"name": "landing-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/landing-e2e/src",
"tags": [],
"implicitDependencies": ["landing"],
"// targets": "to see all targets run: nx show project landing-e2e --web",
"targets": {}
}