1 2 3 4 5 6 discountSection := landingcomponents.NewDiscountSection(landingcomponents.NewDiscountSectionOptions{ DiscountValueText: "50% OFF", DiscountDescriptionText: "for the first 3 months (no credit card required)", }) html := discountSection.ToHTML()