import { useState, useRef, useCallback } from "react"; const SLOTS = [ { id: "hero", label: "Golf Course Sunset", desc: "Hero image — top right" }, { id: "logo", label: "Club Crest / Logo", desc: "Purple strip — client logo" }, { id: "aerial", label: "Aerial Clubhouse", desc: "Under 'The Client' section" }, { id: "dashboard", label: "Insights Dashboard", desc: "Under 'What We Implemented'" }, ]; function generateHTML(imgs) { return ` Case Study: Bradley Hall Golf Club | Purely Energy
Case Study

How We Drove Value and Trust for a Multi-Purpose Golf Club

We delivered transparency, competitive rates, and £31,302 in savings for Bradley Hall Golf Club.

Bradley Hall Golf Club course at sunset
£31,302
Total 3-Year Saving
Est. 1907
Historic Yorkshire Venue
Real-Time
Energy Monitoring Enabled
Bradley Hall Golf Club crest
Organisation
Bradley Hall Golf Club
Location
South of Halifax, West Yorkshire
Sector
Sport, Hospitality & Events
Services We Provided
Gas, Electricity, Meter Operations, Insights Software

Bradley Hall Golf Club — A Premier Golf & Events Venue We Were Proud to Help

Founded in 1907, Bradley Hall Golf Club is more than just a golf course. Nestled in a picturesque valley south of Halifax, the venue is also a bustling hub for weddings, functions, and community events. With high energy usage demands for catering, hospitality, and clubhouse maintenance, we recognised that managing overheads was critical to their operational success.

Aerial view of Bradley Hall Golf Club clubhouse

Breaking the Cycle of Pressure — Together

When we initially contacted Bradley Hall, it was clear that the management team had grown weary of the energy sector. Following negative experiences with previous brokers and feeling pressured by their incumbent provider, they were determined to find a partner who prioritised transparency and genuine savings over sales targets. We knew we could be that partner.

A Holistic Energy Strategy We Built Around Them

We stepped in with a low-pressure, data-led approach. By scouring the market and leveraging our industry relationships, we secured rates significantly lower than those offered by the club’s previous broker — putting the club’s interests firmly at the centre of everything we did.

Substantial Year-on-Year Savings We Secured

By aligning the club with new, competitive contracts, we achieved the following savings:

Commercial Gas
£5,427
3-year saving
£6,621 → £4,812 p.a.
Commercial Electricity
£10,692
3-year saving
£24,999 → £21,435 p.a.
Total 3-Year Saving
£31,302
Including £14,958 we predict from energy monitoring

On Meter Operations, we also managed a switch in meter operator — securing an additional £225 in savings over the contract term.

Putting Bradley Hall Back in Control with Real-Time Monitoring

Beyond securing competitive contracts, we implemented our Energy Management Software — Insights — giving the club the ability to track usage in real-time. We predict this proactive approach to consumption management will reduce bills by a further £14,958 over the contract period, putting long-term control back in the hands of the club.

Purely Energy Insights dashboard

A Trusted Partnership That Speaks for Itself

We helped Bradley Hall save a total of £31,302 over three years. The experience was so positive that they shared their feedback on Trustpilot:

“I was looking for help with both Electric & Gas for my business and was recommended Purely Energy. Samantha was fantastic, she helped me get some great prices on both, saved us a lot over the new contracted years and also very quick to respond. Thank you Samantha.”
BH
Bradley Hall Golf Club
★★★★★ via Trustpilot

What We Achieved at a Glance

Gas Saving (3yr)
£5,427
£6,621 → £4,812 p.a.
Electricity Saving (3yr)
£10,692
£24,999 → £21,435 p.a.
Monitoring Saving
£14,958
Predicted via our Insights Software
Total 3-Year Saving
£31,302
Across gas, electricity & monitoring

We could do the same for you.

Find out how much your business could save with a free, no-pressure energy review from our team.

Get a Free Quote
`; } export default function App() { const [imgs, setImgs] = useState({ hero: null, logo: null, aerial: null, dashboard: null }); const [active, setActive] = useState(null); const [done, setDone] = useState(false); const ref = useRef(null); const handleFile = useCallback((e) => { const f = e.target.files[0]; if (!f || !active) return; const r = new FileReader(); r.onload = (ev) => { setImgs(prev => { const n = { ...prev, [active]: ev.target.result }; if (Object.values(n).every(Boolean)) setDone(true); return n; }); setActive(null); }; r.readAsDataURL(f); e.target.value = ""; }, [active]); const pick = (id) => { setActive(id); setTimeout(() => ref.current?.click(), 50); }; const download = () => { const html = generateHTML(imgs); const blob = new Blob([html], { type: "text/html" }); const url = URL.createObjectURL(blob); const a = document.createElement("a"); a.href = url; a.download = "bradley-hall-case-study.html"; a.click(); URL.revokeObjectURL(url); }; const count = Object.values(imgs).filter(Boolean).length; return (
{/* TOOLBAR */}
CASE STUDY BUILDER
{count}/4 images added{done ? " — Ready to download!" : ""}
{/* UPLOAD CARDS */}
{SLOTS.map(s => (
!imgs[s.id] && pick(s.id)} style={{ background: imgs[s.id] ? "#fff" : "#fff", border: imgs[s.id] ? "2px solid #b3d337" : "2px dashed #ccc", borderRadius: 10, padding: 0, cursor: imgs[s.id] ? "default" : "pointer", overflow: "hidden", transition: "all .2s", position: "relative" }} > {imgs[s.id] ? (
{s.label}
{s.label}
{s.desc}
) : (
+
{s.label}
{s.desc}
)}
))}
{/* LIVE PREVIEW */}
Live Preview
{/* Hero */}
Case Study

How We Drove Value and Trust for a Multi-Purpose Golf Club

We delivered transparency, competitive rates, and £31,302 in savings for Bradley Hall Golf Club.

{imgs.hero ?:
Hero image
}
{/* Stats */}
{[["£31,302","Total 3-Year Saving"],["Est. 1907","Historic Yorkshire Venue"],["Real-Time","Energy Monitoring Enabled"]].map(([n,l],i)=>(
{n}
{l}
))}
{/* Client strip */}
{imgs.logo ?: Logo }
{[["Organisation","Bradley Hall Golf Club"],["Location","South of Halifax, West Yorkshire"],["Sector","Sport, Hospitality & Events"],["Services","Gas, Electricity, Meter Ops, Insights"]].map(([k,v],i)=>(
{k}
{v}
))}
{/* Content sections */}
{/* The Client */}
The Client

Bradley Hall Golf Club — A Premier Golf & Events Venue

Founded in 1907, Bradley Hall Golf Club is more than just a golf course. Nestled in a picturesque valley south of Halifax, the venue is also a bustling hub for weddings, functions, and community events.

{imgs.aerial ?:
Aerial photo
}
{/* Savings */}
Financial Impact

Substantial Year-on-Year Savings We Secured

Commercial Gas
£5,427
Commercial Electricity
£10,692
Total 3-Year Saving
£31,302
{/* Dashboard */}
What We Implemented

Real-Time Monitoring with Insights Software

We implemented our Energy Management Software — Insights — giving the club the ability to track usage in real-time.

{imgs.dashboard ?:
Dashboard screenshot
}
{/* Testimonial */}
"
"I was looking for help with both Electric & Gas for my business and was recommended Purely Energy. Samantha was fantastic, she helped me get some great prices on both, saved us a lot over the new contracted years and also very quick to respond. Thank you Samantha."
BH
Bradley Hall Golf Club
★★★★★ via Trustpilot
{/* CTA */}

We could do the same for you.

Find out how much your business could save with a free, no-pressure energy review.

Get a Free Quote
); }