We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7f511 commit c0796e5Copy full SHA for c0796e5
2 files changed
brands/trungnguyen/inner-frame-default-thumb.jpg
648 KB
server/handlers/seed.go
@@ -72,7 +72,7 @@ func SeedBrands() {
72
{"goha-minimal", "GOHA Minimal", "goha", "text-only", "ig-post", map[string]string{"title": "Simple. Elegant. Effective.", "bg_color": "#1a1a3e", "title_color": "#FFFFFF", "subtitle_color": "#FFD700"}},
73
{"goha-professional", "GOHA Professional", "goha", "overlay-center", "yt-thumbnail", map[string]string{"title": "Professional Excellence", "subtitle": "Building Trust Through Quality", "bg_color": "#1a1a3e", "title_color": "#FFD700", "subtitle_color": "#FFFFFF", "overlay": "dark", "bg_image": "/brands/goha/bg/default-background.png"}},
74
{"trungnguyen-showcase", "Trung Nguyên Showcase", "trungnguyen", "brand-showcase", "ig-post", map[string]string{"title": "Robot Máy Ép Nhựa – Xu Hướng Tự Động Hóa Ngành Nhựa", "cta_text": "XEM NGAY", "footer_text": "0986 403 790 – 098 210 3223\ndinhduong@trungnguyentw.com\ntrungnguyentw.com", "accent_color": "#fc7400", "title_color": "#FFFFFF", "frame_image": "/brands/trungnguyen/frame_left.png", "feature_image": "/brands/trungnguyen/sample_cover_2.jpg"}},
75
- {"trungnguyen-inner-frame", "Trung Nguyên Inner Frame", "trungnguyen", "inner-frame", "ig-post", map[string]string{"feature_image": "/brands/trungnguyen/sample_in_article.jpg", "frame_image": "/brands/trungnguyen/bottom-frame.png", "phone_text": "0986 403 790 – 098 210 3223", "website_text": "trungnguyentw.com"}},
+ {"trungnguyen-inner-frame", "Trung Nguyên Inner Frame", "trungnguyen", "inner-frame", "ig-post", map[string]string{"feature_image": "/brands/trungnguyen/inner-frame-default-thumb.jpg", "frame_image": "/brands/trungnguyen/bottom-frame.png", "phone_text": "0986 403 790 – 098 210 3223", "website_text": "trungnguyentw.com"}},
76
}
77
78
for _, t := range templates {
0 commit comments