{% extends '@theme/base.html.twig' %}
{% block title %}{{ page.title }}{% endblock %}
{% block metatitle %}{{ page.metatitle }}{% endblock %}
{% block metadescription %}{{ page.metadescription|striptags|slice(0, 160) }}{% endblock %}
{% block body %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ProfessionalService",
"name": "{{ sitename }}",
"url": "{{ siteurl }}",
"image": "{{ siteurl }}{{ imageCache(asset('build/images/logo.png'), 'cropResize', 260, 88) }}",
"description": "{{ page.metadescription|striptags|slice(0, 160) }}",
"address": {
"@type": "PostalAddress",
"streetAddress": "Watch House Lane Industrial Estate",
"addressLocality": "Doncaster",
"addressRegion": "South Yorkshire",
"postalCode": "DN5 9QJ",
"addressCountry": "GB"
},
"telephone": "{{ renderSetting(2, 'content') }}, {{ renderSetting(15, 'content') }}",
"email": "{{ renderSetting(3, 'content') }}",
"geo": {
"@type": "GeoCoordinates",
"latitude": "{{ renderSetting(4, 'content') }}",
"longitude": "{{ renderSetting(5, 'content') }}"
},
"serviceType": "Scaffolding",
"sameAs": [
"https://www.facebook.com/StableScaffLTD/"
]
}
</script>
{{ renderComponents('Page Top', pageComponents)|raw }}
{{ renderComponents('Before Content', pageComponents)|raw }}
<section class="welcome-block pt-12 lg:pt-24 pb-36 lg:pb-48">
<div class="container">
<div class="row cms-area">
<div class="col-12">
<h1>{{ allowInlineEditor(page, 'title')|raw }}</h1>
</div>
<div class="xl:col-4 lg:col-5 md:col-12">
{{ allowInlineEditor(page, 'content')|raw }}
<div class="mt-auto">
<a class="btnlink btnlink-dark mt-12" href="{{ renderSetting(11, 'content') }}">{{ renderSetting(11, 'displayText') }}</a>
</div>
</div>
<div class="lg:col-6 lg:offset-1 md:col-12">
<img id="jeff-block" class="max-w-full h-auto" src="{{ imageCache('/userfiles/images/page/' ~ page.image, 'zoomCrop', 492, 268) }}" width="492" height="268" alt="{{ page.title }}" loading="lazy" />
</div>
</div>
</div>
</section>
<section>
<div class="featured-services">
<div class="container">
<div class="row">
<div class="col-12 pt-28 text-center">
<h2>Our Scaffolding Services</h2>
</div>
</div>
</div>
</div>
<div class="featured-sectors bg-grey">
<div class="container -mt-64 relative z-20">
{{ renderComponents('Home Services', pageComponents)|raw }}
<div class="border-b border-solid border-primary text-2xl md:text-3xl lg:text-4xl xl:text-5xl text-center font-medium leading-none pb-8 xl:pb-12 px-6 xl:mt-6">
{{ renderHtmlBlock('Home Service Text', pageHtmlBlocks)|raw }}
</div>
</div>
<div class="container">
{{ renderComponents('Home Sectors', pageComponents)|raw }}
</div>
</div>
</section>
{{ renderComponents('Client Slider', pageComponents)|raw }}
<section class="parallax-divider"></section>
<section class="pb-12">
<div class="container">
{{ renderComponents('Enquiry Form', pageComponents)|raw }}
</div>
</section>
{% endblock %}
{% block stylesheets %}
{% endblock %}