-
Notifications
You must be signed in to change notification settings - Fork 0
/
body-repair-facilities.php
48 lines (44 loc) · 3.98 KB
/
body-repair-facilities.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php // Page data
include_once("inc/config.php");
$pageTitle = "Body Repair Facilities";
$pageTitleTag = $pageTitle . " at " . $siteName;
$pageDescription = $pageTitle . " at " . $siteName;
$pageKeywords = $pageTitle . "" . $siteKeywords;
?>
<?php include_once("inc/header.php"); ?>
<?php include_once('inc/fotorama.php'); ?>
<?php // .columns.is-multiline.home-buttons.is-mobile.is-hidden-desktop.is-gapless.has-text-centered.is-size-5.is-size-6-mobile>.column.is-one-third.home-buttons-column.home-buttons-column-$*6>img[src="images/icon-home-estimates.png" alt="Estimates"]+span.icon-home-label.icon-home-label-${Estimates} ?>
<div class="column mc-content-body section">
<h1 class="title"><?php echo $pageTitle; ?></h1>
<h2 class="subtitle">Auto Body Repair Facilities and Equipment in Longview and Kilgore Texas</h2>
<div class="columns">
<div class="column is-narrow">
<img src="images/sidebar-facilities.png" class="sidebar-image" alt="<?php echo $pageTitle; ?>">
</div>
<div class="column">
<p class="block is-hidden-mobile" style="padding-bottom:0"></p>
<p class="block">With approximately 30,000 square feet under roof, we have the capacity to service over 60 vehicles under repair at any time. With this type of room and volume, we are the largest collision center in Longview and surrounding East Texas area.</p>
<p class="block">While we consider ourselves a production facility, we are still able to maintain a high level of quality control with our experienced technicians, state of the art tools and equipment. Our collision shops are equipped with three Car-O-Liner unibody alignment machines and one Chief frame machine which allows us to handle multiple extensive repairs at one time.</p>
<p class="block">To help produce a factory type spot weld, we have added the Car-O-Liner spot welder. This gives us the ability to replace welded panels, yet making the finished product look as close to a factory welded panel as possible. This makes it less noticeable your vehicle has been involved in a collision.</p>
<p class="block">To help produce a factory type finish, we utilize two Spraybake and 1 Blowtherm heated, forced air paint booths. These heated, filtered booths help us to paint in a controlled environment helping to produce a cleaner final product in a shorter amount of time.</p>
<p class="block">Another advantage of using McDaniel's is our ability to do our own 4 wheel alignments in house with our John Bean alignment system. This helps us to verify any structural or suspension repairs without making multiple trips to an outside alignment shop.</p>
<p class="block">As you will see, we have all of the major equipment along with a vehicle lift and air conditioning machines that allows us to keep most repairs in house.</p>
<p class="block">We have proudly sprayed Sikkens paint for over 20 years. <a href="sikkens-refinish.php">Read More…</a></p>
<p></p>
</div>
</div>
<!-- 2. Add images to <div class="fotorama" data-nav="thumbs"></div>. -->
<div class="fotorama" data-nav="thumbs">
<img src="images/auto-body/facilities/IMG_4115.JPG" alt="Auto Wheel alignment">
<img src="images/auto-body/facilities/IMG_4116.JPG" alt="John Bean Truck 4 Wheel alignment">
<img src="images/auto-body/facilities/IMG_4117.JPG" alt="Minivan auto body shop">
<img src="images/auto-body/facilities/IMG_4120.JPG" alt="Fixing rear end">
<img src="images/auto-body/facilities/IMG_4122.JPG" alt="Auto body repair on lift">
<img src="images/auto-body/facilities/IMG_4125.JPG" alt="Quality auto body repair">
<img src="images/auto-body/facilities/IMG_4131.JPG" alt="Car o liner spot welder">
<img src="images/auto-body/facilities/IMG_4154.JPG" alt="Blowtherm paint booth">
<img src="images/auto-body/facilities/new_IMG_4151.JPG" alt="Garmat USA 3000">
<img src="images/auto-body/facilities/new_IMG_4153.JPG" alt="Garmat 3000">
</div>
</div>
<?php include_once("inc/footer.php"); ?>