mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
feat(nebula): create Home model for home page
This commit is contained in:
@@ -28,3 +28,8 @@ stats = new Stats {
|
||||
thirdValue = "1.5M+";
|
||||
thirdLabel = "Assets packed with power beyond your imagination.";
|
||||
};
|
||||
|
||||
home = new Home {
|
||||
hero = hero;
|
||||
stats = stats;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user