feat: implement new profile card component

This commit is contained in:
Prad Nukala
2024-10-07 10:20:14 -04:00
parent 0f2a5bf2b4
commit bac98b5e38
31 changed files with 276 additions and 719 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
package home
import (
"github.com/onsonr/sonr/pkg/nebula/components/blocks"
"github.com/onsonr/sonr/pkg/nebula/global/styles"
"github.com/onsonr/sonr/pkg/nebula/models"
)
templ View(home *models.Home) {
@blocks.LayoutNoBody("Sonr.ID", true) {
@styles.LayoutNoBody("Sonr.ID", true) {
@Header()
@SectionHero(home.Hero)
@Highlights()