PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.7.10
AI Builder – Generate pages, blocks, images & translate with AI v2.7.10
2.8.0 2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 All 123 releases
ai-builder / assets / JSON-Blocks / blocks-metadatas / covers-metadata.js

covers-metadata.js in AI Builder – Generate pages, blocks, images & translate with AI 2.7.10, at assets/JSON-Blocks/blocks-metadatas/covers-metadata.js

26 lines 962 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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