mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add avatar image components
This commit is contained in:
@@ -38,7 +38,7 @@ type Technology struct {
|
||||
type Testimonial struct {
|
||||
FullName string
|
||||
Username string
|
||||
Avatar string
|
||||
Avatar *Image
|
||||
Quote string
|
||||
}
|
||||
|
||||
@@ -84,8 +84,9 @@ type Architecture struct {
|
||||
}
|
||||
|
||||
type Lowlights struct {
|
||||
Heading string
|
||||
Quotes []*Testimonial
|
||||
Heading string
|
||||
UpperQuotes []*Testimonial
|
||||
LowerQuotes []*Testimonial
|
||||
}
|
||||
|
||||
type CallToAction struct {
|
||||
|
||||
Reference in New Issue
Block a user