-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsikkens-refinish.php
37 lines (33 loc) · 2.58 KB
/
sikkens-refinish.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
<?php // Page data
include_once("inc/config.php");
$pageTitle = "Sikkens Refinish Products";
$pageTitleTag = $pageTitle . " proudly used at " . $siteName;
$pageDescription = $pageTitle . " proudly used 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"><?php echo $pageTitleTag; ?> in Longview and Kilgore Texas</h2>
<div class="columns">
<div class="column is-narrow">
<img src="images/sidebar-sikkens.png" class="sidebar-image" alt="<?php echo $pageTitleTag; ?>">
</div>
<div class="column">
<p class="block">We have proudly sprayed Sikkens paint for over 20 years, Sikkens is viewed by most to be the best in the collision repair industry.</p>
<p class="block">Sikkens paint is owned by Akzo Nobel which has been in the the coatings business for over 200 years and the automotive paint industry for over 100 years.</p>
<p class="block">Due to our volume, we are able to keep a well stocked cabinet of tint colors and are able to hand mix your color as needed. Sikkens offers a paint matching formula to us for all makes and models and we are able to create your color in only the amount we need, in house. The capability to mix our own paint gives us the ability to make test panels with your color and tint in house to match as necessary.</p>
<p class="block">Sikkens offers one of the best <a href="body-repair-warranty.php">paint warranties</a> in the business. Any vehicle painted by McDaniel's is backed with a <a href="body-repair-warranty.php">paint workmanship warranty</a> for as long as you own the vehicle.</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/refinishing/IMG_4159.JPG" alt="Virtually every Sikkens tint / color imaginable">
<img src="images/auto-body/refinishing/IMG_4160.JPG" alt="Custom color mixing">
<img src="images/auto-body/refinishing/IMG_4175.JPG" alt="We paint with Sikkens Refinishing Products">
</div>
</div>
<?php include_once("inc/footer.php"); ?>