Risk‑free quote: we’ll assess your pool and power needs and give a fixed, itemised quote. No pushy sales. If it’s not right for your pool, we’ll say so.
);
export default function LandingPage() {
const [loading, setLoading] = useState(false);
const [submitted, setSubmitted] = useState(false);
const [form, setForm] = useState({
name: "",
phone: "",
email: "",
suburb: "",
heatingType: "Heat Pump",
message: "",
consent: true,
});
const handleSubmit = (e: React.FormEvent) => {
e.preventDefault();
// Simple front‑end validation
if (!form.name || !form.phone || !form.email || !form.suburb) {
alert("Please complete name, phone, email and suburb.");
return;
}
setLoading(true);
// 👉 Integrate with your form backend (ServiceM8, Zapier, Webflow forms, Formspree, etc.)
// For now we just simulate success.
setTimeout(() => {
setLoading(false);
setSubmitted(true);
}, 800);
};
const priceCards = [
{
icon: ThermometerSun,
title: "Heat Pumps",
price: "from $2,990",
blurb: "All‑season performance with inverter efficiency. Great for most Canberra pools.",
bullets: [
"Free built‑in Wi‑Fi controller",
"Quiet inverter tech",
"Works day & night",
],
cta: "Get heat‑pump quote",
},
{
icon: SunMedium,
title: "Solar Heating",
price: "from $3,990",
blurb: "Harness the sun for low‑running‑cost heating with roof‑mounted collectors.",
bullets: [
"Ultra‑low running costs",
"Extend your season 4–6 months",
"Works with existing filtration",
],
cta: "Get solar quote",
},
];
return (
{/* SEO & LocalBusiness Schema */}
{/* Top Bar */}
Pool heating that’s quiet, efficient and built for Canberra winters
Heat pumps from $2,990 (includes free Wi‑Fi). Solar heating from $3,990. For every complete system we install you’ll receive a free Daisy pool cover (value $300+).
Choose your heating
{priceCards.map((c, i) => (
{c.title}
{c.price} inc GST
{c.blurb}
{c.bullets.map((b, j)=> (
{b}
))}
))}
Bonus: every complete heating system includes a free Daisy cover (value $300+). Keep heat in and debris out.
{/* Trust + Benefits */}
{/* Social proof */}
What customers say
“Total Pools had our heat pump in and running the same week. The team was punctual, neat and gave us a clear quote—no surprises.”
{[
"We confirm pool size, power and roof options—then send a fixed quote.",
"We measure up, check switchboard/roof, and book your install.",
"Our team arrives on time, protects work areas and cleans up.",
"Enjoy your heated pool and free Daisy cover—ready for the season.",
][i]}
))}
{/* FAQ */}
FAQs
What size heater do I need?
We size based on pool volume, exposure, desired temperature, cover usage and your swimming season. As a guide, most 6–8×3–4m Canberra pools suit 9–19kW inverter heat pumps.
Heat pump or solar—what’s better for me?
Heat pumps work day and night with precise temperature control and are great for year‑round swimming or spas. Solar has the lowest running cost but depends on sunny weather and roof space. We’ll recommend what fits your goals and budget.
How long does installation take?
Most installs are completed in a single day, including commissioning and handover. Complex electrical or roof works may need an extra visit.
Do I need a pool cover?
Yes—covers dramatically reduce heat loss and running costs. That’s why we include a Daisy cover with every complete system.
{/* CTA band */}
Ready for warm swims? Free quote + free Daisy cover on complete systems.