diff --git a/config/settings_data.json b/config/settings_data.json index 79986c8..d189188 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -218,7 +218,7 @@ "background": "#ffffff", "background_gradient": "", "text": "#141516", - "button": "#af9363", + "button": "#141516", "button_label": "#ffffff", "secondary_button_label": "#000000", "shadow": "#121212" @@ -259,10 +259,10 @@ }, "scheme-shx-texte-navbar": { "settings": { - "background": "#da2c69", + "background": "#ffffff", "background_gradient": "", - "text": "#ffffff", - "button": "#ea2027", + "text": "#121212", + "button": "#45aaf2", "button_label": "#ffffff", "secondary_button_label": "#121212", "shadow": "#121212" diff --git a/templates/page.json b/templates/page.json index 6c0e58d..b6fb8a5 100644 --- a/templates/page.json +++ b/templates/page.json @@ -11,6 +11,7 @@ "sections": { "main": { "type": "main-page", + "disabled": true, "custom_css": [ ], @@ -19,13 +20,59 @@ "padding_bottom": 100 } }, - "custom_liquid_3xUVrL": { + "custom_liquid_ni6GcW": { "type": "custom-liquid", "settings": { - "custom_liquid": "{% render 'shx-featured-collection', filter_by_tag: 'shx-figuren-landingpage' %}", + "custom_liquid": "

banner<\/h1><\/div>", "color_scheme": "", - "padding_top": 40, - "padding_bottom": 52 + "padding_top": 0, + "padding_bottom": 0 + } + }, + "image_with_text_De8bY4": { + "type": "image-with-text", + "blocks": { + "heading_nEYLyX": { + "type": "heading", + "settings": { + "heading": "Live Vorschau", + "heading_size": "h1" + } + }, + "text_aQ3jEc": { + "type": "text", + "settings": { + "text": "

Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.<\/p>", + "text_style": "body" + } + }, + "button_9U9MP7": { + "type": "button", + "settings": { + "button_label": "Button label", + "button_link": "", + "button_style_secondary": false + } + } + }, + "block_order": [ + "heading_nEYLyX", + "text_aQ3jEc", + "button_9U9MP7" + ], + "settings": { + "height": "adapt", + "desktop_image_width": "medium", + "layout": "image_first", + "desktop_content_position": "top", + "desktop_content_alignment": "left", + "content_layout": "no-overlap", + "section_color_scheme": "", + "color_scheme": "scheme-2", + "image_behavior": "none", + "mobile_content_alignment": "left", + "padding_top": 36, + "padding_bottom": 36 } }, "image_with_text_FgMLbW": { @@ -67,7 +114,7 @@ "desktop_content_alignment": "left", "content_layout": "no-overlap", "section_color_scheme": "", - "color_scheme": "", + "color_scheme": "scheme-2", "image_behavior": "none", "mobile_content_alignment": "left", "padding_top": 36, @@ -77,7 +124,8 @@ }, "order": [ "main", - "custom_liquid_3xUVrL", + "custom_liquid_ni6GcW", + "image_with_text_De8bY4", "image_with_text_FgMLbW" ] }