2026-04-23 10:15:31 +05:30

44 lines
3.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use client";
export default function StainingIntro() {
return (
<section className="intro">
<div className="reveal">
<div className="section-eyebrow">About this service</div>
<h2 className="sh">Wood that's stained right<br /><span>stays beautiful longer.</span></h2>
</div>
<div className="intro-grid">
<div className="intro-text reveal">
<p><strong>VG Fence Products offers professional wood staining services</strong> for homeowners, fence contractors, builders, and property managers across KitchenerWaterlooCambridge and the surrounding Ontario region. We apply Expert Stain & Seal products — the same professional-grade stain we sell to contractors — with the preparation, technique, and attention to detail that produces results you can actually see the difference in.</p>
<p>The stain matters. But so does <strong>everything that happens before the stain goes on</strong> — cleaning, brightening, drying, and prepping the wood surface properly. We don't skip steps. A proper prep job is what separates a stain that lasts two seasons from one that looks sharp for five or more years.</p>
<p>Whether your project is a brand new cedar fence that needs its first coat before the grain closes up, a greying deck that needs restoration, or a pergola that's never been sealed — we can assess, prep, and stain it properly.</p>
<ul className="check-list">
<li>Wood fence staining — cedar, pressure treated, pine, and spruce</li>
<li>Deck staining — deck boards, railings, stairs, and fascia</li>
<li>Pergola, gazebo, and outdoor structure staining</li>
<li>Log cabin and cedar siding staining</li>
<li>Pre-staining of fence boards before installation</li>
<li>Wood restoration — weathered, grey, and damaged wood</li>
<li>Expert Stain & Seal Clean & Bright prep on all restoration jobs</li>
<li>Serving KWC and surrounding Ontario communities</li>
</ul>
</div>
<div className="highlight-cards reveal">
<div className="hcard">
<div className="hcard-title">Professional-grade product — Expert Stain & Seal</div>
<div className="hcard-desc">We apply Expert Stain & Seal — a deep-penetrating, oil-based professional stain that bonds to wood grain rather than sitting on the surface. It carries UV protection and moisture sealing in one application, and it's the product we recommend and supply to contractors across Ontario.</div>
</div>
<div className="hcard">
<div className="hcard-title">Prep comes first every single time</div>
<div className="hcard-desc">Every staining job we do starts with a proper clean and prep using Expert Stain & Seal Clean & Bright. This removes grey weathering, mildew, and any residue that would block the new stain from bonding to the wood. No stain goes on unprepped wood ever.</div>
</div>
<div className="hcard">
<div className="hcard-title">We sell it and we apply it</div>
<div className="hcard-desc">As both the local supplier of Expert Stain & Seal products and the service team that applies them, we know this product better than anyone in the region. That means better results for your fence, deck, or structure applied by people who use it every day.</div>
</div>
</div>
</div>
</section>
);
}