feat: add avatar image components

This commit is contained in:
Prad Nukala
2024-11-04 10:42:35 -05:00
parent de4d62e63e
commit 006f69e0d2
4 changed files with 378 additions and 125 deletions
+4 -3
View File
@@ -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 {