<script type="application/ld+json">{"@context": "https://schema.org","@type": "LocalBusiness","name": "{{ sitename }}","url": "{{ siteurl }}","areaServed": [{"@type": "Place","name": "London"},{"@type": "Place","name": "Esssex"},{"@type": "Place","name": "Kent"},{"@type": "Place","name": "Cambridge"},{"@type": "Place","name": "Oxford"}],"hasOfferCatalog": {"@type": "OfferCatalog","name": "Our Scaffolding Services","itemListElement": [{% for sectors in sectorChunks %}{% for sector in sectors %}{"@type": "Offer","itemOffered": {"@type": "Service","name": "{{ sector.title }}","description": "{{ sector.kicker|raw|striptags }}"}}{% if loop.last == false %},{% endif %}{% endfor %}{% if loop.last == false %},{% endif %}{% endfor %}]}}</script><div class="container mb-4">{% for sectors in sectorChunks %}<div class="sector-grid mb-8">{% for sector in sectors %}<a class="sector-grid--item {% if loop.first or loop.index0 is divisible by(3) %}before{% elseif loop.index is divisible by(3) %}after{% else %}center{% endif %}" style="background-image:url('{{ imageCache('/'~ sector.getFullImagePath, 'zoomCrop', 1040, 640) }}');" href="{{ generatePath(app.request, sector.linkedPageId, {sector_slug: sector.slug}) }}"><img class="max-w-full h-auto md:hidden" src="{{ imageCache('/'~ sector.getFullImagePath, 'zoomCrop', 1040, 640) }}" alt="{{ sector.title }}"><div class="sector-grid--info text-sm md:text-base">{{ sector.icon|raw }}<h3>{{ sector.title }}</h3>{{ sector.kicker|raw }}<span>Read More</span></div></a>{% endfor %}</div>{% endfor %}</div>