feat: add stats section to homepage

This commit is contained in:
Prad Nukala
2024-09-30 21:16:27 -04:00
parent 5f2e6c5dd4
commit 36ad1448df
5 changed files with 26 additions and 4 deletions
+7 -1
View File
@@ -4,7 +4,13 @@ package models
type Footer struct {
Logo *Image `pkl:"logo"`
SocialLinks []*SocialLink `pkl:"socialLinks"`
MediumLink *SocialLink `pkl:"mediumLink"`
TwitterLink *SocialLink `pkl:"twitterLink"`
DiscordLink *SocialLink `pkl:"discordLink"`
GithubLink *SocialLink `pkl:"githubLink"`
CompanyLinks []*Link `pkl:"companyLinks"`