mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
refactor: adjust devbox configuration to reflect nebula changes
This commit is contained in:
@@ -11,6 +11,8 @@ func Home(c echo.Context) error {
|
||||
|
||||
templ homeView() {
|
||||
@blocks.Layout("Sonr.ID", true) {
|
||||
@blocks.HeaderMarketingNav()
|
||||
@blocks.SectionHero()
|
||||
@blocks.Card("home-view", blocks.SizeLarge) {
|
||||
@blocks.H1("Sonr.ID")
|
||||
@blocks.Text("A Decentralized Web Node Client for the Sonr Network.")
|
||||
@@ -25,5 +27,6 @@ templ homeView() {
|
||||
</div>
|
||||
@blocks.PoweredBySonr()
|
||||
}
|
||||
@blocks.FooterMarketingNav()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user