| 1 |
const coversMetadata = [ |
| 2 |
{ |
| 3 |
id: "cover-01", |
| 4 |
type: "cover", |
| 5 |
style: ["modern", "centered"], |
| 6 |
description: |
| 7 |
"Modern hero section with centered main title, short description and call-to-action button. Dark background with overlay and generous spacing. Perfect for homepages.", |
| 8 |
}, |
| 9 |
{ |
| 10 |
id: "cover-02", |
| 11 |
type: "cover", |
| 12 |
style: ["split", "two-columns"], |
| 13 |
description: |
| 14 |
"Split hero section in two columns with content on the left and image on the right. Title and description with left-aligned call-to-action button. Dark background with overlay. Ideal for landing pages.", |
| 15 |
}, |
| 16 |
{ |
| 17 |
id: "cover-03", |
| 18 |
type: "cover", |
| 19 |
style: ["app", "feature-list"], |
| 20 |
description: |
| 21 |
"Mobile app-oriented hero section with 'NEW APP' badge, main title, description and feature list. Two-column layout with content on the left and phone image on the right. Dark background with light overlay.", |
| 22 |
}, |
| 23 |
]; |
| 24 |
|
| 25 |
export default coversMetadata; |
| 26 |
|