Overview
The Company Branding Component allows you to display brand visuals such as a logo, title, and formatted text elements on QR Code landing pages.It ensures consistent brand presence across different QR Code categories and supports customization via style components for typography and card layout. All brand images must use a valid HTTPS URL and conform to supported file formats.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| image | object | ✅ Yes | Contains the brand image (e.g., company logo). |
| title | string | No | Brand or company name displayed under or beside the image. |
| formatting | object | No | Defines visual styles for text and card layout using style component references. |
🖼️ Image Object
| Sub-Property | Type | Required | Description |
|---|---|---|---|
| url | string | ✅ Yes | Direct HTTPS link to the image file. Must be a valid URI ending with .png, .jpg, .jpeg, .svg, or .gif. |
🎨 Formatting Object
| Sub-Property | Type | Reference | Description |
|---|---|---|---|
| textStyle | object | Text Style Component | Controls typography such as font size, weight, and alignment. |
| cardStyle | object | Card Style Component | Controls layout attributes such as border, background color, and padding. |
Used In Categories
This component is used in the following QR Code categories:Example Schema
Notes
- The image URL must be publicly accessible over HTTPS.
- Supported image formats:
.png,.jpg,.jpeg,.svg,.gif. - Formatting is optional but recommended for visual consistency with other elements on the page.
- Avoid oversized images (recommended max: 1MB) for faster loading times.