fix: change bento section title to reflect security focus

This commit is contained in:
Prad Nukala
2024-10-01 10:34:02 -04:00
parent 88e7dd5812
commit c66d50dcc0
18 changed files with 260 additions and 226 deletions
+4 -4
View File
@@ -17,13 +17,13 @@ func Home(c echo.Context) error {
templ homeView(hero *models.Hero) {
@blocks.LayoutNoBody("Sonr.ID", true) {
@sections.HeaderMarketingNav()
@sections.MarketingHeader()
@sections.SectionHero(hero)
@sections.Highlights()
@sections.Features()
@sections.Bento()
@sections.Testimonials()
@sections.CTA()
@sections.FooterMarketingNav()
@sections.Lowlights()
@sections.CallToAction()
@sections.MarketingFooter()
}
}