{ "page_settings": { "title": "Store Landing Page", "layout": "full_width" }, "sections": [ { "id": "left_sidebar", "widgetType": "section", "settings": { "structure": "10", "width": {"unit": "%", "size": 20}, "background_color": "#f5f5f5", "padding": {"top": "30px", "bottom": "30px"} }, "elements": [ { "widgetType": "heading", "settings": { "title": "Categories", "typography": {"font_size": "18px", "font_weight": "600"}, "margin": {"bottom": "20px"} } }, { "widgetType": "text-editor", "settings": { "editor": "
  • Games
  • Apps
  • Books
  • Kids
" } } ] }, { "id": "main_content", "widgetType": "section", "settings": { "structure": "90", "width": {"unit": "%", "size": 80}, "padding": {"left": "30px", "right": "30px"} }, "elements": [ { "widgetType": "heading", "settings": { "title": "Now Available", "typography": {"font_size": "24px", "color": "#4285f4"}, "margin": {"bottom": "15px"} } }, { "widgetType": "image-box", "settings": { "title": "Featured Product Title", "description": "Begin your dark fantasy RPG adventure", "image": {"url": "REPLACE_WITH_HERO_IMAGE_URL"}, "button_text": "Install Now", "button_color": "#34a853", "content_position": "left" } }, { "widgetType": "heading", "settings": { "title": "Top Charts", "typography": {"font_size": "22px", "color": "#757575"}, "margin": {"top": "40px", "bottom": "20px"} } }, { "widgetType": "grid", "settings": { "columns": 3, "column_gap": {"unit": "px", "size": 20}, "row_gap": {"unit": "px", "size": 20} }, "elements": [ { "widgetType": "column", "elements": [ { "widgetType": "image", "settings": { "image": {"url": "REPLACE_WITH_PRODUCT_IMAGE_1"}, "size": "medium" } }, { "widgetType": "star-rating", "settings": { "rating": 4.5, "star_size": {"unit": "px", "size": 18} } }, { "widgetType": "heading", "settings": { "title": "Product Title 1", "typography": {"font_size": "16px"} } } ] }, // Repeat similar column structure for other products { "widgetType": "column", "elements": [ { "widgetType": "image", "settings": { "image": {"url": "REPLACE_WITH_PRODUCT_IMAGE_2"}, "size": "medium" } }, { "widgetType": "star-rating", "settings": { "rating": 4.8, "star_size": {"unit": "px", "size": 18} } }, { "widgetType": "heading", "settings": { "title": "Product Title 2", "typography": {"font_size": "16px"} } } ] } ] } ] } ] }