feat: enhance branding features with social media integration and customizable icon settings

This commit is contained in:
2026-01-07 18:58:57 +02:00
parent 5b5646ed78
commit 7dbba818db
5 changed files with 429 additions and 98 deletions
+2
View File
@@ -33,6 +33,8 @@ export interface Branding {
color: string;
opacity: number;
padding: number;
socialIconSize?: number;
socialLayout?: 'horizontal' | 'vertical';
}
export interface BrandStrip {