/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $page_for_posts = get_option( 'page_for_posts' ); ?>
<?php if( '' !== get_post()->post_content ): ?>
<section>
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-5 medium-6 small-12 cell">
<?php echo get_post_field( 'post_content', $page_for_posts ); ?>
</div>
<?php if(get_field('intro', $page_for_posts)): ?>
<div class="large-7 medium-6 small-12 cell">
<?php echo the_field('intro', $page_for_posts); ?>
</div>
<?php endif; ?>
</div>
</div>
</section>
<?php endif; ?>
<section class="news-wrap secondary panel">
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-10 medium-11 small-12 cell">
<?php $args = array(
'post_type' => 'post',
'posts_per_page' => -1,
'orderby' => 'menu_order title',
'order' => 'ASC',
);
$blog_posts = new WP_Query( $args ); ?>
<?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<h5>FEATURED WORK</h5>
<h2><?php echo e($blog_post->post_title); ?></h2>
<hr class="secondary small mb4">
Arguments
"Trying to get property 'post_content' of non-object (View: /homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php)"
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#2358
#message: "Trying to get property 'post_content' of non-object"
#code: 0
#file: "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
#line: 7
#severity: E_NOTICE
}
2
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $page_for_posts = get_option( 'page_for_posts' ); ?>
<?php if( '' !== get_post()->post_content ): ?>
<section>
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-5 medium-6 small-12 cell">
<?php echo get_post_field( 'post_content', $page_for_posts ); ?>
</div>
<?php if(get_field('intro', $page_for_posts)): ?>
<div class="large-7 medium-6 small-12 cell">
<?php echo the_field('intro', $page_for_posts); ?>
</div>
<?php endif; ?>
</div>
</div>
</section>
<?php endif; ?>
<section class="news-wrap secondary panel">
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-10 medium-11 small-12 cell">
<?php $args = array(
'post_type' => 'post',
'posts_per_page' => -1,
'orderby' => 'menu_order title',
'order' => 'ASC',
);
$blog_posts = new WP_Query( $args ); ?>
<?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<h5>FEATURED WORK</h5>
<h2><?php echo e($blog_post->post_title); ?></h2>
<hr class="secondary small mb4">
Arguments
"Trying to get property 'post_content' of non-object"
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $page_for_posts = get_option( 'page_for_posts' ); ?>
<?php if( '' !== get_post()->post_content ): ?>
<section>
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-5 medium-6 small-12 cell">
<?php echo get_post_field( 'post_content', $page_for_posts ); ?>
</div>
<?php if(get_field('intro', $page_for_posts)): ?>
<div class="large-7 medium-6 small-12 cell">
<?php echo the_field('intro', $page_for_posts); ?>
</div>
<?php endif; ?>
</div>
</div>
</section>
<?php endif; ?>
<section class="news-wrap secondary panel">
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-10 medium-11 small-12 cell">
<?php $args = array(
'post_type' => 'post',
'posts_per_page' => -1,
'orderby' => 'menu_order title',
'order' => 'ASC',
);
$blog_posts = new WP_Query( $args ); ?>
<?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<h5>FEATURED WORK</h5>
<h2><?php echo e($blog_post->post_title); ?></h2>
<hr class="secondary small mb4">
Arguments
8
"Trying to get property 'post_content' of non-object"
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
7
array:15 [
"__path" => "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
"__data" => array:12 [
"__env" => Illuminate\View\Factory {#1230}
"app" => Roots\Acorn\Application {#1141}
"siteName" => "FrameTech"
"title" => ""
"fields" => array:1 [
0 => false
]
"contact" => array:6 [
"email" => "enquiries@frame-tech.co.uk"
"phone" => "01924 481540"
"twitter" => ""
"facebook" => ""
"instagram" => ""
"address" => """
FrameTech Structures,<br />\r\n
Lock Way, Ravensthorpe,<br />\r\n
Dewsbury, WF13 3SX
"""
]
"cta" => array:2 [
"text" => "<h3>Let’s talk about your next project</h3>\n"
"image" => null
]
"global" => array:9 [
"our_offer_intro_text" => """
<h2>Our Systems</h2>\n
<p>At FrameTech we offer three varying offsite timber<br />\n
frame panel systems:</p>\n
"""
"systems" => array:3 [
0 => array:3 [
"title" => "Open System"
"image" => array:24 [
"ID" => 462
"id" => 462
"title" => "open-system"
"filename" => "open-system.png"
"filesize" => 30974
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"link" => "https://frame-tech.co.uk/open-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "open-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 15:03:15"
"modified" => "2021-06-30 15:03:15"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
1 => array:3 [
"title" => "Hybrid System"
"image" => array:24 [
"ID" => 256
"id" => 256
"title" => "hybrid-system"
"filename" => "hybrid-system.png"
"filesize" => 39286
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"link" => "https://frame-tech.co.uk/hybrid-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "hybrid-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
2 => array:3 [
"title" => "Closed System"
"image" => array:24 [
"ID" => 255
"id" => 255
"title" => "closed-system"
"filename" => "closed-system.png"
"filesize" => 34732
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"link" => "https://frame-tech.co.uk/closed-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "closed-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
]
"accreditations_text" => """
<h2>Industry-Standard<br />\n
Accreditations</h2>\n
"""
"logos" => array:5 [
0 => array:24 [
"ID" => 699
"id" => 699
"title" => "chas_2"
"filename" => "chas_2.png"
"filesize" => 4105
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"link" => "https://frame-tech.co.uk/chas_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "chas_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
1 => array:24 [
"ID" => 700
"id" => 700
"title" => "sta_2"
"filename" => "sta_2.png"
"filesize" => 3964
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"link" => "https://frame-tech.co.uk/sta_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "sta_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
2 => array:24 [
"ID" => 701
"id" => 701
"title" => "Structural_Timber_Association_Member_2"
"filename" => "Structural_Timber_Association_Member_2.png"
"filesize" => 3269
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "structural_timber_association_member_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:42"
"modified" => "2021-12-02 15:59:42"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
3 => array:24 [
"ID" => 696
"id" => 696
"title" => "9001_2"
"filename" => "9001_2.png"
"filesize" => 3796
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"link" => "https://frame-tech.co.uk/9001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "9001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:39"
"modified" => "2021-12-02 15:59:39"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
4 => array:24 [
"ID" => 697
"id" => 697
"title" => "14001_2"
"filename" => "14001_2.png"
"filesize" => 3829
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"link" => "https://frame-tech.co.uk/14001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "14001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:40"
"modified" => "2021-12-02 15:59:40"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
]
"brochure_text" => """
<h2>Download Our Brochure</h2>\n
<p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
"""
"brochure_image" => array:24 [
"ID" => 127
"id" => 127
"title" => "brochure"
"filename" => "brochure.png"
"filesize" => 150485
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"link" => "https://frame-tech.co.uk/brochure/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "brochure"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-22 14:41:57"
"modified" => "2021-06-22 14:41:57"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 429
"height" => 602
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
"medium-width" => 214
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"medium_large-width" => 429
"medium_large-height" => 602
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"large-width" => 429
"large-height" => 602
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"1536x1536-width" => 429
"1536x1536-height" => 602
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"2048x2048-width" => 429
"2048x2048-height" => 602
]
]
"testimonials" => array:2 [
0 => array:3 [
"text" => """
We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
We look forward to working with them on future sites.
"""
"name" => "Paul McGarry"
"title" => "Regional Operations Director, Lovell North West"
]
1 => array:3 [
"text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
"name" => "Nathan Phillips"
"title" => "Construction director, Russell Homes"
]
]
"our_process_intro_text" => """
<h5>Our Process</h5>\n
<h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
"""
"processes" => array:3 [
0 => array:4 [
"icon" => array:24 [
"ID" => 153
"id" => 153
"title" => "design"
"filename" => "design.svg"
"filesize" => 2824
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"link" => "https://frame-tech.co.uk/home/design/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "design"
"status" => "inherit"
"uploaded_to" => 2
"date" => "2021-06-23 11:23:57"
"modified" => "2021-06-23 11:43:10"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Design"
"image" => array:24 [
"ID" => 293
"id" => 293
"title" => "Our_Process_Design"
"filename" => "Our_Process_Design.png"
"filesize" => 130397
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"link" => "https://frame-tech.co.uk/our_process_design/"
"alt" => "Design"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_design"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:21:39"
"modified" => "2021-06-30 09:23:18"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
"""
]
1 => array:4 [
"icon" => array:24 [
"ID" => 291
"id" => 291
"title" => "manufacture"
"filename" => "manufacture.svg"
"filesize" => 6501
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"link" => "https://frame-tech.co.uk/manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:09:08"
"modified" => "2021-06-30 09:09:17"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 87
"height" => 87
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"1536x1536-width" => 87
"1536x1536-height" => 87
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"2048x2048-width" => 87
"2048x2048-height" => 87
]
]
"title" => "Manufacture"
"image" => array:24 [
"ID" => 296
"id" => 296
"title" => "Our_Process_Manufacture"
"filename" => "Our_Process_Manufacture.png"
"filesize" => 136175
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"link" => "https://frame-tech.co.uk/our_process_manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:23:25"
"modified" => "2021-06-30 09:23:32"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
"""
]
2 => array:4 [
"icon" => array:24 [
"ID" => 292
"id" => 292
"title" => "installation"
"filename" => "installation.svg"
"filesize" => 2970
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"link" => "https://frame-tech.co.uk/process/installation/installation-2/"
"alt" => "Installation"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "installation-2"
"status" => "inherit"
"uploaded_to" => 305
"date" => "2021-06-30 09:10:16"
"modified" => "2021-09-22 13:37:13"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Installation"
"image" => array:24 [
"ID" => 702
"id" => 702
"title" => "FrameTech_Featured_Image_Installation2"
"filename" => "FrameTech_Featured_Image_Installation2.jpg"
"filesize" => 137656
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "frametech_featured_image_installation2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-06 13:45:17"
"modified" => "2021-12-06 13:45:17"
"menu_order" => 0
"mime_type" => "image/jpeg"
"type" => "image"
"subtype" => "jpeg"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
"""
]
]
]
"featured_image" => false
"case_studies" => WP_Query {#2332}
"latest_case_study" => WP_Query {#2579}
"blog_posts" => WP_Query {#2576}
]
"__env" => Illuminate\View\Factory {#1230}
"app" => Roots\Acorn\Application {#1141}
"siteName" => "FrameTech"
"title" => ""
"fields" => array:1 [
0 => false
]
"contact" => array:6 [
"email" => "enquiries@frame-tech.co.uk"
"phone" => "01924 481540"
"twitter" => ""
"facebook" => ""
"instagram" => ""
"address" => """
FrameTech Structures,<br />\r\n
Lock Way, Ravensthorpe,<br />\r\n
Dewsbury, WF13 3SX
"""
]
"cta" => array:2 [
"text" => "<h3>Let’s talk about your next project</h3>\n"
"image" => null
]
"global" => array:9 [
"our_offer_intro_text" => """
<h2>Our Systems</h2>\n
<p>At FrameTech we offer three varying offsite timber<br />\n
frame panel systems:</p>\n
"""
"systems" => array:3 [
0 => array:3 [
"title" => "Open System"
"image" => array:24 [
"ID" => 462
"id" => 462
"title" => "open-system"
"filename" => "open-system.png"
"filesize" => 30974
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"link" => "https://frame-tech.co.uk/open-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "open-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 15:03:15"
"modified" => "2021-06-30 15:03:15"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
1 => array:3 [
"title" => "Hybrid System"
"image" => array:24 [
"ID" => 256
"id" => 256
"title" => "hybrid-system"
"filename" => "hybrid-system.png"
"filesize" => 39286
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"link" => "https://frame-tech.co.uk/hybrid-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "hybrid-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
2 => array:3 [
"title" => "Closed System"
"image" => array:24 [
"ID" => 255
"id" => 255
"title" => "closed-system"
"filename" => "closed-system.png"
"filesize" => 34732
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"link" => "https://frame-tech.co.uk/closed-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "closed-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
]
"accreditations_text" => """
<h2>Industry-Standard<br />\n
Accreditations</h2>\n
"""
"logos" => array:5 [
0 => array:24 [
"ID" => 699
"id" => 699
"title" => "chas_2"
"filename" => "chas_2.png"
"filesize" => 4105
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"link" => "https://frame-tech.co.uk/chas_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "chas_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
1 => array:24 [
"ID" => 700
"id" => 700
"title" => "sta_2"
"filename" => "sta_2.png"
"filesize" => 3964
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"link" => "https://frame-tech.co.uk/sta_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "sta_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
2 => array:24 [
"ID" => 701
"id" => 701
"title" => "Structural_Timber_Association_Member_2"
"filename" => "Structural_Timber_Association_Member_2.png"
"filesize" => 3269
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "structural_timber_association_member_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:42"
"modified" => "2021-12-02 15:59:42"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
3 => array:24 [
"ID" => 696
"id" => 696
"title" => "9001_2"
"filename" => "9001_2.png"
"filesize" => 3796
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"link" => "https://frame-tech.co.uk/9001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "9001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:39"
"modified" => "2021-12-02 15:59:39"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
4 => array:24 [
"ID" => 697
"id" => 697
"title" => "14001_2"
"filename" => "14001_2.png"
"filesize" => 3829
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"link" => "https://frame-tech.co.uk/14001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "14001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:40"
"modified" => "2021-12-02 15:59:40"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
]
"brochure_text" => """
<h2>Download Our Brochure</h2>\n
<p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
"""
"brochure_image" => array:24 [
"ID" => 127
"id" => 127
"title" => "brochure"
"filename" => "brochure.png"
"filesize" => 150485
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"link" => "https://frame-tech.co.uk/brochure/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "brochure"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-22 14:41:57"
"modified" => "2021-06-22 14:41:57"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 429
"height" => 602
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
"medium-width" => 214
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"medium_large-width" => 429
"medium_large-height" => 602
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"large-width" => 429
"large-height" => 602
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"1536x1536-width" => 429
"1536x1536-height" => 602
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"2048x2048-width" => 429
"2048x2048-height" => 602
]
]
"testimonials" => array:2 [
0 => array:3 [
"text" => """
We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
We look forward to working with them on future sites.
"""
"name" => "Paul McGarry"
"title" => "Regional Operations Director, Lovell North West"
]
1 => array:3 [
"text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
"name" => "Nathan Phillips"
"title" => "Construction director, Russell Homes"
]
]
"our_process_intro_text" => """
<h5>Our Process</h5>\n
<h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
"""
"processes" => array:3 [
0 => array:4 [
"icon" => array:24 [
"ID" => 153
"id" => 153
"title" => "design"
"filename" => "design.svg"
"filesize" => 2824
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"link" => "https://frame-tech.co.uk/home/design/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "design"
"status" => "inherit"
"uploaded_to" => 2
"date" => "2021-06-23 11:23:57"
"modified" => "2021-06-23 11:43:10"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Design"
"image" => array:24 [
"ID" => 293
"id" => 293
"title" => "Our_Process_Design"
"filename" => "Our_Process_Design.png"
"filesize" => 130397
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"link" => "https://frame-tech.co.uk/our_process_design/"
"alt" => "Design"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_design"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:21:39"
"modified" => "2021-06-30 09:23:18"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
"""
]
1 => array:4 [
"icon" => array:24 [
"ID" => 291
"id" => 291
"title" => "manufacture"
"filename" => "manufacture.svg"
"filesize" => 6501
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"link" => "https://frame-tech.co.uk/manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:09:08"
"modified" => "2021-06-30 09:09:17"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 87
"height" => 87
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"1536x1536-width" => 87
"1536x1536-height" => 87
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"2048x2048-width" => 87
"2048x2048-height" => 87
]
]
"title" => "Manufacture"
"image" => array:24 [
"ID" => 296
"id" => 296
"title" => "Our_Process_Manufacture"
"filename" => "Our_Process_Manufacture.png"
"filesize" => 136175
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"link" => "https://frame-tech.co.uk/our_process_manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:23:25"
"modified" => "2021-06-30 09:23:32"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
"""
]
2 => array:4 [
"icon" => array:24 [
"ID" => 292
"id" => 292
"title" => "installation"
"filename" => "installation.svg"
"filesize" => 2970
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"link" => "https://frame-tech.co.uk/process/installation/installation-2/"
"alt" => "Installation"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "installation-2"
"status" => "inherit"
"uploaded_to" => 305
"date" => "2021-06-30 09:10:16"
"modified" => "2021-09-22 13:37:13"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Installation"
"image" => array:24 [
"ID" => 702
"id" => 702
"title" => "FrameTech_Featured_Image_Installation2"
"filename" => "FrameTech_Featured_Image_Installation2.jpg"
"filesize" => 137656
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "frametech_featured_image_installation2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-06 13:45:17"
"modified" => "2021-12-06 13:45:17"
"menu_order" => 0
"mime_type" => "image/jpeg"
"type" => "image"
"subtype" => "jpeg"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
"""
]
]
]
"featured_image" => false
"case_studies" => WP_Query {#2332}
"latest_case_study" => WP_Query {#2579}
"blog_posts" => WP_Query {#2576}
"page_for_posts" => "224"
]
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
array:12 [
"__env" => Illuminate\View\Factory {#1230}
"app" => Roots\Acorn\Application {#1141}
"siteName" => "FrameTech"
"title" => ""
"fields" => array:1 [
0 => false
]
"contact" => array:6 [
"email" => "enquiries@frame-tech.co.uk"
"phone" => "01924 481540"
"twitter" => ""
"facebook" => ""
"instagram" => ""
"address" => """
FrameTech Structures,<br />\r\n
Lock Way, Ravensthorpe,<br />\r\n
Dewsbury, WF13 3SX
"""
]
"cta" => array:2 [
"text" => "<h3>Let’s talk about your next project</h3>\n"
"image" => null
]
"global" => array:9 [
"our_offer_intro_text" => """
<h2>Our Systems</h2>\n
<p>At FrameTech we offer three varying offsite timber<br />\n
frame panel systems:</p>\n
"""
"systems" => array:3 [
0 => array:3 [
"title" => "Open System"
"image" => array:24 [
"ID" => 462
"id" => 462
"title" => "open-system"
"filename" => "open-system.png"
"filesize" => 30974
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"link" => "https://frame-tech.co.uk/open-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "open-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 15:03:15"
"modified" => "2021-06-30 15:03:15"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
1 => array:3 [
"title" => "Hybrid System"
"image" => array:24 [
"ID" => 256
"id" => 256
"title" => "hybrid-system"
"filename" => "hybrid-system.png"
"filesize" => 39286
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"link" => "https://frame-tech.co.uk/hybrid-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "hybrid-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
2 => array:3 [
"title" => "Closed System"
"image" => array:24 [
"ID" => 255
"id" => 255
"title" => "closed-system"
"filename" => "closed-system.png"
"filesize" => 34732
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"link" => "https://frame-tech.co.uk/closed-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "closed-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
]
"accreditations_text" => """
<h2>Industry-Standard<br />\n
Accreditations</h2>\n
"""
"logos" => array:5 [
0 => array:24 [
"ID" => 699
"id" => 699
"title" => "chas_2"
"filename" => "chas_2.png"
"filesize" => 4105
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"link" => "https://frame-tech.co.uk/chas_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "chas_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
1 => array:24 [
"ID" => 700
"id" => 700
"title" => "sta_2"
"filename" => "sta_2.png"
"filesize" => 3964
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"link" => "https://frame-tech.co.uk/sta_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "sta_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
2 => array:24 [
"ID" => 701
"id" => 701
"title" => "Structural_Timber_Association_Member_2"
"filename" => "Structural_Timber_Association_Member_2.png"
"filesize" => 3269
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "structural_timber_association_member_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:42"
"modified" => "2021-12-02 15:59:42"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
3 => array:24 [
"ID" => 696
"id" => 696
"title" => "9001_2"
"filename" => "9001_2.png"
"filesize" => 3796
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"link" => "https://frame-tech.co.uk/9001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "9001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:39"
"modified" => "2021-12-02 15:59:39"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
4 => array:24 [
"ID" => 697
"id" => 697
"title" => "14001_2"
"filename" => "14001_2.png"
"filesize" => 3829
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"link" => "https://frame-tech.co.uk/14001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "14001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:40"
"modified" => "2021-12-02 15:59:40"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
]
"brochure_text" => """
<h2>Download Our Brochure</h2>\n
<p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
"""
"brochure_image" => array:24 [
"ID" => 127
"id" => 127
"title" => "brochure"
"filename" => "brochure.png"
"filesize" => 150485
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"link" => "https://frame-tech.co.uk/brochure/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "brochure"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-22 14:41:57"
"modified" => "2021-06-22 14:41:57"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 429
"height" => 602
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
"medium-width" => 214
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"medium_large-width" => 429
"medium_large-height" => 602
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"large-width" => 429
"large-height" => 602
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"1536x1536-width" => 429
"1536x1536-height" => 602
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"2048x2048-width" => 429
"2048x2048-height" => 602
]
]
"testimonials" => array:2 [
0 => array:3 [
"text" => """
We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
We look forward to working with them on future sites.
"""
"name" => "Paul McGarry"
"title" => "Regional Operations Director, Lovell North West"
]
1 => array:3 [
"text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
"name" => "Nathan Phillips"
"title" => "Construction director, Russell Homes"
]
]
"our_process_intro_text" => """
<h5>Our Process</h5>\n
<h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
"""
"processes" => array:3 [
0 => array:4 [
"icon" => array:24 [
"ID" => 153
"id" => 153
"title" => "design"
"filename" => "design.svg"
"filesize" => 2824
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"link" => "https://frame-tech.co.uk/home/design/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "design"
"status" => "inherit"
"uploaded_to" => 2
"date" => "2021-06-23 11:23:57"
"modified" => "2021-06-23 11:43:10"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Design"
"image" => array:24 [
"ID" => 293
"id" => 293
"title" => "Our_Process_Design"
"filename" => "Our_Process_Design.png"
"filesize" => 130397
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"link" => "https://frame-tech.co.uk/our_process_design/"
"alt" => "Design"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_design"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:21:39"
"modified" => "2021-06-30 09:23:18"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
"""
]
1 => array:4 [
"icon" => array:24 [
"ID" => 291
"id" => 291
"title" => "manufacture"
"filename" => "manufacture.svg"
"filesize" => 6501
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"link" => "https://frame-tech.co.uk/manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:09:08"
"modified" => "2021-06-30 09:09:17"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 87
"height" => 87
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"1536x1536-width" => 87
"1536x1536-height" => 87
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"2048x2048-width" => 87
"2048x2048-height" => 87
]
]
"title" => "Manufacture"
"image" => array:24 [
"ID" => 296
"id" => 296
"title" => "Our_Process_Manufacture"
"filename" => "Our_Process_Manufacture.png"
"filesize" => 136175
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"link" => "https://frame-tech.co.uk/our_process_manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:23:25"
"modified" => "2021-06-30 09:23:32"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
"""
]
2 => array:4 [
"icon" => array:24 [
"ID" => 292
"id" => 292
"title" => "installation"
"filename" => "installation.svg"
"filesize" => 2970
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"link" => "https://frame-tech.co.uk/process/installation/installation-2/"
"alt" => "Installation"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "installation-2"
"status" => "inherit"
"uploaded_to" => 305
"date" => "2021-06-30 09:10:16"
"modified" => "2021-09-22 13:37:13"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Installation"
"image" => array:24 [
"ID" => 702
"id" => 702
"title" => "FrameTech_Featured_Image_Installation2"
"filename" => "FrameTech_Featured_Image_Installation2.jpg"
"filesize" => 137656
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "frametech_featured_image_installation2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-06 13:45:17"
"modified" => "2021-12-06 13:45:17"
"menu_order" => 0
"mime_type" => "image/jpeg"
"type" => "image"
"subtype" => "jpeg"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
"""
]
]
]
"featured_image" => false
"case_studies" => WP_Query {#2332}
"latest_case_study" => WP_Query {#2579}
"blog_posts" => WP_Query {#2576}
]
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
array:12 [
"__env" => Illuminate\View\Factory {#1230}
"app" => Roots\Acorn\Application {#1141}
"siteName" => "FrameTech"
"title" => ""
"fields" => array:1 [
0 => false
]
"contact" => array:6 [
"email" => "enquiries@frame-tech.co.uk"
"phone" => "01924 481540"
"twitter" => ""
"facebook" => ""
"instagram" => ""
"address" => """
FrameTech Structures,<br />\r\n
Lock Way, Ravensthorpe,<br />\r\n
Dewsbury, WF13 3SX
"""
]
"cta" => array:2 [
"text" => "<h3>Let’s talk about your next project</h3>\n"
"image" => null
]
"global" => array:9 [
"our_offer_intro_text" => """
<h2>Our Systems</h2>\n
<p>At FrameTech we offer three varying offsite timber<br />\n
frame panel systems:</p>\n
"""
"systems" => array:3 [
0 => array:3 [
"title" => "Open System"
"image" => array:24 [
"ID" => 462
"id" => 462
"title" => "open-system"
"filename" => "open-system.png"
"filesize" => 30974
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"link" => "https://frame-tech.co.uk/open-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "open-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 15:03:15"
"modified" => "2021-06-30 15:03:15"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
1 => array:3 [
"title" => "Hybrid System"
"image" => array:24 [
"ID" => 256
"id" => 256
"title" => "hybrid-system"
"filename" => "hybrid-system.png"
"filesize" => 39286
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"link" => "https://frame-tech.co.uk/hybrid-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "hybrid-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
2 => array:3 [
"title" => "Closed System"
"image" => array:24 [
"ID" => 255
"id" => 255
"title" => "closed-system"
"filename" => "closed-system.png"
"filesize" => 34732
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"link" => "https://frame-tech.co.uk/closed-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "closed-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
]
"accreditations_text" => """
<h2>Industry-Standard<br />\n
Accreditations</h2>\n
"""
"logos" => array:5 [
0 => array:24 [
"ID" => 699
"id" => 699
"title" => "chas_2"
"filename" => "chas_2.png"
"filesize" => 4105
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"link" => "https://frame-tech.co.uk/chas_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "chas_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
1 => array:24 [
"ID" => 700
"id" => 700
"title" => "sta_2"
"filename" => "sta_2.png"
"filesize" => 3964
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"link" => "https://frame-tech.co.uk/sta_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "sta_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
2 => array:24 [
"ID" => 701
"id" => 701
"title" => "Structural_Timber_Association_Member_2"
"filename" => "Structural_Timber_Association_Member_2.png"
"filesize" => 3269
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "structural_timber_association_member_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:42"
"modified" => "2021-12-02 15:59:42"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
3 => array:24 [
"ID" => 696
"id" => 696
"title" => "9001_2"
"filename" => "9001_2.png"
"filesize" => 3796
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"link" => "https://frame-tech.co.uk/9001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "9001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:39"
"modified" => "2021-12-02 15:59:39"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
4 => array:24 [
"ID" => 697
"id" => 697
"title" => "14001_2"
"filename" => "14001_2.png"
"filesize" => 3829
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"link" => "https://frame-tech.co.uk/14001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "14001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:40"
"modified" => "2021-12-02 15:59:40"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
]
"brochure_text" => """
<h2>Download Our Brochure</h2>\n
<p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
"""
"brochure_image" => array:24 [
"ID" => 127
"id" => 127
"title" => "brochure"
"filename" => "brochure.png"
"filesize" => 150485
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"link" => "https://frame-tech.co.uk/brochure/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "brochure"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-22 14:41:57"
"modified" => "2021-06-22 14:41:57"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 429
"height" => 602
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
"medium-width" => 214
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"medium_large-width" => 429
"medium_large-height" => 602
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"large-width" => 429
"large-height" => 602
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"1536x1536-width" => 429
"1536x1536-height" => 602
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"2048x2048-width" => 429
"2048x2048-height" => 602
]
]
"testimonials" => array:2 [
0 => array:3 [
"text" => """
We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
We look forward to working with them on future sites.
"""
"name" => "Paul McGarry"
"title" => "Regional Operations Director, Lovell North West"
]
1 => array:3 [
"text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
"name" => "Nathan Phillips"
"title" => "Construction director, Russell Homes"
]
]
"our_process_intro_text" => """
<h5>Our Process</h5>\n
<h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
"""
"processes" => array:3 [
0 => array:4 [
"icon" => array:24 [
"ID" => 153
"id" => 153
"title" => "design"
"filename" => "design.svg"
"filesize" => 2824
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"link" => "https://frame-tech.co.uk/home/design/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "design"
"status" => "inherit"
"uploaded_to" => 2
"date" => "2021-06-23 11:23:57"
"modified" => "2021-06-23 11:43:10"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Design"
"image" => array:24 [
"ID" => 293
"id" => 293
"title" => "Our_Process_Design"
"filename" => "Our_Process_Design.png"
"filesize" => 130397
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"link" => "https://frame-tech.co.uk/our_process_design/"
"alt" => "Design"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_design"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:21:39"
"modified" => "2021-06-30 09:23:18"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
"""
]
1 => array:4 [
"icon" => array:24 [
"ID" => 291
"id" => 291
"title" => "manufacture"
"filename" => "manufacture.svg"
"filesize" => 6501
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"link" => "https://frame-tech.co.uk/manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:09:08"
"modified" => "2021-06-30 09:09:17"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 87
"height" => 87
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"1536x1536-width" => 87
"1536x1536-height" => 87
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"2048x2048-width" => 87
"2048x2048-height" => 87
]
]
"title" => "Manufacture"
"image" => array:24 [
"ID" => 296
"id" => 296
"title" => "Our_Process_Manufacture"
"filename" => "Our_Process_Manufacture.png"
"filesize" => 136175
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"link" => "https://frame-tech.co.uk/our_process_manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:23:25"
"modified" => "2021-06-30 09:23:32"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
"""
]
2 => array:4 [
"icon" => array:24 [
"ID" => 292
"id" => 292
"title" => "installation"
"filename" => "installation.svg"
"filesize" => 2970
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"link" => "https://frame-tech.co.uk/process/installation/installation-2/"
"alt" => "Installation"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "installation-2"
"status" => "inherit"
"uploaded_to" => 305
"date" => "2021-06-30 09:10:16"
"modified" => "2021-09-22 13:37:13"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Installation"
"image" => array:24 [
"ID" => 702
"id" => 702
"title" => "FrameTech_Featured_Image_Installation2"
"filename" => "FrameTech_Featured_Image_Installation2.jpg"
"filesize" => 137656
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "frametech_featured_image_installation2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-06 13:45:17"
"modified" => "2021-12-06 13:45:17"
"menu_order" => 0
"mime_type" => "image/jpeg"
"type" => "image"
"subtype" => "jpeg"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
"""
]
]
]
"featured_image" => false
"case_studies" => WP_Query {#2332}
"latest_case_study" => WP_Query {#2579}
"blog_posts" => WP_Query {#2576}
]
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php"
array:12 [
"__env" => Illuminate\View\Factory {#1230}
"app" => Roots\Acorn\Application {#1141}
"siteName" => "FrameTech"
"title" => ""
"fields" => array:1 [
0 => false
]
"contact" => array:6 [
"email" => "enquiries@frame-tech.co.uk"
"phone" => "01924 481540"
"twitter" => ""
"facebook" => ""
"instagram" => ""
"address" => """
FrameTech Structures,<br />\r\n
Lock Way, Ravensthorpe,<br />\r\n
Dewsbury, WF13 3SX
"""
]
"cta" => array:2 [
"text" => "<h3>Let’s talk about your next project</h3>\n"
"image" => null
]
"global" => array:9 [
"our_offer_intro_text" => """
<h2>Our Systems</h2>\n
<p>At FrameTech we offer three varying offsite timber<br />\n
frame panel systems:</p>\n
"""
"systems" => array:3 [
0 => array:3 [
"title" => "Open System"
"image" => array:24 [
"ID" => 462
"id" => 462
"title" => "open-system"
"filename" => "open-system.png"
"filesize" => 30974
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"link" => "https://frame-tech.co.uk/open-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "open-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 15:03:15"
"modified" => "2021-06-30 15:03:15"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
1 => array:3 [
"title" => "Hybrid System"
"image" => array:24 [
"ID" => 256
"id" => 256
"title" => "hybrid-system"
"filename" => "hybrid-system.png"
"filesize" => 39286
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"link" => "https://frame-tech.co.uk/hybrid-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "hybrid-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
2 => array:3 [
"title" => "Closed System"
"image" => array:24 [
"ID" => 255
"id" => 255
"title" => "closed-system"
"filename" => "closed-system.png"
"filesize" => 34732
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"link" => "https://frame-tech.co.uk/closed-system/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "closed-system"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-28 15:15:06"
"modified" => "2021-06-28 15:15:06"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 216
"height" => 167
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium-width" => 216
"medium-height" => 167
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"medium_large-width" => 216
"medium_large-height" => 167
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"large-width" => 216
"large-height" => 167
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"1536x1536-width" => 216
"1536x1536-height" => 167
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
"2048x2048-width" => 216
"2048x2048-height" => 167
]
]
"link" => ""
]
]
"accreditations_text" => """
<h2>Industry-Standard<br />\n
Accreditations</h2>\n
"""
"logos" => array:5 [
0 => array:24 [
"ID" => 699
"id" => 699
"title" => "chas_2"
"filename" => "chas_2.png"
"filesize" => 4105
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"link" => "https://frame-tech.co.uk/chas_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "chas_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
1 => array:24 [
"ID" => 700
"id" => 700
"title" => "sta_2"
"filename" => "sta_2.png"
"filesize" => 3964
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"link" => "https://frame-tech.co.uk/sta_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "sta_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:41"
"modified" => "2021-12-02 15:59:41"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
2 => array:24 [
"ID" => 701
"id" => 701
"title" => "Structural_Timber_Association_Member_2"
"filename" => "Structural_Timber_Association_Member_2.png"
"filesize" => 3269
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "structural_timber_association_member_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:42"
"modified" => "2021-12-02 15:59:42"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
3 => array:24 [
"ID" => 696
"id" => 696
"title" => "9001_2"
"filename" => "9001_2.png"
"filesize" => 3796
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"link" => "https://frame-tech.co.uk/9001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "9001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:39"
"modified" => "2021-12-02 15:59:39"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
4 => array:24 [
"ID" => 697
"id" => 697
"title" => "14001_2"
"filename" => "14001_2.png"
"filesize" => 3829
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"link" => "https://frame-tech.co.uk/14001_2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "14001_2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-02 15:59:40"
"modified" => "2021-12-02 15:59:40"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 150
"height" => 150
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium-width" => 150
"medium-height" => 150
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"medium_large-width" => 150
"medium_large-height" => 150
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"large-width" => 150
"large-height" => 150
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"1536x1536-width" => 150
"1536x1536-height" => 150
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
"2048x2048-width" => 150
"2048x2048-height" => 150
]
]
]
"brochure_text" => """
<h2>Download Our Brochure</h2>\n
<p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
"""
"brochure_image" => array:24 [
"ID" => 127
"id" => 127
"title" => "brochure"
"filename" => "brochure.png"
"filesize" => 150485
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"link" => "https://frame-tech.co.uk/brochure/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "brochure"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-22 14:41:57"
"modified" => "2021-06-22 14:41:57"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 429
"height" => 602
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
"medium-width" => 214
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"medium_large-width" => 429
"medium_large-height" => 602
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"large-width" => 429
"large-height" => 602
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"1536x1536-width" => 429
"1536x1536-height" => 602
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
"2048x2048-width" => 429
"2048x2048-height" => 602
]
]
"testimonials" => array:2 [
0 => array:3 [
"text" => """
We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
We look forward to working with them on future sites.
"""
"name" => "Paul McGarry"
"title" => "Regional Operations Director, Lovell North West"
]
1 => array:3 [
"text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
"name" => "Nathan Phillips"
"title" => "Construction director, Russell Homes"
]
]
"our_process_intro_text" => """
<h5>Our Process</h5>\n
<h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
"""
"processes" => array:3 [
0 => array:4 [
"icon" => array:24 [
"ID" => 153
"id" => 153
"title" => "design"
"filename" => "design.svg"
"filesize" => 2824
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"link" => "https://frame-tech.co.uk/home/design/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "design"
"status" => "inherit"
"uploaded_to" => 2
"date" => "2021-06-23 11:23:57"
"modified" => "2021-06-23 11:43:10"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Design"
"image" => array:24 [
"ID" => 293
"id" => 293
"title" => "Our_Process_Design"
"filename" => "Our_Process_Design.png"
"filesize" => 130397
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"link" => "https://frame-tech.co.uk/our_process_design/"
"alt" => "Design"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_design"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:21:39"
"modified" => "2021-06-30 09:23:18"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
"""
]
1 => array:4 [
"icon" => array:24 [
"ID" => 291
"id" => 291
"title" => "manufacture"
"filename" => "manufacture.svg"
"filesize" => 6501
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"link" => "https://frame-tech.co.uk/manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:09:08"
"modified" => "2021-06-30 09:09:17"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 87
"height" => 87
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"1536x1536-width" => 87
"1536x1536-height" => 87
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
"2048x2048-width" => 87
"2048x2048-height" => 87
]
]
"title" => "Manufacture"
"image" => array:24 [
"ID" => 296
"id" => 296
"title" => "Our_Process_Manufacture"
"filename" => "Our_Process_Manufacture.png"
"filesize" => 136175
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"link" => "https://frame-tech.co.uk/our_process_manufacture/"
"alt" => "Manufacture"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "our_process_manufacture"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-06-30 09:23:25"
"modified" => "2021-06-30 09:23:32"
"menu_order" => 0
"mime_type" => "image/png"
"type" => "image"
"subtype" => "png"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
"""
]
2 => array:4 [
"icon" => array:24 [
"ID" => 292
"id" => 292
"title" => "installation"
"filename" => "installation.svg"
"filesize" => 2970
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"link" => "https://frame-tech.co.uk/process/installation/installation-2/"
"alt" => "Installation"
"author" => "1"
"description" => ""
"caption" => ""
"name" => "installation-2"
"status" => "inherit"
"uploaded_to" => 305
"date" => "2021-06-30 09:10:16"
"modified" => "2021-09-22 13:37:13"
"menu_order" => 0
"mime_type" => "image/svg+xml"
"type" => "image"
"subtype" => "svg+xml"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 80
"height" => 80
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium-width" => 300
"medium-height" => 300
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"medium_large-width" => 768
"medium_large-height" => 1
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"large-width" => 1024
"large-height" => 1024
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"1536x1536-width" => 80
"1536x1536-height" => 80
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
"2048x2048-width" => 80
"2048x2048-height" => 80
]
]
"title" => "Installation"
"image" => array:24 [
"ID" => 702
"id" => 702
"title" => "FrameTech_Featured_Image_Installation2"
"filename" => "FrameTech_Featured_Image_Installation2.jpg"
"filesize" => 137656
"url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
"alt" => ""
"author" => "1"
"description" => ""
"caption" => ""
"name" => "frametech_featured_image_installation2"
"status" => "inherit"
"uploaded_to" => 0
"date" => "2021-12-06 13:45:17"
"modified" => "2021-12-06 13:45:17"
"menu_order" => 0
"mime_type" => "image/jpeg"
"type" => "image"
"subtype" => "jpeg"
"icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
"width" => 804
"height" => 507
"sizes" => array:18 [
"thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
"thumbnail-width" => 150
"thumbnail-height" => 150
"medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
"medium-width" => 300
"medium-height" => 189
"medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
"medium_large-width" => 768
"medium_large-height" => 484
"large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"large-width" => 804
"large-height" => 507
"1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"1536x1536-width" => 804
"1536x1536-height" => 507
"2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
"2048x2048-width" => 804
"2048x2048-height" => 507
]
]
"description" => """
<p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
<p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
"""
]
]
]
"featured_image" => false
"case_studies" => WP_Query {#2332}
"latest_case_study" => WP_Query {#2579}
"blog_posts" => WP_Query {#2576}
]
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/index.php
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
/homepages/29/d273910201/htdocs/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/homepages/29/d273910201/htdocs/wp-content/themes/frametech/index.php"
/homepages/29/d273910201/htdocs/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/homepages/29/d273910201/htdocs/wp-includes/template-loader.php"
/homepages/29/d273910201/htdocs/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/homepages/29/d273910201/htdocs/wp-blog-header.php"