mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat(marketing): refactor marketing page components
This commit is contained in:
@@ -5,6 +5,16 @@ type Button struct {
|
||||
Href string
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
Src string
|
||||
Width string
|
||||
Height string
|
||||
}
|
||||
|
||||
// ╭──────────────────────────────────────────────────────────╮
|
||||
// │ Generic Models │
|
||||
// ╰──────────────────────────────────────────────────────────╯
|
||||
|
||||
type Feature struct {
|
||||
Title string
|
||||
Desc string
|
||||
@@ -12,12 +22,6 @@ type Feature struct {
|
||||
Image *Image
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
Src string
|
||||
Width string
|
||||
Height string
|
||||
}
|
||||
|
||||
type Stat struct {
|
||||
Value string
|
||||
Denom string
|
||||
|
||||
Reference in New Issue
Block a user