{
"version": "0.4",
"title": "Vitrine Estilo Shopee",
"type": "page",
"content": [
{
"id": "hero_section",
"elType": "section",
"settings": {
"content_width": {
"unit": "px",
"size": 1200
},
"background_background": "classic",
"background_color": "#ffffff",
"padding": {
"top": 20,
"right": 15,
"bottom": 20,
"left": 15,
"unit": "px",
"isLinked": false
}
},
"elements": [
{
"id": "hero_column",
"elType": "column",
"settings": {
"_column_size": 100
},
"elements": [
{
"id": "store_title",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Minha Loja",
"header_size": "h2",
"align": "left"
}
},
{
"id": "store_subtitle",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Ofertas imperdíveis todos os dias",
"header_size": "h5",
"title_color": "#777777",
"align": "left"
}
},
{
"id": "hero_spacer",
"elType": "widget",
"widgetType": "spacer",
"settings": {
"space": {
"unit": "px",
"size": 15
}
}
},
{
"id": "hero_banner",
"elType": "widget",
"widgetType": "image",
"settings": {
"image": {
"url": "https://via.placeholder.com/1200x400.png?text=BANNER+PROMOCIONAL"
},
"image_size": "full"
}
}
]
}
]
},
{
"id": "products_section",
"elType": "section",
"settings": {
"content_width": {
"unit": "px",
"size": 1200
},
"padding": {
"top": 30,
"right": 15,
"bottom": 30,
"left": 15,
"unit": "px",
"isLinked": false
}
},
"elements": [
{
"id": "products_column",
"elType": "column",
"settings": {
"_column_size": 100
},
"elements": [
{
"id": "products_title",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "🔥 Produtos em destaque",
"header_size": "h3",
"align": "left"
}
},
{
"id": "products_grid",
"elType": "section",
"settings": {
"structure": "25",
"content_width": {
"unit": "px",
"size": 1200
}
},
"elements": [
{
"id": "product_1",
"elType": "column",
"settings": { "_column_size": 25 },
"elements": [
{
"id": "product_1_img",
"elType": "widget",
"widgetType": "image",
"settings": {
"image": {
"url": "https://via.placeholder.com/300.png?text=Produto+1"
}
}
},
{
"id": "product_1_name",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Produto Exemplo 1",
"header_size": "h6",
"align": "center"
}
},
{
"id": "product_1_price",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "R$ 99,90",
"header_size": "h5",
"align": "center",
"title_color": "#ee4d2d"
}
},
{
"id": "product_1_btn",
"elType": "widget",
"widgetType": "button",
"settings": {
"text": "Comprar",
"link": { "url": "#" },
"background_color": "#ee4d2d",
"text_color": "#ffffff",
"align": "center"
}
}
]
}
]
}
]
}
]
}
]
}