{% extends '@theme/base.html.twig' %}
{% block metatitle %}{{page.metatitle}}{% endblock %}
{% block metadescription %}{{page.metadescription|striptags|slice(0, 160)}}{% endblock %}
{% block body %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "{{ sitename }}",
"telephone": "{{ renderSetting(2, 'content') }}",
"email": "{{ renderSetting(3, 'content') }}",
"address": {
"@type": "PostalAddress",
"streetAddress": "42 Readmans Industrial Estate",
"addressLocality": "East Tilbury",
"addressRegion": "Essex",
"postalCode": "RM18 8QR",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "{{ renderSetting(4, 'content') }}",
"longitude": "{{ renderSetting(5, 'content') }}"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"telephone": "{{ renderSetting(2, 'content') }}",
"areaServed": "GB"
}
}
</script>
<section class="pt-[148px] md:pt-[163px]">
<h1 class="sr-only">{{ page.title }}</h1>
{{ renderComponents('Enquiry Form', pageComponents)|raw }}
</section>
{% endblock %}
{% block stylesheets %}{% endblock %}