feat(marketing): refactor marketing page components

This commit is contained in:
Prad Nukala
2024-10-24 10:31:40 -04:00
parent 7b5ee7b0ed
commit c8657022a2
10 changed files with 327 additions and 118 deletions
+10 -6
View File
@@ -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