feat(nebula): create Home model for home page

This commit is contained in:
Prad Nukala
2024-10-02 18:01:30 -04:00
parent 3baec2745b
commit 8d8935c045
8 changed files with 25 additions and 12 deletions
+6 -2
View File
@@ -74,8 +74,12 @@ class Footer {
resourcesLinks: List<Link>
}
hero : Hero
stats : Stats
class Home {
hero: Hero
stats: Stats
}
home : Home
// ╭───────────────────────────────────────────────────────────╮
// │ Registration Components │