Save Up to 70% on Your Energy Bills


✓ Transparent pricing with zero hidden fees
✓ Trusted local team with 18+ years of experience
✓ Fast, clean installations, often completed in just one day

function handleSubmit(event) { event.preventDefault(); const form = event.target; const formId = form.id; const messageDiv = document.getElementById(`form-message-${formId.split('-').pop()}`); const formData = new FormData(form); const scriptURL = "https://script.google.com/macros/s/AKfycbxsnzYq_k8rSBn5aj8wfTpxZ0IiAosCMmIeKDpilUgudowGf_IG74wUchMKaaq9bFb3/exec"; const submitButton = form.querySelector("button[type='submit']"); submitButton.disabled = true; submitButton.textContent = "Submitting..."; fetch(scriptURL, { method: "POST", body: formData }) .then(response => response.json()) .then(data => { if (data.result === "success") { form.reset(); window.location.href = "https://gesolutionsukltd.co.uk/#thank-you"; } else { messageDiv.style.display = "block"; messageDiv.style.color = "red"; messageDiv.textContent = "Error: " + data.error; } }) .catch(error => { messageDiv.style.display = "block"; messageDiv.style.color = "red"; messageDiv.textContent = "Error: " + error.message; }) .finally(() => { submitButton.disabled = false; submitButton.textContent = "Get My Free Quote"; }); }

Homeowners Helped
+68 in Worcestershire
£
Total Savings
£112,000+
Average Rating
5.0★

What to Expect after You Click that button


1
We Confirm a Few Details
A friendly expert (not a sales rep) will reach out to confirm your address and energy needs — so your quote is actually useful. No upsells, no nonsense.
2
You Get a Free Custom Solar Plan
Within 24 hours, we’ll send you a simple, clear solar plan that shows:
  • How much you could save each month
  • Whether your roof is a good fit for solar
  • What your design might look like
3
You Decide If It’s Right for You
Look it over, ask questions, and take your time. Without pushy follow-ups or obligations. If it makes sense for you, great. If not, that’s totally fine too.

Hear from Our Customers

See how other homeowners near you are cutting costs and going solar.

Joe Gaywood

Joe Gaywood

⭐️⭐️⭐️⭐️⭐️
4 months ago

Excellent and speedy service from GE Solutions following a DIY disaster. They were consummate professionals from start to finish, explaining their work at each step and resolving additional problems.

Jason Beer

Jason Beer

⭐️⭐️⭐️⭐️⭐️
6 months ago

GE Solutions are a fantastic company to deal with, a very personal service with all questions answered, made us feel very at ease with no pressure to buy from them. The whole service was excellent from quotation to fitting.

Andy Oxley

Andy Oxley

⭐️⭐️⭐️⭐️⭐️
6 months ago

If you’ve made your mind up to buy an Energy Storage System (ESS) I have no hesitation in recommending Alan & his team for the Supply, Install & Service.

Emma Mayhew

Emma Mayhew

⭐️⭐️⭐️⭐️⭐️
a week ago

Alan and his team (GE Solutions UK) installed solar panels and battery storage in our home recently. From start to finish we have been impressed with Alan’s responsiveness and time taken to explain everything.

Russell Davey

Russell Davey

⭐️⭐️⭐️⭐️⭐️
a month ago

Amazing experience getting our solar installed. Alan made the experience of quoting through to install easy and took all our requests into account. No hidden cost etc like we had from other installers.

const testimonialsTrack = document.getElementById('testimonialsTrack'); const loadMoreBtn = document.querySelector('.load-more-btn'); const sliderLeft = document.querySelector('.slider-arrow.left'); const sliderRight = document.querySelector('.slider-arrow.right'); const total = testimonialsTrack.children.length; let current = 0; let perView = window.innerWidth < 769 ? 1 : 2; function updateSlider() { if (window.innerWidth >= 769) { perView = 2; const card = testimonialsTrack.children[0]; const cardWidth = card.offsetWidth + parseInt(getComputedStyle(card).marginLeft) + parseInt(getComputedStyle(card).marginRight); const gap = parseInt(getComputedStyle(testimonialsTrack).gap) || 0; const maxTranslate = (total - perView) * (cardWidth + gap); if (current * (cardWidth + gap) > maxTranslate) current = Math.floor(maxTranslate / (cardWidth + gap)); testimonialsTrack.style.transform = `translateX(-${current * (cardWidth + gap)}px)`; } } function moveTestimonials(dir) { if (window.innerWidth >= 769) { perView = 2; const card = testimonialsTrack.children[0]; const cardWidth = card.offsetWidth + parseInt(getComputedStyle(card).marginLeft) + parseInt(getComputedStyle(card).marginRight); const gap = parseInt(getComputedStyle(testimonialsTrack).gap) || 0; const max = total - perView; current += dir; if (current < 0) current = max; if (current > max) current = 0; updateSlider(); } } function loadMoreTestimonials() { if (window.innerWidth < 769) { const hiddenTestimonials = Array.from(testimonialsTrack.children).filter( card => card.getAttribute('data-visible') === 'false' ); if (hiddenTestimonials.length > 0) { hiddenTestimonials[0].setAttribute('data-visible', 'true'); } if (hiddenTestimonials.length <= 1) { loadMoreBtn.style.display = 'none'; } } } function initializeTestimonials() { if (window.innerWidth < 769) { Array.from(testimonialsTrack.children).forEach((card, index) => { card.setAttribute('data-visible', index < 2 ? 'true' : 'false'); }); loadMoreBtn.style.display = 'block'; } else { Array.from(testimonialsTrack.children).forEach(card => { card.setAttribute('data-visible', 'true'); }); current = 0; updateSlider(); } } window.addEventListener('resize', () => { initializeTestimonials(); updateSlider(); }); window.addEventListener('DOMContentLoaded', () => { initializeTestimonials(); sliderLeft.addEventListener('click', () => moveTestimonials(-1)); sliderRight.addEventListener('click', () => moveTestimonials(1)); });

Our Latest Work

Bromsgrove
12 x 455W Panels
5kW Inverter
No Battery Storage
Halesowen
12 x 455W Panels
6kW Inverter
11.52kWh Battery Storage
Worcester
14 x 455W Panels
6kW Inverter
11.52kWh Battery Storage
Beoley
18 x 455W Panels
8kW Inverter
15kWh Battery Storage

You're in Control

We understand that making the switch to solar is a significant decision. That's why our team is committed to providing information, not pressure. You'll receive:

✓ A clear breakdown of your potential savings
✓ A roof check to see if solar is a good fit
✓ A simple layout of what your system could look like

function handleSubmit(event) { event.preventDefault(); const form = event.target; const formId = form.id; const messageDiv = document.getElementById(`form-message-${formId.split('-').pop()}`); const formData = new FormData(form); const scriptURL = "https://script.google.com/macros/s/AKfycbxsnzYq_k8rSBn5aj8wfTpxZ0IiAosCMmIeKDpilUgudowGf_IG74wUchMKaaq9bFb3/exec"; const submitButton = form.querySelector("button[type='submit']"); submitButton.disabled = true; submitButton.textContent = "Submitting..."; fetch(scriptURL, { method: "POST", body: formData }) .then(response => response.json()) .then(data => { if (data.result === "success") { form.reset(); window.location.href = "https://gesolutionsukltd.co.uk/#thank-you"; } else { messageDiv.style.display = "block"; messageDiv.style.color = "red"; messageDiv.textContent = "Error: " + data.error; } }) .catch(error => { messageDiv.style.display = "block"; messageDiv.style.color = "red"; messageDiv.textContent = "Error: " + error.message; }) .finally(() => { submitButton.disabled = false; submitButton.textContent = "Get My Free Quote"; }); }

FREQUENTLY ASKED QUESTIONS

Yes. Solar often increases home value and makes your property more attractive to buyers — especially with rising energy costs. You may even recoup the cost in the sale.
We’re a local team with 18+ years of experience and 60+ five-star reviews. No subcontractors, no mess — just professionals who treat your home like their own.
We don’t pressure or upsell. We give you a clear, tailored quote in 24 hours — and if it’s not right for you, we’ll say so. No pushy follow-ups, ever.
We’ve worked on everything from new builds to quirky countryside cottages. We’ll assess your roof and tell you straight whether it’s a fit.
No catch. No commitments. Just a full breakdown of potential savings, suitability, and cost — so you can decide with real numbers in front of you.
Solar gives you control over your energy. While you may still pay a small amount to your utility provider, most of our customers cut their monthly bills dramatically — and lock in savings long-term.
document.addEventListener('DOMContentLoaded', () => { const faqWrapper = document.querySelector('.faq-wrapper'); faqWrapper.addEventListener('click', (event) => { const button = event.target.closest('.faq-question'); if (!button) return; const answer = button.nextElementSibling; answer.classList.toggle('active'); button.classList.toggle('active'); }); });

Congratulations on beginning your solar journey!

Keep your phone close - a solar advisor will be calling you soon. We’ll call back if we miss you!Ready to chat now? Call us at +44 7831 712554


Installations often take one day
document.getElementById('quoteForm').addEventListener('submit', async function(event) { event.preventDefault(); const formData = new FormData(this); try { const response = await fetch('https://script.google.com/macros/s/AKfycbwRv6K6EHz2G9RGiuNaKKsDfcJ-G_b_r1JxIJZiUIajopSuKeiAVo70Gcmb9X0Hj7wl/exec', { method: 'POST', body: formData }); const result = await response.json(); if (result.result !== 'success') { throw new Error('Failed to save to Google Sheets'); } // Redirect to Thank You page on the new domain window.location.href = 'https://gesolutionsukltd.co.uk/thank-you'; } catch (error) { console.error('Error:', error); alert('There was an error submitting your form. Please try again later.'); } });