Brand Page

{% comment %} Brand Landing Page - Mattress Home / Florence Theme Generic brand landing template based on the provided mockup. File: sections/brand-landing-tempur-mockup.liquid {% endcomment %}
{% if section.settings.show_breadcrumb %}
Home / Brands / {{ section.settings.brand_name }}
{% endif %}
{% if section.settings.brand_logo != blank %} {% else %}

{{ section.settings.brand_name }}

{% endif %}

{{ section.settings.hero_title }}

{{ section.settings.hero_text }}

{% if section.settings.hero_button_label != blank %} {{ section.settings.hero_button_label }} {% endif %}
{% if section.settings.hero_image != blank %} {{ section.settings.hero_title | escape }} {% endif %}
{% assign feature_blocks = section.blocks | where: 'type', 'brand_feature' %} {% if feature_blocks.size > 0 %}

{{ section.settings.features_title }}

{% for block in feature_blocks %}
{% if block.settings.icon != blank %}{{ block.settings.title | escape }}{% endif %}

{{ block.settings.title }}

{{ block.settings.text }}

{% endfor %}
{% endif %} {% assign collection_blocks = section.blocks | where: 'type', 'collection_card' %} {% if collection_blocks.size > 0 %}

{{ section.settings.collections_title }}

{% for block in collection_blocks %} {% endfor %}
{% endif %} {% if section.settings.show_quiz %}

{{ section.settings.quiz_title }}

{{ section.settings.quiz_text }}

{% assign quiz_items = section.settings.quiz_options | split: ',' %} {% for item in quiz_items %} {{ item | strip }} {% endfor %}
{% if section.settings.quiz_image != blank %}{% endif %}
{% endif %} {% assign technology_blocks = section.blocks | where: 'type', 'technology' %} {% if technology_blocks.size > 0 %}

{{ section.settings.technology_title }}

{% for block in technology_blocks %}
{% if block.settings.image != blank %}{{ block.settings.title | escape }}{% endif %}

{{ block.settings.title }}

{{ block.settings.text }}

{% endfor %}
{% endif %} {% if section.settings.show_adjustable %}
{% if section.settings.adjustable_image != blank %}{{ section.settings.adjustable_title | escape }}{% endif %}

{{ section.settings.adjustable_eyebrow }}

{{ section.settings.adjustable_title }}

{{ section.settings.adjustable_text }}

{{ section.settings.adjustable_button }}
{% endif %} {% assign accessory_blocks = section.blocks | where: 'type', 'accessory' %} {% if accessory_blocks.size > 0 %}

{{ section.settings.accessories_title }}

{% for block in accessory_blocks %} {% endfor %}
{% endif %} {% assign review_blocks = section.blocks | where: 'type', 'review' %} {% if review_blocks.size > 0 %}

{{ section.settings.reviews_title }}

{% for block in review_blocks %}
★★★★★

“{{ block.settings.text }}”

— {{ block.settings.author }}
{% endfor %}
{% endif %} {% if section.settings.show_video %}
{% if section.settings.video_image != blank %}{{ section.settings.video_title | escape }}{% endif %}

{{ section.settings.video_eyebrow }}

{{ section.settings.video_title }}

{{ section.settings.video_text }}

{{ section.settings.video_button }}
{% endif %} {% assign compare_blocks = section.blocks | where: 'type', 'comparison_row' %} {% if compare_blocks.size > 0 %}

{{ section.settings.comparison_title }}

{% for block in compare_blocks %} {% endfor %}
Collection Comfort Cooling Support Price Tier Warranty
{{ block.settings.collection }} {{ block.settings.comfort }} {{ block.settings.cooling }} {{ block.settings.support }} {{ block.settings.price }} {{ block.settings.warranty }}
{% for block in compare_blocks %}

{{ block.settings.collection }}

Comfort{{ block.settings.comfort }}
Cooling{{ block.settings.cooling }}
Support{{ block.settings.support }}
Price{{ block.settings.price }}
Warranty{{ block.settings.warranty }}
{% endfor %}
{% endif %} {% assign why_blocks = section.blocks | where: 'type', 'why_mh' %} {% if why_blocks.size > 0 %}

{{ section.settings.why_title }}

{% for block in why_blocks %}
{% if block.settings.icon != blank %}{{ block.settings.title | escape }}{% endif %} {{ block.settings.title }}
{% endfor %}
{% endif %} {% if section.settings.seo_title != blank or section.settings.seo_text != blank %}

{{ section.settings.seo_title }}

{{ section.settings.seo_text }}
{% endif %} {% if section.settings.show_bottom_bar %}
{% assign benefits = section.settings.bottom_benefits | split: ',' %} {% for benefit in benefits %}
{{ benefit | strip }}
{% endfor %}
{% endif %}
{% schema %} { "name": "Brand landing template", "settings": [ { "type": "checkbox", "id": "show_breadcrumb", "label": "Show breadcrumb", "default": true }, { "type": "text", "id": "brand_name", "label": "Brand name", "default": "Tempur-Pedic" }, { "type": "image_picker", "id": "brand_logo", "label": "Brand logo" }, { "type": "image_picker", "id": "hero_image", "label": "Hero image" }, { "type": "text", "id": "hero_title", "label": "Hero title", "default": "The most advanced sleep technology." }, { "type": "textarea", "id": "hero_text", "label": "Hero text", "default": "Unmatched pressure relief and personalized comfort for deeper, more restorative sleep." }, { "type": "text", "id": "hero_button_label", "label": "Hero button label", "default": "Shop collections" }, { "type": "url", "id": "hero_button_link", "label": "Hero button link" }, { "type": "text", "id": "features_title", "label": "Features title", "default": "Why customers choose this brand" }, { "type": "range", "id": "feature_columns", "label": "Feature columns desktop", "min": 3, "max": 6, "step": 1, "default": 4 }, { "type": "text", "id": "collections_title", "label": "Collections title", "default": "Shop by collection" }, { "type": "checkbox", "id": "show_quiz", "label": "Show mattress finder", "default": true }, { "type": "text", "id": "quiz_title", "label": "Quiz title", "default": "Find your perfect mattress" }, { "type": "textarea", "id": "quiz_text", "label": "Quiz text", "default": "Answer a few quick questions and we’ll recommend the best mattress for you." }, { "type": "text", "id": "quiz_options", "label": "Quiz options separated by commas", "default": "Side Sleeper, Back Sleeper, Cooling, Firm Support, Luxury Comfort" }, { "type": "image_picker", "id": "quiz_image", "label": "Quiz image" }, { "type": "text", "id": "technology_title", "label": "Technology title", "default": "Exclusive technologies" }, { "type": "checkbox", "id": "show_adjustable", "label": "Show adjustable bases", "default": true }, { "type": "image_picker", "id": "adjustable_image", "label": "Adjustable bases image" }, { "type": "text", "id": "adjustable_eyebrow", "label": "Adjustable eyebrow", "default": "Complete your sleep system" }, { "type": "text", "id": "adjustable_title", "label": "Adjustable title", "default": "Adjustable Bases" }, { "type": "textarea", "id": "adjustable_text", "label": "Adjustable text", "default": "Take your comfort to the next level with an adjustable base." }, { "type": "text", "id": "adjustable_button", "label": "Adjustable button", "default": "Shop adjustable bases" }, { "type": "url", "id": "adjustable_link", "label": "Adjustable link" }, { "type": "text", "id": "accessories_title", "label": "Accessories title", "default": "Sleep better with the right accessories" }, { "type": "text", "id": "reviews_title", "label": "Reviews title", "default": "Customer reviews" }, { "type": "checkbox", "id": "show_video", "label": "Show video", "default": true }, { "type": "image_picker", "id": "video_image", "label": "Video thumbnail" }, { "type": "url", "id": "video_link", "label": "Video link" }, { "type": "text", "id": "video_eyebrow", "label": "Video eyebrow", "default": "Why this brand?" }, { "type": "text", "id": "video_title", "label": "Video title", "default": "See the difference. Feel the difference." }, { "type": "textarea", "id": "video_text", "label": "Video text", "default": "Watch how this sleep technology is engineered for better rest." }, { "type": "text", "id": "video_button", "label": "Video button", "default": "Watch video" }, { "type": "text", "id": "comparison_title", "label": "Comparison title", "default": "Compare collections" }, { "type": "text", "id": "why_title", "label": "Why Mattress Home title", "default": "Why buy from Mattress Home?" }, { "type": "text", "id": "seo_title", "label": "SEO title", "default": "About this brand" }, { "type": "richtext", "id": "seo_text", "label": "SEO text", "default": "

Add brand SEO content here. Include local keywords, collection information, benefits, warranty details, and showroom support.

" }, { "type": "checkbox", "id": "show_bottom_bar", "label": "Show bottom benefits bar", "default": true }, { "type": "text", "id": "bottom_benefits", "label": "Bottom benefits separated by commas", "default": "120 Night Sleep Trial, 10 Year Warranty, 0% Financing Available, Local Florida Experts, 5 Star Customer Service" }, { "type": "color", "id": "primary_color", "label": "Primary color", "default": "#071b3a" }, { "type": "color", "id": "secondary_color", "label": "Secondary color", "default": "#66c7d5" }, { "type": "color", "id": "soft_bg", "label": "Soft background", "default": "#f4f8fa" } ], "blocks": [ { "type": "brand_feature", "name": "Brand feature", "settings": [ { "type": "image_picker", "id": "icon", "label": "Icon" }, { "type": "text", "id": "title", "label": "Title", "default": "Pressure Relief" }, { "type": "textarea", "id": "text", "label": "Text", "default": "Add a short benefit description here." } ] }, { "type": "collection_card", "name": "Collection card", "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "title", "label": "Title", "default": "Collection name" }, { "type": "textarea", "id": "text", "label": "Text", "default": "Short collection description." }, { "type": "text", "id": "link_label", "label": "Link label", "default": "Shop now" }, { "type": "url", "id": "link", "label": "Link" } ] }, { "type": "technology", "name": "Technology", "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "title", "label": "Title", "default": "Technology title" }, { "type": "textarea", "id": "text", "label": "Text", "default": "Add technology description." } ] }, { "type": "accessory", "name": "Accessory", "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "title", "label": "Title", "default": "Pillows" }, { "type": "text", "id": "link_label", "label": "Link label", "default": "Shop now" }, { "type": "url", "id": "link", "label": "Link" } ] }, { "type": "review", "name": "Review", "settings": [ { "type": "textarea", "id": "text", "label": "Review", "default": "Best sleep I’ve had in years." }, { "type": "text", "id": "author", "label": "Author", "default": "Customer, Sarasota, FL" } ] }, { "type": "comparison_row", "name": "Comparison row", "settings": [ { "type": "text", "id": "collection", "label": "Collection", "default": "Collection" }, { "type": "text", "id": "comfort", "label": "Comfort", "default": "Medium" }, { "type": "text", "id": "cooling", "label": "Cooling", "default": "❄ ❄ ❄" }, { "type": "text", "id": "support", "label": "Support", "default": "● ● ● ●" }, { "type": "text", "id": "price", "label": "Price tier", "default": "$$$" }, { "type": "text", "id": "warranty", "label": "Warranty", "default": "10 Years" } ] }, { "type": "why_mh", "name": "Why Mattress Home", "settings": [ { "type": "image_picker", "id": "icon", "label": "Icon" }, { "type": "text", "id": "title", "label": "Title", "default": "Same Day Delivery" } ] } ], "presets": [ { "name": "Brand landing template", "blocks": [ { "type": "brand_feature" }, { "type": "brand_feature", "settings": { "title": "Cooling Technology" } }, { "type": "brand_feature", "settings": { "title": "Motion Isolation" } }, { "type": "brand_feature", "settings": { "title": "Adjustable Base Compatible" } }, { "type": "collection_card", "settings": { "title": "LuxeAdapt" } }, { "type": "collection_card", "settings": { "title": "ProAdapt" } }, { "type": "collection_card", "settings": { "title": "Adapt" } }, { "type": "collection_card", "settings": { "title": "Breeze" } }, { "type": "technology" }, { "type": "technology", "settings": { "title": "SmartClimate Cover" } }, { "type": "technology", "settings": { "title": "Advanced Cooling" } }, { "type": "technology", "settings": { "title": "Ergonomic Support" } }, { "type": "accessory" }, { "type": "accessory", "settings": { "title": "Mattress Protectors" } }, { "type": "accessory", "settings": { "title": "Sheets" } }, { "type": "accessory", "settings": { "title": "Foundations" } }, { "type": "review" }, { "type": "review" }, { "type": "review" }, { "type": "comparison_row", "settings": { "collection": "LuxeAdapt" } }, { "type": "comparison_row", "settings": { "collection": "ProAdapt" } }, { "type": "comparison_row", "settings": { "collection": "Adapt" } }, { "type": "comparison_row", "settings": { "collection": "Breeze" } }, { "type": "why_mh", "settings": { "title": "Family Owned Since 2015" } }, { "type": "why_mh", "settings": { "title": "Same Day Delivery" } }, { "type": "why_mh", "settings": { "title": "Local Florida Experts" } }, { "type": "why_mh", "settings": { "title": "Financing Available" } }, { "type": "why_mh", "settings": { "title": "White Glove Delivery" } }, { "type": "why_mh", "settings": { "title": "Price Match Guarantee" } } ] } ] } {% endschema %}