feat: add tailwindcss utilities

This commit is contained in:
Prad Nukala
2024-10-01 02:09:04 -04:00
parent aac2a981bc
commit 88e7dd5812
19 changed files with 1797 additions and 34 deletions
+5
View File
@@ -19,6 +19,11 @@ templ homeView(hero *models.Hero) {
@blocks.LayoutNoBody("Sonr.ID", true) {
@sections.HeaderMarketingNav()
@sections.SectionHero(hero)
@sections.Highlights()
@sections.Features()
@sections.Bento()
@sections.Testimonials()
@sections.CTA()
@sections.FooterMarketingNav()
}
}