package marketing import models "github.com/onsonr/sonr/internal/orm/marketing" // ╭───────────────────────────────────────────────────────────╮ // │ Data Model │ // ╰───────────────────────────────────────────────────────────╯ var cta = &models.CallToAction{ Logo: &models.Image{ Src: "https://cdn.sonr.id/logo-zinc.svg", Width: "60", Height: "60", }, Heading: "Take control of your Identity", Subtitle: "Sonr is a decentralized, permissionless, and censorship-resistant identity network.", Primary: &models.Button{ Href: "request-demo.html", Text: "Register", }, Secondary: &models.Button{ Href: "#0", Text: "Learn More", }, } // ╭───────────────────────────────────────────────────────────╮ // │ Render Section View │ // ╰───────────────────────────────────────────────────────────╯ templ CallToAction() {

Take control of your Identity today

Sonr removes creative distances by connecting beginners, pros, and every team in between. Are you ready to start your journey?

}