Tester made to measure

{% comment %} Breeze Mobility made-to-measure page section. Install as: sections/breeze-made-to-measure-section.liquid Then add “Made-to-measure page” to a Shopify page template in the Customiser. Select the hero, product and Bournemouth images using the section settings. {% endcomment %} {%- liquid assign root_id = 'BreezeMadeMeasure-' | append: section.id assign phone_display = section.settings.phone_number | default: '0333 006 2158' assign phone_link = phone_display | remove: ' ' | remove: '(' | remove: ')' | remove: '-' assign contact_url = section.settings.contact_url | default: '/pages/contact' -%}

{{ section.settings.hero_eyebrow | escape }}

{{ section.settings.hero_heading | escape }} {{ section.settings.hero_highlight | escape }}

{{ section.settings.hero_text | escape }}

{{ section.settings.hero_note | escape }}

{%- if section.settings.hero_image != blank -%} {{ section.settings.hero_image | image_url: width: 1200 | image_tag: loading: 'eager', widths: '480, 720, 960, 1200', sizes: '(max-width: 760px) 90vw, 430px', alt: section.settings.hero_image_alt }} {%- else -%} {{ 'lifestyle-1' | placeholder_svg_tag: 'bmtm-placeholder' }} {%- endif -%}
{{ section.settings.hero_image_label | escape }} {{ section.settings.hero_image_sub | escape }}
{{ section.settings.hero_badge | escape | newline_to_br }}
{%- for block in section.blocks -%} {%- if block.type == 'trust' -%}

{{ block.settings.heading | escape }}{{ block.settings.text | escape }}

{%- endif -%} {%- endfor -%}

{{ section.settings.intro_eyebrow | escape }}

{{ section.settings.intro_heading | escape }}

{{ section.settings.intro_lead | escape }}

{{ section.settings.intro_text | escape }}

{%- for block in section.blocks -%} {%- if block.type == 'benefit' -%}
{{ block.settings.step | escape }}

{{ block.settings.heading | escape }}

{{ block.settings.text | escape }}

{%- endif -%} {%- endfor -%}

{{ section.settings.products_eyebrow | escape }}

{{ section.settings.products_heading | escape }}

{{ section.settings.products_text | escape }}

{%- assign product_count = 0 -%} {%- for block in section.blocks -%} {%- if block.type == 'product' -%} {%- assign product_count = product_count | plus: 1 -%} {%- assign product_url = block.settings.link_url -%} {%- if product_url == blank and product_count == 1 -%}{%- assign product_url = '/collections/riser-recliners' -%}{%- endif -%} {%- if product_url == blank and product_count == 2 -%}{%- assign product_url = '/collections/beds' -%}{%- endif -%}
{%- if block.settings.image != blank -%} {{ block.settings.image | image_url: width: 1400 | image_tag: loading: 'lazy', widths: '480, 720, 960, 1200, 1400', sizes: '(max-width: 760px) calc(100vw - 32px), 576px', alt: block.settings.image_alt }} {%- else -%} {{ 'product-1' | placeholder_svg_tag: 'bmtm-placeholder' }} {%- endif -%} {%- if block.settings.badge != blank -%}{{ block.settings.badge | escape }}{%- endif -%}

{{ block.settings.eyebrow | escape }}

{{ block.settings.heading | escape }}

{{ block.settings.text | escape }}

    {%- if block.settings.bullet_1 != blank -%}
  • {{ block.settings.bullet_1 | escape }}
  • {%- endif -%} {%- if block.settings.bullet_2 != blank -%}
  • {{ block.settings.bullet_2 | escape }}
  • {%- endif -%} {%- if block.settings.bullet_3 != blank -%}
  • {{ block.settings.bullet_3 | escape }}
  • {%- endif -%} {%- if block.settings.bullet_4 != blank -%}
  • {{ block.settings.bullet_4 | escape }}
  • {%- endif -%}
{%- if block.settings.link_label != blank -%}{{ block.settings.link_label | escape }} {%- endif -%}
{%- endif -%} {%- endfor -%}

{{ section.settings.process_eyebrow | escape }}

{{ section.settings.process_heading | escape }}

{{ section.settings.process_text | escape }}

{{ section.settings.process_button | escape }}
    {%- for block in section.blocks -%} {%- if block.type == 'process_step' -%}
  1. {{ block.settings.step | escape }}

    {{ block.settings.heading | escape }}

    {{ block.settings.text | escape }}

  2. {%- endif -%} {%- endfor -%}
{%- if section.settings.breeze_image != blank -%} {{ section.settings.breeze_image | image_url: width: 1400 | image_tag: loading: 'lazy', widths: '480, 720, 960, 1200, 1400', sizes: '(max-width: 760px) calc(100vw - 52px), 500px', alt: section.settings.breeze_image_alt }} {%- else -%} {{ 'lifestyle-2' | placeholder_svg_tag: 'bmtm-placeholder' }} {%- endif -%}
{{ section.settings.local_heading | escape }} {{ section.settings.local_text | escape }}

{{ section.settings.breeze_eyebrow | escape }}

{{ section.settings.breeze_heading | escape }}

{{ section.settings.breeze_text | escape }}

{%- for block in section.blocks -%} {%- if block.type == 'reason' -%}
{{ block.settings.step | escape }}

{{ block.settings.heading | escape }}{{ block.settings.text | escape }}

{%- endif -%} {%- endfor -%}

{{ section.settings.quote_eyebrow | escape }}

“{{ section.settings.quote | escape }}”

{{ section.settings.quote_customer | escape }}

★★★★★

{{ section.settings.quote_side_heading | escape }}

{{ section.settings.quote_side_text | escape }}

{{ section.settings.faq_eyebrow | escape }}

{{ section.settings.faq_heading | escape }}

{{ section.settings.faq_text | escape }}

Call {{ phone_display | escape }}
{%- assign faq_count = 0 -%} {%- for block in section.blocks -%} {%- if block.type == 'faq' -%} {%- assign faq_count = faq_count | plus: 1 -%}
{{ block.settings.heading | escape }}

{{ block.settings.text | escape }}

{%- endif -%} {%- endfor -%}

{{ section.settings.final_eyebrow | escape }}

{{ section.settings.final_heading | escape }}

{{ section.settings.final_text | escape }}

{% schema %} { "name": "Made-to-measure page", "tag": "section", "class": "breeze-made-to-measure", "limit": 1, "max_blocks": 30, "settings": [ { "type": "header", "content": "Brand colours" }, { "type": "color", "id": "navy", "label": "Navy", "default": "#072f50" }, { "type": "color", "id": "navy_deep", "label": "Dark navy", "default": "#041f35" }, { "type": "color", "id": "blue", "label": "Blue", "default": "#0a507e" }, { "type": "color", "id": "accent", "label": "Yellow accent", "default": "#f2bf3f" }, { "type": "color", "id": "cream", "label": "Cream background", "default": "#f6f2ea" }, { "type": "color", "id": "ink", "label": "Main text", "default": "#142634" }, { "type": "color", "id": "muted", "label": "Secondary text", "default": "#60717d" }, { "type": "header", "content": "Contact details" }, { "type": "text", "id": "phone_number", "label": "Telephone number", "default": "0333 006 2158" }, { "type": "url", "id": "contact_url", "label": "Consultation page" }, { "type": "header", "content": "Hero" }, { "type": "text", "id": "hero_eyebrow", "label": "Hero eyebrow", "default": "Made for your body. Made for your life." }, { "type": "text", "id": "hero_heading", "label": "Hero heading", "default": "Comfort should fit" }, { "type": "text", "id": "hero_highlight", "label": "Highlighted heading", "default": "you." }, { "type": "textarea", "id": "hero_text", "label": "Hero text", "default": "Discover British-made riser recliner chairs and adjustable beds tailored to your measurements, comfort and style — with friendly, no-pressure guidance from Breeze Mobility Bournemouth." }, { "type": "text", "id": "hero_button", "label": "Main button", "default": "Book a free comfort consultation" }, { "type": "text", "id": "call_button", "label": "Call button prefix", "default": "Call" }, { "type": "text", "id": "hero_note", "label": "Trust note", "default": "✓ Helpful advice ✓ No obligation ✓ No pressure" }, { "type": "image_picker", "id": "hero_image", "label": "Hero image" }, { "type": "text", "id": "hero_image_alt", "label": "Hero image alt text", "default": "Breeze Mobility demonstrating a rise and recline chair" }, { "type": "text", "id": "hero_image_label", "label": "Image label", "default": "Made around you" }, { "type": "text", "id": "hero_image_sub", "label": "Image label subtitle", "default": "British craftsmanship · Personal comfort" }, { "type": "textarea", "id": "hero_badge", "label": "Round badge", "default": "Tailored\ncomfort" }, { "type": "header", "content": "Why made to measure" }, { "type": "text", "id": "intro_eyebrow", "label": "Intro eyebrow", "default": "The difference you can feel" }, { "type": "text", "id": "intro_heading", "label": "Intro heading", "default": "Furniture shouldn’t ask you to fit around it." }, { "type": "textarea", "id": "intro_lead", "label": "Intro lead", "default": "Standard furniture is designed around an “average” person. But bodies, mobility needs and homes are anything but average." }, { "type": "textarea", "id": "intro_text", "label": "Intro text", "default": "A chair that is too deep can leave your feet unsupported. One that is too high or low may make standing harder. A mattress with the wrong feel may not give you the support you prefer. Made-to-measure furniture starts with you, creating a better balance of comfort, support, movement and style." }, { "type": "header", "content": "Products" }, { "type": "text", "id": "products_eyebrow", "label": "Products eyebrow", "default": "One size does not fit all" }, { "type": "text", "id": "products_heading", "label": "Products heading", "default": "Two ways to transform everyday comfort" }, { "type": "text", "id": "products_text", "label": "Products text", "default": "Thoughtfully specified around the person who matters most: you." }, { "type": "header", "content": "Four-step process" }, { "type": "text", "id": "process_eyebrow", "label": "Process eyebrow", "default": "Personal from first hello" }, { "type": "text", "id": "process_heading", "label": "Process heading", "default": "Your perfect fit, in four simple steps." }, { "type": "textarea", "id": "process_text", "label": "Process text", "default": "Choosing specialist furniture can feel like a big decision. We make it clear, calm and personal from the start." }, { "type": "text", "id": "process_button", "label": "Process button", "default": "Start with a friendly conversation" }, { "type": "header", "content": "Why Breeze" }, { "type": "image_picker", "id": "breeze_image", "label": "Bournemouth image" }, { "type": "text", "id": "breeze_image_alt", "label": "Bournemouth image alt text", "default": "Breeze Mobility demonstrating an adjustable bed" }, { "type": "text", "id": "local_heading", "label": "Image card heading", "default": "Bournemouth based" }, { "type": "text", "id": "local_text", "label": "Image card text", "default": "Independent mobility specialists" }, { "type": "text", "id": "breeze_eyebrow", "label": "Breeze eyebrow", "default": "Why Breeze Mobility Bournemouth?" }, { "type": "text", "id": "breeze_heading", "label": "Breeze heading", "default": "Big enough to offer choice. Personal enough to care." }, { "type": "textarea", "id": "breeze_text", "label": "Breeze text", "default": "We are an independent British business built around one goal: helping people stay comfortable, active and independent in the homes they love." }, { "type": "header", "content": "Testimonial" }, { "type": "text", "id": "quote_eyebrow", "label": "Testimonial eyebrow", "default": "A Breeze customer story" }, { "type": "textarea", "id": "quote", "label": "Customer quote", "default": "The perfect bed for my mobility problems — very comfortable, and the massage option is fantastic." }, { "type": "text", "id": "quote_customer", "label": "Customer name", "default": "Mr Hughes · Breeze Mobility customer" }, { "type": "text", "id": "quote_side_heading", "label": "Testimonial side heading", "default": "Helpful from choice to installation" }, { "type": "textarea", "id": "quote_side_text", "label": "Testimonial side text", "default": "Customers value clear communication, friendly delivery teams and furniture that makes a real difference to everyday comfort." }, { "type": "header", "content": "FAQ introduction" }, { "type": "text", "id": "faq_eyebrow", "label": "FAQ eyebrow", "default": "Good to know" }, { "type": "text", "id": "faq_heading", "label": "FAQ heading", "default": "Your questions, answered." }, { "type": "textarea", "id": "faq_text", "label": "FAQ text", "default": "Still unsure what would suit you? A short conversation with our team is often the easiest place to start." }, { "type": "header", "content": "Final call to action" }, { "type": "text", "id": "final_eyebrow", "label": "Final eyebrow", "default": "Your comfort consultation" }, { "type": "text", "id": "final_heading", "label": "Final heading", "default": "Let’s find what feels right for you." }, { "type": "text", "id": "final_text", "label": "Final text", "default": "Friendly guidance. Tailored recommendations. No pressure and no obligation." }, { "type": "text", "id": "final_button", "label": "Final button", "default": "Request a free consultation" }, { "type": "text", "id": "call_prompt", "label": "Telephone prompt", "default": "Prefer to talk?" } ], "blocks": [ { "type": "trust", "name": "Trust point", "limit": 4, "settings": [ { "type": "text", "id": "icon", "label": "Icon or symbol", "default": "✓" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Made in Britain" }, { "type": "text", "id": "text", "label": "Text", "default": "Crafted with care" } ] }, { "type": "benefit", "name": "Made-to-measure benefit", "limit": 4, "settings": [ { "type": "text", "id": "step", "label": "Step label", "default": "Step 1" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Support in the right places" }, { "type": "textarea", "id": "text", "label": "Text", "default": "The right dimensions and support can encourage a more comfortable posture and reduce unnecessary strain." } ] }, { "type": "product", "name": "Product card", "limit": 2, "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "image_alt", "label": "Image alt text", "default": "Made-to-measure mobility furniture" }, { "type": "checkbox", "id": "contain_image", "label": "Show whole image", "default": false }, { "type": "text", "id": "badge", "label": "Image badge", "default": "Made to fit you" }, { "type": "text", "id": "eyebrow", "label": "Eyebrow", "default": "Rise & recline chairs" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Sit beautifully. Rise confidently." }, { "type": "textarea", "id": "text", "label": "Description", "default": "Tailored dimensions and support can help you sit more comfortably and rise with less effort." }, { "type": "text", "id": "bullet_1", "label": "Bullet 1", "default": "Seat height, width and depth selected for you" }, { "type": "text", "id": "bullet_2", "label": "Bullet 2", "default": "Choice of supportive back styles and cushioning" }, { "type": "text", "id": "bullet_3", "label": "Bullet 3", "default": "Single, dual and tilt-in-space movement options" }, { "type": "text", "id": "bullet_4", "label": "Bullet 4", "default": "Wide choice of fabrics and finishing details" }, { "type": "text", "id": "link_label", "label": "Link label", "default": "Explore made-to-measure chairs" }, { "type": "url", "id": "link_url", "label": "Link" } ] }, { "type": "process_step", "name": "Process step", "limit": 4, "settings": [ { "type": "text", "id": "step", "label": "Step label", "default": "Step 1" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Talk" }, { "type": "textarea", "id": "text", "label": "Text", "default": "Tell us what is comfortable, what is difficult and what you would like to improve." } ] }, { "type": "reason", "name": "Reason to choose Breeze", "limit": 4, "settings": [ { "type": "text", "id": "step", "label": "Step label", "default": "Step 1" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Advice centred on you" }, { "type": "textarea", "id": "text", "label": "Text", "default": "We listen first, explain the options clearly and recommend around your needs and budget." } ] }, { "type": "faq", "name": "FAQ", "limit": 8, "settings": [ { "type": "text", "id": "heading", "label": "Question", "default": "What makes a product made to measure?" }, { "type": "textarea", "id": "text", "label": "Answer", "default": "The important dimensions and support choices are selected around you, your comfort and the way you use the product." } ] } ], "presets": [ { "name": "Made-to-measure page", "blocks": [ { "type": "trust", "settings": { "icon": "◆", "heading": "Made in Britain", "text": "Crafted with care" } }, { "type": "trust", "settings": { "icon": "⌂", "heading": "Personal service", "text": "Independent & local" } }, { "type": "trust", "settings": { "icon": "✓", "heading": "VAT relief", "text": "On qualifying products" } }, { "type": "trust", "settings": { "icon": "◇", "heading": "White Glove delivery", "text": "Set up in your room" } }, { "type": "benefit", "settings": { "step": "Step 1", "heading": "Support in the right places", "text": "The right seat height, depth and back support can encourage a more comfortable posture and help reduce unnecessary strain when sitting or standing." } }, { "type": "benefit", "settings": { "step": "Step 2", "heading": "Comfort made personal", "text": "Your furniture is specified around your height, build, mobility and the way you use it — not an average set of measurements." } }, { "type": "benefit", "settings": { "step": "Step 3", "heading": "Easier everyday movement", "text": "Thoughtful positioning and smooth powered movement can make relaxing, rising, getting into bed and changing position feel more manageable." } }, { "type": "benefit", "settings": { "step": "Step 4", "heading": "Easier everyday movement", "text": "Choose the size, support, back style, fabric and finishing details that suit your room as beautifully as they suit you." } }, { "type": "product", "settings": { "contain_image": true, "badge": "Made to fit you", "eyebrow": "Rise & recline chairs", "heading": "Sit beautifully. Rise confidently.", "text": "Tailored dimensions and support can help you sit more comfortably and rise with less effort, while powered movement lets you find your preferred position at the touch of a button.", "bullet_1": "Seat height, width and depth selected for you", "bullet_2": "Choice of supportive back styles and cushioning", "bullet_3": "Single, dual and tilt-in-space movement options", "bullet_4": "Wide choice of fabrics and finishing details", "link_label": "Explore made-to-measure chairs" } }, { "type": "product", "settings": { "contain_image": false, "badge": "Made for better rest", "eyebrow": "Adjustable beds", "heading": "Find your position for better rest.", "text": "Raise your head, legs or both to settle into a comfortable position for sleeping, reading or relaxing. The mattress support can be selected around your height, weight and preferred feel.", "bullet_1": "Independent head and leg adjustment", "bullet_2": "Supportive mattress choices tailored to you", "bullet_3": "Single and dual options for individual comfort", "bullet_4": "Headboard, fabric, storage and comfort upgrades", "link_label": "Explore adjustable beds" } }, { "type": "process_step", "settings": { "step": "Step 1", "heading": "Talk", "text": "Tell us what is comfortable, what is difficult and what you would like to improve." } }, { "type": "process_step", "settings": { "step": "Step 2", "heading": "Measure", "text": "We consider your body measurements, preferred support and the space in your home." } }, { "type": "process_step", "settings": { "step": "Step 3", "heading": "Choose", "text": "Select the style, fabric, movement, mattress feel and useful options that suit you." } }, { "type": "process_step", "settings": { "step": "Step 4", "heading": "Relax", "text": "Your furniture is made, delivered and can be installed and demonstrated in your room." } }, { "type": "reason", "settings": { "step": "Step 1", "heading": "Advice centred on you", "text": "We listen first, explain the options clearly and recommend around your needs and budget." } }, { "type": "reason", "settings": { "step": "Step 2", "heading": "Quality without the intimidating sales pitch", "text": "You can ask questions, compare choices and decide in your own time." } }, { "type": "reason", "settings": { "step": "Step 3", "heading": "Support beyond the sale", "text": "From VAT relief guidance to delivery, installation and product demonstration, we help make the whole journey easier." } }, { "type": "reason", "settings": { "step": "Step 4", "heading": "British-made choice and lasting value", "text": "We prioritise well-made furniture, useful features and solutions designed for everyday life." } }, { "type": "faq", "settings": { "heading": "What makes a product made to measure?", "text": "The important dimensions and support choices are selected around you. For a chair, that can include seat height, seat depth, width, back style and motor action. For a bed, it can include size, mattress support, fabric and comfort options." } }, { "type": "faq", "settings": { "heading": "Can I choose the colour and fabric?", "text": "Yes. We offer a wide choice of fabrics, colours and finishing details so your chair or bed complements your home as well as supporting your needs." } }, { "type": "faq", "settings": { "heading": "Is VAT relief available?", "text": "Many qualifying products can be supplied without VAT when the user has a disability or long-term illness and the relevant conditions are met. Our team can explain the declaration process; eligibility rules apply." } }, { "type": "faq", "settings": { "heading": "Can you deliver and set everything up?", "text": "Yes. White Glove delivery and installation is available, subject to product and postcode. We can place the furniture in your chosen room, assemble it and show you how it works." } }, { "type": "faq", "settings": { "heading": "Will I be pressured to buy?", "text": "No. Our role is to help you understand the options and make an informed choice. You are welcome to ask questions and take the time you need." } } ] } ], "enabled_on": { "templates": ["page"] } } {% endschema %}
Send us a message!

Contact form