{"success":true,"results":[{"fix":"13+ Years -> 15+ Years","rows_content":0,"rows_meta":0},{"fix":"13+ years -> 15+ years","rows_content":0,"rows_meta":0},{"fix":"13 years -> 15 years","rows_content":0,"rows_meta":0},{"fix":"2025 Pricing -> 2026 Pricing","rows_content":0,"rows_meta":0},{"fix":"We started in St. Mary -> We started in Ocho Rios","rows_content":0,"rows_meta":0}]}<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&family=Open+Sans:wght@400;600&display=swap">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Ecopower Jamaica | Solar Installation | Cut Your JPS Bill</title>

<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Open Sans",sans-serif;color:#1a1a1a;line-height:1.6}
h1,h2,h3,h4{font-family:"Montserrat",sans-serif;line-height:1.2}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.container--narrow{max-width:800px;margin:0 auto;padding:0 24px}
.section{padding:64px 0}
.section--dark{background:#0a3d1f;color:#fff}
.section--grey{background:#f8f8f8}
.section--green{background:#eaf5ea}
.text-center{text-align:center}
.text-gold{color:#f5a623}
.text-light{color:#a8d5b5}
.text-muted{color:#666}
sep{display:block;height:1px;background:#ddd;margin:32px 0}

.topbar-phone{color:#a8d5b5;font-size:.9rem}
/* HERO */
.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:url("https://ecopowerja.com/wp-content/uploads/2025/05/dji_fly_20230816_082358_50_1692192250271_photo_optimized-scaled.jpg");background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,61,31,.9) 0%,rgba(10,61,31,.7) 100%)}
.hero-content{position:relative;z-index:1;width:100%;padding:80px 24px}
.hero-content .container--narrow{text-align:center}
.hero h1{color:#fff;font-size:clamp(1.8rem,5vw,3rem);font-weight:900;margin-bottom:16px}
.hero h1 span{color:#f5a623}
.hero-sub{color:#a8d5b5;font-size:1.1rem;margin-bottom:12px;max-width:600px;margin-left:auto;margin-right:auto}
.hero-quote{color:#fff;font-style:italic;margin-bottom:32px;font-size:.95rem;opacity:.9}
.btn-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.btn-primary{background:#f5a623;color:#000;font-weight:700;padding:14px 28px;border-radius:6px;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .2s;display:inline-block}
.btn-primary:hover{background:#e09000;transform:translateY(-2px)}
.btn-outline{border:2px solid #fff;color:#fff;font-weight:600;padding:12px 24px;border-radius:6px;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .2s;display:inline-block}
.btn-outline:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}
.btn-outline-dark{border:2px solid #0a3d1f;color:#0a3d1f;font-weight:600;padding:12px 24px;border-radius:6px;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .2s;display:inline-block}
.btn-outline-dark:hover{background:#0a3d1f;color:#fff}
.hero-trust{color:#6aaa85;font-size:.85rem}
/* STATS */
.stats-bar{background:#0a3d1f;padding:40px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat{text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.15)}
.stat:last-child{border-right:none}
.stat-num{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:900;color:#f5a623;display:block}
.stat-label{color:#a8d5b5;font-size:.9rem}
/* RESULTS CARDS */
.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.result-card{background:#eaf5ea;border-radius:10px;padding:24px;text-align:center}
.result-num{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:900;color:#0a3d1f;display:block;margin-bottom:6px}
.result-label{font-size:.9rem;color:#333}
/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.step{border:3px solid #0a3d1f;border-radius:10px;padding:28px 24px}
.step-num{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:900;color:#0a3d1f;display:block;margin-bottom:8px}
.step h3{font-size:1.1rem;margin-bottom:10px;color:#0a3d1f}
.step p{font-size:.9rem;color:#555}
/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
.service-card{background:#f0f7f0;border-radius:10px;padding:28px 24px}
.service-card h3{font-size:1.05rem;margin-bottom:8px;color:#0a3d1f}
.service-card p{font-size:.9rem;color:#444}
/* GALLERY */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:32px}
.gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:6px;transition:transform .3s}
.gallery-grid img:hover{transform:scale(1.03)}
.gallery-link{display:block;text-align:center;margin-top:20px;color:#f5a623;font-weight:600;font-family:Montserrat,sans-serif}
/* PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.price-card{border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:28px 24px}
.price-card.featured{border-color:#f5a623;border-width:2px;position:relative}
.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#f5a623;color:#000;font-size:.7rem;font-weight:700;padding:4px 12px;border-radius:20px;font-family:Montserrat,sans-serif;letter-spacing:1px;white-space:nowrap}
.price-card h3{color:#fff;margin-bottom:8px;font-size:1.1rem}
.price-card .desc{color:#a8d5b5;font-size:.85rem;margin-bottom:12px}
.price-amount{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:900;color:#f5a623;display:block;margin-bottom:8px}
.price-card .detail{color:#a8d5b5;font-size:.8rem}
/* WHY TABLE */
.why-table{border-top:1px solid #eee}
.why-row{display:flex;gap:0;padding:16px 0;border-bottom:1px solid #eee;align-items:flex-start}
.why-row:last-child{border-bottom:none}
.why-label{flex:0 0 30%;font-weight:700;color:#0a3d1f;font-size:.95rem;padding-right:16px}
.why-val{flex:1;font-size:.9rem;color:#444}
/* TESTIMONIALS */
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}
.testi-card{background:#fff;border-left:4px solid #0a3d1f;padding:20px 24px;border-radius:0 8px 8px 0;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.testi-text{font-style:italic;color:#333;margin-bottom:10px;font-size:.95rem}
.testi-cite{font-weight:700;color:#0a3d1f;font-size:.85rem}
/* AREAS */
.areas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:24px}
.area-group h4{font-family:Montserrat,sans-serif;font-size:1rem;color:#0a3d1f;margin-bottom:8px}
.area-group ul{list-style:none;padding:0}
.area-group ul li{padding:3px 0;color:#555;font-size:.9rem}
.area-group ul li::before{content:"";display:none}
/* FINAL CTA */
.final-cta{background:#0a3d1f;padding:80px 0;text-align:center}
.final-cta h2{color:#fff;font-size:2rem;margin-bottom:16px}
.final-cta p{color:#a8d5b5;margin-bottom:32px;max-width:550px;margin-left:auto;margin-right:auto}
.final-trust{color:#6aaa85;font-size:.85rem;margin-top:16px}
/* FOOTER BAR */
.footer-bar{background:#06200f;padding:24px 0;text-align:center;color:#6aaa85;font-size:.85rem}
/* SECTION HEADERS */
.section-header{text-align:center;margin-bottom:8px}
.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#0a3d1f}
.section--dark .section-header h2{color:#fff}
.section-header p{color:#666;margin-top:8px;max-width:600px;margin-left:auto;margin-right:auto}
.section--dark .section-header p{color:#a8d5b5}
.divider{height:1px;background:#ddd;margin:28px 0}
/* RESPONSIVE */
@media(max-width:768px){
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:20px}
  .stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}
  .results-grid,.steps-grid,.pricing-grid,.testi-grid{grid-template-columns:1fr}
  .services-grid,.areas-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .why-row{flex-direction:column;gap:4px}
  .why-label{flex:none}
  .topbar .container{justify-content:center}
}
@media(max-width:480px){
  .gallery-grid{grid-template-columns:1fr}
}
</style>
</head>
<body><style>.ep-nav{background:#0a3d1f;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.3)}.ep-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:62px;gap:20px;font-family:Montserrat,sans-serif}.ep-logo{font-weight:900;font-size:1.05rem;color:#fff;text-decoration:none;flex-shrink:0}.ep-logo span{color:#f5a623}.ep-links{display:flex;list-style:none;margin:0;padding:0;flex:1;justify-content:center;gap:2px}.ep-links a{color:#a8d5b5;text-decoration:none;font-size:.82rem;font-weight:600;padding:7px 11px;border-radius:4px;transition:all .2s}.ep-links a:hover{color:#fff;background:rgba(255,255,255,.12)}.ep-cta{background:#f5a623;color:#000!important;font-weight:700;padding:9px 16px;border-radius:6px;font-size:.82rem;text-decoration:none;flex-shrink:0}.ep-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin-left:auto}@media(max-width:820px){.ep-toggle{display:block}.ep-links{display:none;flex-direction:column;position:absolute;top:62px;left:0;right:0;background:#0a3d1f;padding:12px 16px 16px;gap:2px;border-top:1px solid rgba(255,255,255,.1)}.ep-links.open{display:flex}.ep-nav-inner{position:relative}.ep-cta{display:none}}</style><nav class="ep-nav"><div class="ep-nav-inner"><a href="https://ecopowerja.com" class="ep-logo">ECO<span>POWER</span> JAMAICA</a><button class="ep-toggle" id="ep-t">&#9776;</button><ul class="ep-links" id="ep-l"><li><a href="https://ecopowerja.com">Home</a></li><li class="has-sub"><a href="https://ecopowerja.com/about-us/">About <span class="sub-arrow">&#9660;</span></a><ul class="sub-menu"><li><a href="https://ecopowerja.com/about-us/">About Ecopower</a></li><li><a href="https://ecopowerja.com/solar-faqs-jamaica/">Solar FAQs</a></li></ul></li><li><a href="https://ecopowerja.com/creative/">Portfolio</a></li><li><a href="https://ecopowerja.com/nht-solar-financing-jamaica/" style="color:#f5a623">NHT Finance</a></li><li><a href="https://ecopowerja.com/blog/">News</a></li><li><a href="https://ecopowerja.com/contact-us/">Contact</a></li></ul><a href="https://ecopowerja.com/solar-power-system-inquiry-form/" class="ep-cta">Get Free Quote</a></div></nav><script>(function(){
  var t=document.getElementById("ep-t"),l=document.getElementById("ep-l");
  if(t)t.addEventListener("click",function(){l.classList.toggle("open");});
  // Mobile submenu toggle
  document.querySelectorAll(".has-sub > a").forEach(function(a){
    a.addEventListener("click",function(e){
      if(window.innerWidth<=820){
        e.preventDefault();
        var sub=this.nextElementSibling;
        if(sub)sub.classList.toggle("mobile-open");
      }
    });
  });
})();</script>



<!-- HERO -->
<section class="hero">
  <div class="hero-bg"></div>
  <div class="hero-overlay"></div>
  <div class="hero-content">
    <div class="container--narrow">
      <h1>Stop Overpaying JPS.<br><span>Go Solar with Ecopower Jamaica.</span></h1>
      <p class="hero-sub">Jamaica&#8217;s trusted solar installer since 2011. Custom residential and commercial systems island-wide. Cut your JPS bill by <strong>up to 90%</strong>.</p>
      <p class="hero-quote">&#8220;My bill dropped from $40,000 to $2,500 per month.&#8221; &#8212; David, St. Mary</p>
      <div class="btn-row">
        <a href="https://ecopowerja.com/solar-power-system-inquiry-form/" class="btn-primary">Get My Free Quote &rarr;</a>
        <a href="tel:+18769743261" class="btn-outline">&#128222; Call (876) 974-3261</a>
      </div>
      <p class="hero-trust">&#10003; NHT Approved Installer &nbsp;&bull;&nbsp; &#10003; Free site visit &nbsp;&bull;&nbsp; &#10003; No obligation &nbsp;&bull;&nbsp; &#10003; Island-wide</p>
    </div>
  </div>
</section>

<!-- STATS -->
<section class="stats-bar">
  <div class="container">
    <div class="stats-grid">
      <div class="stat"><span class="stat-num">2011</span><span class="stat-label">Established in Ocho Rios</span></div>
      <div class="stat"><span class="stat-num">100+</span><span class="stat-label">Installations island-wide</span></div>
      <div class="stat"><span class="stat-num">13+</span><span class="stat-label">Years of experience</span></div>
      <div class="stat"><span class="stat-num">JPS</span><span class="stat-label">Approved installer</span></div>
    </div>
  </div>
</section>

<!-- HERO IMAGE -->
<img src="https://ecopowerja.com/wp-content/uploads/2025/05/dji_fly_20230816_082332_45_1692192225339_photo_optimized-scaled.jpg" alt="Aerial view of Ecopower Jamaica solar installation" style="width:100%;max-height:440px;object-fit:cover;display:block">

<!-- PROBLEM / RESULTS -->
<section class="section">
  <div class="container--narrow">
    <h2 style="font-size:1.7rem;font-weight:800;color:#0a3d1f;margin-bottom:16px">Tired of Watching Your JPS Bill Climb Every Month?</h2>
    <p style="color:#444;margin-bottom:16px">You are not alone. Thousands of Jamaican homeowners and businesses are trapped paying ever-increasing JPS rates. Fuel charges, rising tariffs, and constant outages make electricity one of the most stressful costs in Jamaica.</p>
    <p style="color:#444">Ecopower Jamaica installs custom solar systems that break this cycle permanently. Your panels produce free electricity from the sun. Your battery stores it for the night. Your JPS bill drops by 70&#8211;90%.</p>
    <div class="divider"></div>
    <h3 style="font-family:Montserrat,sans-serif;font-weight:700;color:#0a3d1f;margin-bottom:16px">Real Results from Real Customers</h3>
    <div class="results-grid">
      <div class="result-card"><span class="result-num">$40k &rarr; $2.5k</span><div class="result-label">Monthly JPS bill<br><strong>David, St. Mary</strong><br><em>Saving $37,500 every month</em></div></div>
      <div class="result-card"><span class="result-num">85% Less</span><div class="result-label">Business electricity<br><strong>Robert, St. Mary</strong><br><em>Commercial solar installation</em></div></div>
      <div class="result-card"><span class="result-num">3&#8211;6 Yrs</span><div class="result-label">Typical payback period<br><em>Then 20+ years of<br>near-free electricity</em></div></div>
    </div>
  </div>
</section>

<!-- HOW IT WORKS -->
<section class="section section--grey">
  <div class="container">
    <div class="section-header"><h2>How It Works: Savings in Under 5 Weeks</h2><p>Going solar with Ecopower Jamaica is simple. Here&#8217;s exactly what happens.</p></div>
    <div class="steps-grid">
      <div class="step"><span class="step-num">01</span><h3>Free Site Assessment</h3><p>We visit your property, review your JPS bills, assess your roof. Free, no obligation. Usually within a week of your enquiry.</p></div>
      <div class="step"><span class="step-num">02</span><h3>Your Custom Quote</h3><p>We design a system for your exact usage. Fully itemised quote, no hidden fees. The price you see is the price you pay.</p></div>
      <div class="step"><span class="step-num">03</span><h3>Installation &amp; Savings</h3><p>Certified team installs in 1&#8211;2 days. Bill drops immediately. We handle JPS approval for grid-tied systems.</p></div>
    </div>
    <div style="text-align:center;margin-top:36px">
      <a href="https://ecopowerja.com/solar-power-system-inquiry-form/" class="btn-primary">Start With a Free Assessment</a>
    </div>
  </div>
</section>

<!-- SERVICES -->
<section class="section">
  <div class="container">
    <div class="section-header"><h2>What We Install</h2><p>Custom-designed solutions for every property type across Jamaica.</p></div>
    <div class="services-grid">
      <div class="service-card"><h3>&#9728;&#65039; Residential Solar</h3><p>Complete hybrid systems for homes of all sizes. 6kW&#8211;12kW+ with LFP battery backup. From $1.5M JMD. Island-wide installation.</p></div>
      <div class="service-card"><h3>&#127970; Commercial Solar</h3><p>For hotels, offices, clubs, restaurants and farms. Payback in as little as 2&#8211;3 years. We handle everything including JPS approval.</p></div>
      <div class="service-card"><h3>&#128267; Battery Backup Systems</h3><p>Lithium Iron Phosphate (LFP) batteries keep you running through JPS outages. Silent, maintenance-free, instant automatic switchover.</p></div>
      <div class="service-card"><h3>&#128703; Solar Water Heaters</h3><p>40 and 53-gallon options with full installation. One of the fastest-payback solar investments available for Jamaican homes.</p></div>
    </div>
  </div>
</section>

<!-- GALLERY -->
<section class="section section--dark">
  <div class="container">
    <div class="section-header"><h2>Our Work Across Jamaica</h2><p>Over 100 installations completed island-wide since 2011. Every photo below is a real Ecopower Jamaica project.</p></div>
    <div class="gallery-grid">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/05/dji_fly_20221120_113958_17_1668962404971_photo_optimized-scaled.jpg" alt="Aerial view of Ecopower Jamaica installation">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/05/20220727_144127-scaled.jpg" alt="Solar panels on Jamaican rooftop">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/06/20250616_143110-scaled.jpg" alt="Ecopower Jamaica installation 2025">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/06/20250608_112046-scaled.jpg" alt="Ecopower Jamaica team at work">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/06/20250616_143154-scaled.jpg" alt="Completed solar array 2025">
      <img src="https://ecopowerja.com/wp-content/uploads/2025/05/20240527_153548-scaled.jpg" alt="Solar installation 2024">
    </div>
    <a href="https://ecopowerja.com/portfolio/" class="gallery-link">View Full Portfolio &rarr;</a>
  </div>
</section>

<!-- PRICING -->
<section class="section section--dark">
  <div class="container">
    <div class="section-header"><h2>2026 Pricing (JMD) &#8212; No Hidden Fees</h2><p>All prices include equipment, installation, JPS application, commissioning and monitoring setup.</p></div>
    <div class="pricing-grid">
      <div class="price-card"><h3>Starter System</h3><div class="desc">6kW or 8kW Inverter + 8&ndash;12 Panels</div><span class="price-amount">$1.2M &#8211; $1.5M JMD</span><div class="detail">Small homes &bull; ideal for low-medium energy users</div></div>
      <div class="price-card featured"><span class="popular-badge">MOST POPULAR</span><h3>Standard System</h3><div class="desc">12kW Inverter + 12&ndash;16 Panels</div><span class="price-amount">$1.5M &#8211; $2.1M JMD</span><div class="detail">Family homes &amp; small businesses &bull; ~840&#8211;960 kWh/month</div></div>
      <div class="price-card"><h3>Premium System</h3><div class="desc">15&ndash;18kW Inverter + 16&ndash;24 Panels</div><span class="price-amount">$2.2M &#8211; $2.8M JMD</span><div class="detail">Large homes &amp; commercial properties</div></div>
    </div>
    <p style="text-align:center;color:#a8d5b5;margin-top:20px;font-size:.85rem"><em>Deye, LuxPower, SRNE &amp; Schneider inverters &bull; LFP batteries &bull; 25-yr panel warranty &bull; 5-yr inverter warranty</em></p>
    <div style="text-align:center;margin-top:28px">
      <a href="https://ecopowerja.com/solar-power-system-inquiry-form/" class="btn-primary">Get a Free Personalised Quote</a>
    </div>
  </div>
</section>

<!-- WHY ECOPOWER -->
<section class="section">
  <div class="container">
    <div class="section-header"><h2>Why Ecopower Jamaica?</h2></div>
    <div class="why-table" style="margin-top:24px">
      <div class="why-row"><div class="why-label">&#10003; Local Since 2011</div><div class="why-val">We started in Ocho Rios and know every parish on this island. You deal with our team directly &#8212; not a call centre or a contractor from overseas.</div></div>
      <div class="why-row"><div class="why-label">&#10003; JPS Approved</div><div class="why-val">Fully approved and compliant with all JPS and Jamaican electrical standards. We manage the entire net billing application on your behalf.</div></div>
      <div class="why-row"><div class="why-label">&#10003; Transparent Pricing</div><div class="why-val">Detailed, itemised quotes with no hidden fees. The price you receive is the price you pay. 75% on order, 25% on completion.</div></div>
      <div class="why-row"><div class="why-label">&#10003; Quality Equipment</div><div class="why-val">Deye, LuxPower, SRNE and Schneider hybrid inverters. Lithium Iron Phosphate batteries. 600W+ panels. Full manufacturer warranties on every component.</div></div>
      <div class="why-row"><div class="why-label">&#10003; Island-Wide</div><div class="why-val">Kingston, Montego Bay, St. Mary, St. Ann, Trelawny, Portland and beyond. Distance is never an obstacle.</div></div>
      <div class="why-row"><div class="why-label">&#10003; Free Assessment</div><div class="why-val">Every project starts with a free visit to your property. No pressure, no obligation. Just honest advice about what solar can do for your specific situation.</div></div>
    </div>
  </div>
</section>

<!-- TESTIMONIALS -->
<section class="section section--grey">
  <div class="container">
    <div class="section-header"><h2>What Our Customers Say</h2><p>Real results from real Ecopower Jamaica customers across the island.</p></div>
    <div class="testi-grid">
      <div class="testi-card"><p class="testi-text">&#8220;Ecopower helped me reduce my monthly JPS bill from over $40,000 to just under $2,500. The installation was quick, the team was professional. Highly recommend!&#8221;</p><span class="testi-cite">&#8212; David, St. Mary</span></div>
      <div class="testi-card"><p class="testi-text">&#8220;As a small business owner, cutting operational costs is essential. Thanks to Ecopower, my light bill dropped by over 85%. Their team handled everything professionally.&#8221;</p><span class="testi-cite">&#8212; Robert, St. Mary (business owner)</span></div>
      <div class="testi-card"><p class="testi-text">&#8220;I was nervous about switching to solar, but Ecopower made the process simple. They walked me through everything, and now I feel in control of my own power.&#8221;</p><span class="testi-cite">&#8212; Michelle, Ocho Rios</span></div>
      <div class="testi-card"><p class="testi-text">&#8220;I hired Ecopower to do my solar water heater and was so impressed, I called them again for a full solar system. Both systems have been working great.&#8221;</p><span class="testi-cite">&#8212; Sandra, St. James</span></div>
      <div class="testi-card"><p class="testi-text">&#8220;My bill dropped drastically from the very first month. Best investment I have made for my home.&#8221;</p><span class="testi-cite">&#8212; Bryan, Trelawny</span></div>
      <div class="testi-card"><p class="testi-text">&#8220;I have been saving every month since my system was installed. Ecopower Jamaica delivered exactly what they promised.&#8221;</p><span class="testi-cite">&#8212; Omar, Old Harbour</span></div>
    </div>
  </div>
</section>

<!-- SERVICE AREAS -->
<section class="section">
  <div class="container">
    <div class="section-header"><h2>We Serve All of Jamaica</h2><p>Based in Ocho Rios &#8212; our certified teams travel island-wide. No location is too far.</p></div>
    <div class="areas-grid">
      <div><div class="area-group"><h4>Kingston &amp; Corporate Area</h4><ul><li>Cherry Gardens</li><li>New Kingston</li><li>Half Way Tree</li><li>Portmore &amp; Spanish Town</li></ul></div><div class="area-group" style="margin-top:20px"><h4>St. Mary &amp; St. Ann (Home Base)</h4><ul><li>Ocho Rios</li><li>Port Maria &amp; Annotto Bay</li><li>Brown&#8217;s Town &amp; Runaway Bay</li></ul></div></div>
      <div><div class="area-group"><h4>St. James &amp; Montego Bay</h4><ul><li>Montego Bay</li><li>Rose Hall &amp; Ironshore</li><li>Hopewell &amp; Tryall</li></ul></div><div class="area-group" style="margin-top:20px"><h4>Other Parishes</h4><ul><li>Trelawny &amp; Portland</li><li>Westmoreland &amp; St. Elizabeth</li><li>St. Catherine</li></ul></div></div>
    </div>
    <p style="text-align:center;margin-top:24px;color:#555;font-size:.9rem"><em>Not sure if we cover your area? <a href="tel:+18769743261" style="color:#0a3d1f;font-weight:600">Call us</a> &#8212; we almost certainly do.</em></p>
  </div>
</section>

<!-- FINAL CTA -->
<section class="final-cta">
  <div class="container">
    <h2>Ready to Stop Overpaying JPS?</h2>
    <p>Join over 100 Jamaican homeowners and businesses who switched to solar with Ecopower Jamaica. Get your free, no-obligation site assessment today.</p>
    <div class="btn-row">
      <a href="https://ecopowerja.com/solar-power-system-inquiry-form/" class="btn-primary">Get My Free Quote &rarr;</a>
      <a href="tel:+18769743261" class="btn-outline">&#128222; (876) 974-3261</a>
    </div>
    <p class="final-trust">&#10003; Free assessment &nbsp;&bull;&nbsp; &#10003; No obligation &nbsp;&bull;&nbsp; &#10003; Island-wide &nbsp;&bull;&nbsp; &#10003; JPS Approved &nbsp;&bull;&nbsp; &#10003; Since 2011</p>
  </div>
</section>

<!-- FOOTER BAR -->
<footer class="footer-bar">
  <div class="container">
    <p>&#169; 2026 Ecopower Jamaica &nbsp;&bull;&nbsp; 8 James Avenue, Ocho Rios, St. Ann &nbsp;&bull;&nbsp; (876) 974-3261 &nbsp;&bull;&nbsp; ecopowerjm@gmail.com</p>
  </div>
</footer>

</body>
</html>