package sections import ( "fmt" "github.com/onsonr/sonr/pkg/webui/landing/models" "github.com/onsonr/sonr/pkg/webui/styles/button" ) // Hero Section templ Hero(hero *models.Hero) { @heroTitle(hero.TitleFirst, hero.TitleEmphasis, hero.TitleSecond) { hero.Subtitle } @button.Primary("/register", "Get Started") @button.Secondary("/learn", "Learn More") @heroImage(hero.Image) @stats(hero.Stats) } templ heroTitle(first string, emphasis string, second string) {
{ hero.Subtitle }
{ item.Label }