Skip to content

Commit c0796e5

Browse files
committed
fix: set inner-frame-default-thumb.jpg as default feature image
1 parent cb7f511 commit c0796e5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

648 KB
Loading

server/handlers/seed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func SeedBrands() {
7272
{"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"}},
7373
{"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"}},
7474
{"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"}},
75+
{"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"}},
7676
}
7777

7878
for _, t := range templates {

0 commit comments

Comments
 (0)