1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 section := landingcomponents.NewBandSection(landingcomponents.NewBandSectionOptions{ Title: "20-100h", Description: "Saved using the Golang Landing Page Components.", SupportingComponents: []hb.TagInterface{ components.NewBiIcon("clock"). Class("ms-3"). Style("font-size:32px;color:#999;"), components.NewBiIcon("people"). Class("ms-3"). Style("font-size:32px;color:#666;"), components.NewBiIcon("calendar"). Class("ms-3"). Style("font-size:32px;color:#333;"), }, }) html := sectionBand.ToHTML()